Webhooks and passing variables

I’m trying to pass some variables to IFTTT via a webhook. If I pass the JSON through, I get the whole Example payload… that works fine but I don’t want the whole payload but merely some of the fields… is there a way to modify the example payload so that only data I want is sent?

Or

Is there a way to pass variables via a link somehow?

https://maker.ifttt.com/trigger/baserow//with/key/{private key}?value1=value1&value2=value2&value3=value3

Hi @TC2020,

this is not possible at the moment. All webhooks will always send the whole row including all fields.