I know that when you upload a list to Marketo that has email addresses that already exist in the Database, it will overwrite/write in information that is on the list. My question i...
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 I've got a webhook set up that use the POST command to send lead records to a partner. The partner is receiving everything just fine, but when the make an update on their end to...
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...