Skip to main content

Airtable Automations Trigger: When Webhook Received w/ Query String Parameters & Headers

  • September 14, 2023
  • 1 reply
  • 18 views

TroyTessalone
Forum|alt.badge.img+12
What is the proposed idea/solution?

The ability for passed query string parameters (key/value pairs) and Headers to be parsed and made available as DATA OUT from the Airtable Automation trigger for When Webhook Received.

How does is solve the user problems?

The ability to provide query string parameters and Headers separate from POST data.

How was this validated?

By testing query string parameters and headers being sent as part of the webhook request and those variable values not being present in the received webhook data payload.

Who is the target audience?

Advanced users of Airtable Automations.

1 reply

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • September 14, 2023

I totally agree with this feature request! For now, the only way we can do this is by using Make’s webhooks. Although the blessing in disguise here is that Make’s webhooks have much more power, including custom webhook responses.