The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Jun 30, 2020 10:30 PM
Hey there,
I’m trying to generate a unique URL that someone gets in SMS or email and by open it, it’s run a script that checks a checkbox.
The purpose of the script is to accept an invitation.
Does someone have an idea how to do that?
Solved! Go to Solution.
Jun 30, 2020 10:38 PM
You could do it with Integromat’s webhook feature.
You would create a scenario in Integromat that is triggered via a webhook.
Take the webhook URL that Integromat gives you, and use it as part of a formula field in Airtable. The formula should append each record’s unique record ID to the webhook URL.
So your formula would result in something like this:
https://hook.integromat.com/unique_string_from_integromat_here?id=recUMBjCkAPAFaEiv
When Integromat receives the call from that URL, it could check the approved checkbox based on the record ID.
Jun 30, 2020 10:38 PM
You could do it with Integromat’s webhook feature.
You would create a scenario in Integromat that is triggered via a webhook.
Take the webhook URL that Integromat gives you, and use it as part of a formula field in Airtable. The formula should append each record’s unique record ID to the webhook URL.
So your formula would result in something like this:
https://hook.integromat.com/unique_string_from_integromat_here?id=recUMBjCkAPAFaEiv
When Integromat receives the call from that URL, it could check the approved checkbox based on the record ID.
Jul 01, 2020 12:25 AM
Hey @ScottWorld, thank you so much!
It’s working.
Jul 01, 2020 05:19 AM
You’re welcome! Glad I could help! :slightly_smiling_face: