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

8 contributions to Integration Mastery Cohort
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! 🚀
1 like • 12d
https://www.linkedin.com/in/gerald-spica-050250/
Head's up about next week
Hey everyone - next week is open. It's kind of a hard week. So I'd recommend to leave the extra homework you have and focus on that new week instead! The real-world project inside will teahc you a great deal about Integrations & Auth :)
1 like • 12d
I need to a do a Named Credential at work for another project connecting an outside consultant. Not realizing you were going to cover it later. I have the AI stumped seems like it should work I will just wait until we cover it but glad you are covering the real world shit not the theoritical.
Named Credentials Configuration Hell
I guess I jumped ahead and got caught in named credentials hell still cannot make it work!
Homework 2
I am on vacation this week in NYC just carved out a little time to do this one. It was fun: Contact contact = [SELECT Id, Phone, Email, FirstName, LastName FROM Contact LIMIT 1 ]; //StripeCustomer customer = (StripeCustomer) JSON.deserialize(jsonResponse, StripeCustomer.class); StripeCustomer customer = new StripeCustomer(); customer.id = contact.Id; customer.name = contact.FirstName + '' + contact.LastName; customer.email = contact.Email; customer.phone = contact.Phone; //String jsonContact = JSON.serialize(customer); //System.debug(jsonContact); String urlEncodedBody = 'email=' + EncodingUtil.urlEncode(contact.Email, 'UTF-8') + '&name=' + EncodingUtil.urlEncode(contact.FirstName + ' ' + contact.LastName, 'UTF-8'); HttpRequest request = new HttpRequest(); request.setEndpoint('https://api.stripe.com/v1/customers'); request.setMethod('POST'); String stripeSecretKey = 'sk_test_51SQ7hORqNlM7fTBZn8RVPJXQ5jjc0bVY2wYDcyotJUhiJouuetaudghZ5YpvjW1lN87N3lwWcHKXbnAszl1hNpuE00U9sIWK0u'; request.setHeader('Content-Type', 'application/x-www-form-urlencoded'); request.setHeader('Authorization', 'Bearer ' + stripeSecretKey); request.setBody(urlEncodedBody); Http http = new Http(); HttpResponse response = http.send(request); System.debug(response.getBody());
Winning
Participated in the Sunday session bought the Clean Apex Code book and it is useful
1-8 of 8
Gerald Spica
2
9points to level up
@gerald-spica-5749
Salesforce Admin

Active 2d ago
Joined Oct 28, 2025
Powered by