Integromat "Webhook" Module: Bring the Ninox ID Record
Hi! How can I include the Ninox ID Record as a parameter in a URL (Integromat "Webhook" Module) embeded into an email done in Ninox?
I mean: In Ninox I use sendEmail.
In the body message there is a URL that I took from Integromat "Webhook" module. I want to include the Ninox Record ID as a parameter, so when the end-user clics on the URL (body message), my Integromat scenario is triggered with the Ninox ID Record where it was sent from.
Makes sense? :)
2 replies
-
Just add > ?RecID = text(Id)
If you want to add more parameters split them with &
Example:
"https://hook.integromat.com/abkjhghsghguhkjhfd1223333?RecId="+text(ID)+"&Name="+FirstName+"&Date="+text(Date)
And then you can use the variables RecId,Name and Date in your Make-scenarios
Steven
Content aside
- Status Answered
-
1
Likes
- 2 yrs agoLast active
- 2Replies
- 125Views
-
3
Following