This message was deleted.
# questions
b
This message was deleted.
r
the way i’ve been able to do it is have a URL field in airtable that’s a formula field with the id as a URL parameter. So https://mywebhook.com?recordID=recAirtableID
a
@rapid-state-99797 cool idea…does that bring the user to a blank webpage though? I have an “Automation” form submission where the user selects an automation, tweaks settings, and submitting the form pings a Airtable script that sends all necessary info to the webhook (record id, base id, client id, etc)
would be a cool idea to have single click “quick automation” buttons
r
it does. i use integromat so a low priority to-do is to draft a better webhook response
and it may be just to autoclose the tab it creates
d
the way I’ve done it is to have a stacker button that marks a record in Airtable which AT automation picks it up and using AT scripting to run a webhook in that automation action.
🔥 3
o
Thanks @rapid-state-99797 and @dry-football-4748, appreciate it. Might go down the sexy webhook response page.