SOLVED

Re: Neverbounce - Webhook Help to set up

Go to solution
SanfordWhiteman
Level 10 - Community Moderator

Re: Neverbounce - Webhook Help to set up

That is a lot of people to run through a webhook in one batch. And saying this as someone who runs 50,000-100,000 webhooks a day on a few Marketo instances: 900,000 is way too much. If I wouldn’t do it, you shouldn’t do it!

 

As it’s a one-time batch it’s feasible, don’t get me wrong. You just aren’t going to get it done in one day. It’ll likely be running for a few days.

 

What you should do instead is use their bulk/List API, not their webhook/Single API, for one-time backfill.

 

But what you still haven’t supplied is exactly how it “doesn’t work” in Single mode — what does the Call Webhook activity return? Show the Activity Log Detail, please.

Harsh140
Level 1

Re: Neverbounce - Webhook Help to set up

hi sorry for not sharing this before, also we are okay doing it in batches like 50k a day also works 

Harsh140_0-1739291261092.png

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Neverbounce - Webhook Help to set up

To run Call Webhook for a batch of people:

  • create a trigger campaign that triggers on Campaign is Requested.
  • in your batch, use the Request Campaign flow step
Harsh140
Level 1

Re: Neverbounce - Webhook Help to set up

got it thanks

Harsh140
Level 1

Re: Neverbounce - Webhook Help to set up

the API call worked what should we do to populate it back in marketo custom field with the validation result

Harsh140_0-1739379721673.png

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Neverbounce - Webhook Help to set up

You use Response Mappings to map JSON properties like result and suggested_correction to Marketo fields.

Harsh140
Level 1

Re: Neverbounce - Webhook Help to set up

it worked thanks a ton