Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

Integration Mastery Cohort

36 members โ€ข Free

7 contributions to Integration Mastery Cohort
Week #3 - Callouts from Triggers
This is an exciting week! We'll build some real projects using Stripe. Because that's literally the only way to learn Integrations. But I also talked a bit more about Architecture. If you are more advanced, I really recommend that you watch this video and try to play around with this architecture. The schedule for this week is the same: 1. Alon's Weekly Session Tuesday 7 p.m. EDT 2. My Weekly Session Tuesday 7 p.m. CET No Sunday session this time. Just post any questions here in the community and we'll all help you Also, I have one ask... If you are enjoying the cohort, could you leave me a review? It takes 30 seconds, and I'll send you some cool bonuses. โ€‹Click here to leave the reviewโ€‹ And of course, do the homework and post here down here in the comments ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡
1 like โ€ข 19d
Hi @Igor Kudryk This is my homework for week 3. Still pending additional task. https://docs.google.com/document/d/1S-KPHTdUy5_6daVOOVQde1qQtVdNLqpmPubTglafNas/edit?usp=sharing
0 likes โ€ข 18d
@Igor Kudryk Sure, thank you
Hey Lifelong learners! Let's Connect on LinkedIn! ๐Ÿš€
Who wants to connect on LinkedIn? I truly believe that people who are continuously learning are the best kind of people to know and grow with, so I would love to connect with you! Drop your LinkedIn profile in the comments below and let's build a network of lifelong learners! ๐Ÿš€
3 likes โ€ข 24d
https://www.linkedin.com/in/sergio-vega-sanchez?utm_source=share_via&utm_content=profile&utm_medium=member_android
Week #2 - POST Requests
Week 2 is live! We'll cover POST requests and how to make the first request with the real API. Homework is here. Write your solutions down below! LET'S GOO!
Week #2 - POST Requests
0 likes โ€ข 26d
Here is my homework for this week. Still working on optional task. https://docs.google.com/document/d/1Z8Nc3V3GanLaCmvtXlFWeVAqS-TTObaBhYd00fKvDSs/edit?usp=sharing
Breaking News: Integration Battle Starts NOW!
From now until the last week we'll have a crazy battle. A battle, where everyone will win :D The rules are simple: 1. Join weekly session -> +1 point 2. Solve homework -> +1 point 3. Solve optional homework -> +1 point 4. Join Extra Session -> +1 point There are a maximum 4 points that you can earn per week. Each session point can only be earned once. By the end of the cohort, we'll determine 3 top winners. The winners will receive eternal glory :) And some more useful things hehe ;) ๐Ÿ‘‰ 1st Place: 1 week mentoring with me + $200 voucher for my future cohorts + $200 voucher for any Salesforce cert. ๐Ÿ‘‰ 2nd place: 1 week mentoring with me + $200 voucher for any Salesforce cert ๐Ÿ‘‰ 3rd place: $200 voucher for any Salesforce cert You can see the leaderboard here: https://integration-leaderboard.vercel.app/ If you are in - write "I am in" in the comments! And I'll keep you accountable :) LFG! PS - See any errors, message me! It's a beta tool.
Breaking News: Integration Battle Starts NOW!
1 like โ€ข Oct 29
I'm in!
Week #1 - Basics Of Requests
--------- Schedule --------- Let's get started!! This week, we'll cover the basics of requests, The first-ever live session will happen this Tuesday, 7 p.m. CET (2 p.m. EDT). You can find the schedule here. --------- Homework --------- There are 4 easy tasks this week. And 1 coding task. You can find them all here. Write solutions here in the comments, and I'll check them ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ If any questions - write here as well :) LFG! P.S. There are rumors that people who solve the most tasks will get some bonuses :)
0 likes โ€ข Oct 28
1- What are the components of an HTTP request? End point, Request type, headers, body(payload) 2- What are the components of an HTTP response? Headers, Status Code, body(payload) 3- What are the 2 most popular payload formats? JSON, XML 4-Explain JSON format in your own words. Give an example. It is a way to show information on internet. It follows key-value structure. For example: { "name": "Sergio", "Id": 1234, "isRegistered": true } 5- HttpRequest request = new HttpRequest(); request.setEndpoint('https://735ef563-176d-431c-85ce-2cc07056ef03.mock.pstmn.io/payments/link'); request.setMethod('GET'); Http http = new Http(); HttpResponse response = http.send(request); String responseBody = response.getBody(); Map<String, Object> mappedResponse = (Map<String, Object>)JSON.deserializeUntyped(responseBody); Map<String, Object> mappedTransaction = (Map<String, Object>)mappedResponse.get('transaction'); Map<String, Object> mappedDetails = (Map<String, Object>)mappedTransaction.get('details'); String ip = (String)mappedDetails.get('IP'); System.debug(ip);
1-7 of 7
Sergio Vega
2
9points to level up
@sergio-vega-3364
Salesforce Developer

Active 5h ago
Joined Oct 21, 2025
Powered by