Sendoso/Marketo Webhook Debugging | Community
Skip to main content
New Participant
June 24, 2021
Solved

Sendoso/Marketo Webhook Debugging

  • June 24, 2021
  • 1 reply
  • 1696 views

I created the Webhook for the Sendoso integration explained on their website. I see that my leads Call the Webhook and I have a 200 response code. However, I do not see any activity on Sendoso. They are unsure why this is, so wondering if anyone else has encountered this issue. Note, I made personal address fields ('strings') in Marketo as well. I saw in another post that the content-type can be a cause as there is no actual response. I used the content-type provided by the vendor.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by anastasia_32

Thank you. It turns out the webhook was never an issue bur rather the field mapping was incorrect. Thanks all the same!

1 reply

SanfordWhiteman
New Participant
June 24, 2021

The outgoing Content-Type header won't be problematic as long as you have the Request type set to JSON.

 

Without seeing the rest of the Payload, it's impossible to be sure that you're passing valid JSON — you probably are, but it's up in the air.

 

 

 

 

anastasia_32AuthorAccepted solution
New Participant
June 28, 2021

Thank you. It turns out the webhook was never an issue bur rather the field mapping was incorrect. Thanks all the same!