Oneclick Registration URL

Using this 1 click url to manually import attendee names and emails into easywebinar

Updated over a week ago

Please watch the video showing exactly this..https://youtu.be/Cgu9riRfNGY

Replace NAME AND EMAIL with whatever shortcode your autoresponder uses..

Then send all emails out through your AR and embed the corrected one click url behind text or an image..

*****************aweber:

attendee_name={!firstname_fix}&attendee_email={!email}

*****************getresponse:

attendee_name=[[name]]&attendee_email=[[email]]

*****************mailchimp:

attendee_name=*|FNAME|*&attendee_email=*|EMAIL|*

*****************Drip

attendee_name={{ subscriber.name }}&attendee_email={{ subscriber.email }}

*****************ConvertKit

attendee_name={{ subscriber.name }}&attendee_email={{ subscriber.email }}

If the above do not work then please use - Name: {{ subscriber.first_name }} Email: {{ subscriber.email_address }}

Did this answer your question?