Batch send articles through a single web hook request?

Hi, I’m trying to send a bunch of contentful articles to an API using the contentful webhook. I’m just wondering is it possible to do a batch send using the custom webhook payload? Example, have all the articles stored in an array of objects and then sending it to the API?

For more context, the service I’m trying to integrate with only accepts batch and not individual article submissions.

Hi sheldon!

I have the same requirement. Did you manage to find a way to batch the Webhook call?