Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
This question has been asked before, but there is no clear solution available. Or if it was there, it is no longer available in the newer version documentation.
Current webhooks documentation specifies configuring only the HTTPs endpoint in the address field.
There is no option for any tokens or keys.
Quoting your reply "When a webhook event is triggered, you can retrieve the stored credentials and use them to authenticate your API calls to the external endpoint. Ensure you're using HTTPS and following best practices for secure credential handling."
Saving Them in environment variables is the easiest way to test. But Im still unclear how to retrieve and plug them into the outbound call to external API when webhook event is triggered
Thanks for your detailed reply