Trigger Links

Trigger links allow you to do things like send your contacts a link customised with their information or set “workflows” to fire when someone clicks a link.

Here’s how to create them and use them.

Adding pre-fill url paramaters to your forms and calendars

The following code can be added to any URL of a calendar or form (that uses first/last name fields) and will automatically pre-fill if it is sent to a contact in Everest.

?&first_name={{contact.first_name}}&{{contact.last_name}}&{{contact.email}&{{contact.phone}}

Many 3rd party platforms have the ability to pre-fill their own form fields you will just need to know what the name of the field is to put in the URL parameter (it may be different to Everest names for similar fields.

Acuity Example

?firstName={{contact.first_name}}&lastName={{contact.last_name}}&email={{contact.email}&phone={{contact.phone}}

This will pre-fill first name, last name, email and phone. It’s possible to also add coupon fields and other fields. See documentation below for more.

https://developers.acuityscheduling.com/docs/embedding

If you are looking to add pre-fill parameters to a link to another web application and are having issues, open a support ticket and we can advise you on what is possible.

Updated on October 1, 2021

Was this article helpful?

Related Articles