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?
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.