All Collections
General
How do I integrate with my autoresponder, if it is not listed?
How do I integrate with my autoresponder, if it is not listed?

Sendgrid, kajabi, icontact, simplero, mailerlite, madmimi, maropost, constant contact.

Corey avatar
Written by Corey
Updated over a week ago

Get a free 30-day trial of StealthSeminar here.

We sincerely apologize for not having your autoresponder listed.

Right now, we integrate with ActiveCampaign, AWeber, ConvertKit, Drip, GetResponse, HubSpot, Keap® (formerly Infusionsoft), Mailchimp, Ontraport. 

For any other autoresponder, there are two different ways to do it.

With Webhooks:
Please check our documentation here. Webhooks are advanced and recommended way to integrate with your autoresponder. With this, you can also pass information like, who attended, saw offer, missed webinar, attended webinar till certain point etc.

Without Webhooks (not recommended):
If you do not want to use webhooks, follow this:

  1. Have your developer set up a page that works as a script, that:
    a. Grab parameters from url (e.g: https://site.com/?parameter=value)
    b. Pass those parameters and values to your autoresponder

  2. Then set up that page as a thank you page here and append the parameters you want to pass to your autoresponder. We will add some examples below.

e.g. if your script is hosted at https://mysite.com/script.php, then just take that url, and paste it this way https://mysite.com/script.php?name={name}&email={email} (where ?name={name} passes name of registrant to thank you page and &email={email} passes email.

Some of the important parameters you can pass are:

{name} for passing name

{email} for registrant's email address

{autoLoginId} for passing the unique id for attendee

{id} for the event shortid itself

{registeredDate} will pass the date of the webinar for which someone registered

{registeredTime} will pass the time of the webinar for which someone registered

{replayId} for passing the replay id after webinar ends.

{utm_source}, {utm_campaign}, {utm_content}, {utm_medium}, {utm_term} for passing utm parameters
Did this answer your question?