This is a good starting point for webhooks. If you are providing leads to the partner, you'd use a POST webhook to send info. For the partner to send information back to you, they'...
They are calling out on leads we send them, then conducting a warm transfer if successful - as they make calls on them, they are sending status and activity updates, hence the turn...
They are getting the information perfectly, and when they post back to the api, they are getting a 200 return code, indicating success.Anyway, I feel pretty dumb about misunderstan...
I think I didn't describe it correctly - they are passing back changes through the REST endpoint url. I think the problem may be that I only gave them the base of the URL and not t...
I think I didn't describe it correctly - they are passing back changes through the REST endpoint url. I think the problem may be that I only gave them the base of the URL and not t...
No duplicates in Marketo, and no records of merging. Is there anything specific I need to do to make sure it finds the right lead in the Marketo instance to update?
So got it mostly working, thanks for the assist. Turns out the partner actually didn't have it set up correctly on their end either, so even if I had it right, it would have reject...
This is one of my attempts - I did not have the custom header set though:{"LeadID": "{{lead.SFDC Id:default=No SFDC ID}}","FirstName": "{{lead.First Name:default=Not Entered}}", "L...
Sure I'm using the right token. When I send sample using different contacts on the list, it sometimes works and sometimes doesn't. I think the issue may be duplicate accounts in ou...