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

Apex Mastery Cohort

18 members • Free

5 contributions to Integration Mastery Cohort
Week 5 - Auth & Named Credentials
Welcome to week 5! Write your homework here and I'll give you some feedback.
1 like • 3d
Hey @Igor Kudryk I'm a little behind and going thru the video's. I am at the Org A- retrieve account recording however when i try to execute i receive an error. https://docs.google.com/document/d/1jel8ERDoQCiga05AukisRlugT-Vi9F9--dALHdsUmIk/edit?usp=sharing
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 • 15d
@Igor Kudryk i will start as soon as i get home :-). Thanks
1 like • 15d
šŸ™Œ
How it the pace of the cohort?
Hey :) for me it looks like most people are doing great. How is the pace of the cohort personally for YOU?
Poll
20 members have voted
How it the pace of the cohort?
1 like • 20d
its only slightly fast due to my current two schedules but if i has more time. The speed would be just right :-)
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
1 like • 24d
@Igor Kudryk Homework for week # 2 question 2. https://docs.google.com/document/d/1BvxQhzvAHi2ExSMbsl8hgsr75RM61BRc4T7PS-TOWEc/edit?usp=sharing
0 likes • 21d
@Igor Kudryk :-) Got it!. I also included comments on the change i made from my first attempt and final method.
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 • 29d
@Igor Kudryk Got it! smh when creating the MAP. example #1. I put "response.getBody()" as the variable for JSON.deserializeUntyped method. Map<String, Object> parsedBody = (Map<String, Object>) JSON.deserializeUntyped(response.getBody()); Example 2: However i stored the value of "response.getBody" in the string "body". Map<String, Object> parsedBody = (Map<String, Object>) JSON.deserializeUntyped( body); After the update i was able to "Get" the Link from the JSON. https://pry.me/p/1762459251
0 likes • 29d
@Igor Kudryk I did add the missing 'Payer' level as you suggested. I left that part out but because the variables were flipped. but once i included "Body" into the JSON untyped method. I was able to get the link :-) HttpRequest request = new HttpRequest(); request.setMethod('GET'); request.setEndPoint('https://735ef563-176d-431c-85ce-2cc07056ef03.mock.pstmn.io/payments/link'); Http http = new Http(); HttpResponse response = http.send(request); Integer statusCode = response.getStatusCode(); String status = response.getStatus(); String body = response.getBody(); Map<String, Object> parsedBody = (Map<String, Object>) JSON.deserializeUntyped( body); Map<String, Object> parsedPayer = (Map<String, Object>) parsedBody.get( 'payer' ) String paymentling = (String) parsedPayer.get( ' link' );
1-5 of 5
Sadrack St louis
2
12points to level up
@sadrack-st-louis-6616
.

Active 1d ago
Joined Oct 24, 2025
Powered by