Help

How do I create a unique URL to accept invitation?

Topic Labels: Extensions
Solved
Jump to Solution
1150 3
cancel
Showing results for 
Search instead for 
Did you mean: 
CIO_TAVOR
4 - Data Explorer
4 - Data Explorer

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?

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

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.

See Solution in Thread

3 Replies 3
ScottWorld
18 - Pluto
18 - Pluto

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.

You’re welcome! Glad I could help! :slightly_smiling_face: