Skip to main content

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?

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.


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.


Hey @ScottWorld, thank you so much!

It’s working.


Hey @ScottWorld, thank you so much!

It’s working.


You’re welcome! Glad I could help! 🙂


Reply