Skip to main content

Change record status from email link?

  • June 22, 2021
  • 1 reply
  • 15 views

Forum|alt.badge.img+2

I would like to send a link in an email that, when clicked, changes the status of a specific record. Is this possible?

1 reply

Justin_Barrett
Forum|alt.badge.img+21

Not at this time. Airtable does have a webhook automation trigger, but Airtable webhooks must be called with a POST request. Clickable URLs pass data via a GET request.

Integromat’s webhook will work via a GET request, though. You could create an Integromat scenario that accepts specific data via a webhook, then uses that to update a specific record.