SOLVED

Re: Sendoso/Marketo Webhook Debugging

Go to solution
anastasia_32
Level 2

Sendoso/Marketo Webhook Debugging

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.

Screen Shot 2021-06-23 at 19.38.31.png

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
anastasia_32
Level 2

Re: Sendoso/Marketo Webhook Debugging

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

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Sendoso/Marketo Webhook Debugging

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_32
Level 2

Re: Sendoso/Marketo Webhook Debugging

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