Is it possible to customize the payload of a Webhook?

Basically I’d like to include the value of a column of my choosing along with the standard ShotGrid webhooks payload. So when a user makes a change to Column A, the payload includes the values of both Column A and Column B.

Hi @Cmq

It is not possible to customize the payload, and it is by design. This to limit payload size.

It is expected that the reception of the webhook, the receiver will decide if it needs to be acted-on or not, and then call the ShotGrid site for details on the event’s entities.

-Patrick

1 Like

@patrick-hubert-adsk Thanks. Good to know. Had already built what you described in the doubt, so all’s good (but it would be nice to add that extra field – just a poor little integer)