Adding additional items to a Zapier webhook trigger

Use case:

I need to send data to zapier when a new Partner is added to the system. This Partner data consists of 2 sets of data - the company data, in the Partner table, and the person data, in the User table.

When a new partner is created, it will have a lead partner, which is a link to a record in the user table.

But the user’s info like phone number aren’t passed to Zapier, because only the Partner record is sent, when a new partner is added.

It would be great to be able to add additional key-value pairs to the data that’s sent.

HighLevel, for example, gives the following interface, allowing pulling of data from linked records:

This would be a good addition
At the moment when we receive the webhook in zapier/ make we add another moduel/ step straight after to find that specific record in the database using the ID from the webhook, which isn’t ideal but still workable :+1:

1 Like