GoToWebinar – Quickstart Guide

Written by

in

[wc_accordion collapse=”1″ leaveopen=”0″ layout=”box”]

[wc_accordion_section title=”Installing the Plug-In”]

Installing the Plug-In

Note: You should have installed your Infusionsoft Pocket Developer plug-in using the instructions provided, if for any reason you have not installed your Pocket Developer plug-in click here to learn how.
[/wc_accordion_section]

[wc_accordion_section title=”Configuring the HTTP Post Snippet”]

Configuring the HTTP Post Snippet

gtw-snippet

[wc_box color=”inverse” text_align=”left”]

cautionNOTE: Everything in an HTTP POST is case sensitive. That includes the URL, the parameters on the left and the field names on the right. If caPitaLizaTion is wrong, your post will not work.
[/wc_box]

[wc_box color=”inverse” text_align=”left”]

hazardANOTHER NOTE: The merge field in the saveTo parameter should never have tildes around it (~). If you use the merge button to add a field, make sure to remove them for this parameter. We are saving to, not merging from.
[/wc_box]

URL:

The URL, on your server, where the Pocket Developer script is stored. For example:
http://yourdomain.com/scripts/PocketDeveloper/Blocks/TagsFly/tagsfly.php

Required Name/Value Pairs:

action

  • The action to take with the specified contact for the specified webinar.  The supported actions are:

1. attendance: Mark the contact as present or absent
2. register: Register the contact for the specified webinar

webinar

  • This field should supply the ID of the relevant webinar

contactId

  • This is the contact Id for the contact record where fields will be retrieved (if any) and who will be registered for the webinar or tagged as absent/present

Required for ‘attendance’ action:

absent

  • The tag ID that will be applied to the contact if they failed to attend the webinar

present

  • The tag ID that will be applied to the contact if they attended the webinar

Optional for ‘register’ action:

saveTitleTo

  • If supplied, the Title/Subject of the webinar will be saved to the contact field specified within this parameter

saveDateTo

  • If supplied, the date or date & time of the webinar will be saved to the contact field specified within this parameter

saveJoinUrlTo

  • If supplied, the JoinURL for the registrant will be saved to the contact field specified within this parameter

[/wc_accordion_section]
[wc_accordion_section title=”Demo Video”]

Demo Video

[/wc_accordion_section]

[wc_accordion_section title=”Pro Tips”]

Pro Tips

[/wc_accordion_section]

[wc_accordion_section title=”Frequently Asked Questions”]

Frequently Asked Questions

[/wc_accordion_section]
[/wc_accordion]

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *