Neverbounce - Webhook Help to set up | Community
Skip to main content
Abaran
New Participant
October 7, 2021
Solved

Neverbounce - Webhook Help to set up

  • October 7, 2021
  • 1 reply
  • 6283 views

Hello Community,

 

We have just implemented Neverbounce Email verification tool.

 

We are looking to automate the process to update records via a webhook so it can be done for example when a record MQL or a record is created an deemed Marketable. . We are not developers so I am hoping we can get it done without any other 3rd party tool and an easy setup in Marketo webhook section.

We would be grateful for some help on how to do it.

Thank you

Axel

Best answer by SanfordWhiteman

It’s documented here: https://developers.neverbounce.com/v4.0/reference#single-webhooks

 

Simple GET webhook, include the token in the URL like email={{lead.Email Address}}

 

Response payload is doc’d here: https://developers.neverbounce.com/reference#single

 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
October 7, 2021

It’s documented here: https://developers.neverbounce.com/v4.0/reference#single-webhooks

 

Simple GET webhook, include the token in the URL like email={{lead.Email Address}}

 

Response payload is doc’d here: https://developers.neverbounce.com/reference#single

 

Abaran
AbaranAuthor
New Participant
October 7, 2021

Thanks Sanford. I had a feeling you'd be the first to reply 🙂 

Here is what i did. Is that correct?

- will this check push the email to NB, NB verifies it and send back the result in the correct field?

 

Thanks

Axel

SanfordWhiteman
New Participant
October 7, 2021
The Request Type is GET.