0

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

null
    • Ninox partner
    • RoSoft_Steven.1
    • 2 yrs ago
    • Reported - view

    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

      • SoluMaker
      • 2 yrs ago
      • Reported - view

      RoSoft_Steven Rooryck Thank you Steven!! so accurate as always! :) 

Content aside

  • Status Answered
  • 2 yrs agoLast active
  • 2Replies
  • 108Views
  • 2 Following