Hoping anyone can offer some insights. I'm trying to create a webhook that will insert an activity log entry on another instance. However I cannot even get the authentication token, the call times out. I'm wondering if the call between instances is possible at all or if I am setting up my webhook wrong.
I've tried Get, and Post just to try it, but neither works. I can however setup webhooks to salesforce the same way and they work fine.
Any help is appreciated.
Solved! Go to Solution.
That's certainly possible. One instance sends the webhook, and the REST API of the other instance will consume it. You can even send a webhook within one instance.
Here's how the webhook looks like:
An important piece is the response mapping. You need to map the Bearer Token into a Marketo field, and use that field's token for the subsequent call in the header: