codeLive: External Services in Apex

preview_player
Показать описание
Learn how to integrate and Invoke External Services with Apex with Julián Duque!

Connect with Salesforce Developers:

Рекомендации по теме
Комментарии
Автор

Thanks for the video. One question, How dynamically pass headers to the request? thank you

ilanabro
Автор

thanks a lot!!! really helped me with a superbadge😀

leosalles
Автор

Thank you this excellent video! I'm trying to replicate the postBooks part of your example inside of an Invocable Method in an Apex class to use in a flow, but when I try to save the class, I get a compile error saying the title variable does not exist. It's referring to the line where we set book.title = title;. I realize this is not a help forum but I've run out of ideas. Any help anyone could provide would be greatly appreciated.

michaelsams
Автор

Hi ! I create all as was said in the video but for some reasons I receive the error that my External Named Creds are not exist. But I create them. Also when I was trying to use Relative path for API Schema it was not working. So approach was the next I just create a Legacy Named Credentials. And with Legacy all works as expected. Currently wonder why Legacy works and New is not.
Also thanks !

yevheniilisyak