Webinato - Sending List Information from Marketo to Webinato via API
Integration | API
Tharinda Lasika
Last Update il y a un mois
In order to pass information from Marketo to the Webinato Event Registration system, you must setup a Webhook inside of Marketo that points to a specific event, and then link that to a Smart Campaign. The instructions on doing this are below:
- Create a Webhook linking to a Webinato event inside of Marketo
- Create a Smart Campaign to call the created Webhook
- Link a Data List to the Smart Campaign, according to Marketo's instructions
- Start the Smart Campaign
Create a Webhook in Marketo

https://docs.marketo.com/display/public/DOCS/Create+a+Webhook
- URL: http://www.webinato.com/api/event/simpleEventRegister?p_eventID=[YourEventID]
You can find the p_eventID by opening your event in the Event Manager and looking at the Event Login Link in the Summary Tab. The p_eventID is the long number at the end of the Event Login Link:
ex: http://www.webinato.com/event/[p_eventID] - Payload Template: fn={{lead.First Name:default=edit me}}&ln={{lead.Last Name:default=edit Me}}&email={{lead.Email Address:default=edit me}}&companyID=[YourCompanyID]&md5pass=[YourMD5Password]
For more information on getting your account's API credentials, click HERE. (Link to New Article about Getting Your Account's API Credentials)
Linking a Webhook to a Smart Campaign
- Click on the following link to read Marketo's instructions on how to create a Smart Campaign and link a Webhook to it:
https://docs.marketo.com/display/public/DOCS/Use+a+Webhook+in+a+Smart+Campaign - After creating the Smart Campaign, you must link a Data List to that campaign according to Marketo's instructions.
- Once the Data List is linked, start the Smart Campaign.
Additional Information
You must Clone the Webhook for each new event you wish to send data to from Marketo. To do this, choose Clone Webhook from the Marketo menu.
