Can you customize a link in a campaign?

I’m trying to set-up email verification. Once the user signs-up, they receive the first email in a campaign, which includes a link to finish setting up their account. The link should be unique. Here’s what’s happening so far:

  • The user submits their email in a form.
  • Integromat generates a new user record, and key.
  • Integromat creates a new contact in ActiveCampaign.

The next step should be to add them to the automation—but Integromat’s unique key needs to be passed to the “verify your email” button in the template (domain.com/confirm?t=KEY). Is this possible?

Hello Sydney,

You can customize a link in your Campaign through the use of Personalization Tags.

First, you will need to create a custom field for the Integromat Key and pass it along as a custom field value when you are creating your Contact in ActiveCampaign. To use this in the template for your Campaign, you can edit the “verify your email” button’s URL to include the personalization tag.

If you named your custom field “IntegromatKey”, the personalized URL would look something like this: domain.com/confirm?t=%INTEGROMATKEY%. Then when the Campaign is sent, the placeholder will be swapped for the actual key value.

-Matt