Sendgrid Webhook List

Hi, I tried now to build a Sendgrid hook myself, but I ran into the issue that SendGrid is sending a list of events, which I can not handle... Anyidea? Currently, I can just take the first, get the XID, match the XID to a user id and then write an event back to my DB with the userid and the sendgrid data.

Hi @Robert_M,

Can you share some screenshots?

In case it's helpful, we have some Javascript snippets that you can use for going through a list of items and triggering another query for each item in the list. Or, if you're using a workflow, you'd do this in a loop block