Nov 06, 2024 09:03 AM
Hi Airtable gurus,
I am trying to create an automation that will locate a specifc record based on the record ID then update the Status field.
It would look like this:
Trigger: When a webhook is received (an invoice is paid in Stripe) I actually have the webook created
Event: 1. Locate record (the appointment record that was created based on a Calendly appointment creation), 2. Update that record to reflect that the invoice for that appointment was PAID
I feel like I am close to getting the automation to work, but I can't figure out how to find that appointment record based on the record ID. Any help would be so appreciated!
Solved! Go to Solution.
Nov 06, 2024 10:19 AM
Hi,
If I understand correctly, your webhook has triggers the automation, and passes a string that corresponds to a record ID, and you now want to use this ID to update that record to mark it as paid.
If this is the case, then all you need is :
Does this help?
Nov 06, 2024 10:19 AM
Hi,
If I understand correctly, your webhook has triggers the automation, and passes a string that corresponds to a record ID, and you now want to use this ID to update that record to mark it as paid.
If this is the case, then all you need is :
Does this help?