All Collections
Marketing Plugins
Drip
How do I add unique webinar link in my Drip Email?
How do I add unique webinar link in my Drip Email?
Corey avatar
Written by Corey
Updated over a week ago

All Drip plugin tutorials:

Once you set up your plugin, you can follow this tutorial to add webinar link in your infusionsoft emails. 

First grab your webinar link from your account on our end.

The link should look something like this

https://joinnow.live/a/abc123

Go to your Drip "Campaign" email and paste the link and modify it like this

So eventually the link will look something like this

https://joinnow.live/a/{{ subscriber.event_id }}?id={{ subscriber.autologin_id }}

That's it, that's the unique webinar link. 

Bonus Tip: Here is your replay link!

https://joinnow.live/r/{{ subscriber.replay_id }}?id={{ subscriber.autologin_id }}

Bonus Tip: This is how you can show webinar date time in your email.

This is how the code will look like

 {{ subscriber.webinar_datetime_for_viewer }}

Did this answer your question?