All ConvertKit plugin tutorials:
Once you set up your plugin, you can follow this tutorial to add webinar link in your ConvertKit 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 ConvertKit email and paste the link and modify it like this
So eventually the link will look something like this
https://joinnow.live/a/{{ subscriber.ss-event-id }}?id={{ subscriber.ss-autologin-id }}
That's it, that's the unique webinar link.
Bonus Tip: Here is your replay link if you are using our built in replays
https://joinnow.live/r/{{ subscriber.ss-replay-id }}?id={{ subscriber.ss-autologin-id }}
Bonus Tip: This is how you can show webinar date time in your email.
Here is how the code will look like
{{ subscriber.ss-webinar-datetime-for-viewer }}