Empower your Marketo flows with web hooks, in 10 minutes or less.
45+ web hooks, No server. no coding. 4 simple steps and you're done.
Try it for FREE Today!
Web Hook Library
Hook Name:
Generate Event Ticket
Function:
Event
Level:Advanced
Description:
Use this webhook to automatically generate an event ticket that the registered lead can bring to the event.
More Details:
Input Parameters:
Email address
Event name
Event Location
Event Time
Your Logo
Other information
Web Hook url example:
http://BrightHooks.com/generateTicket.php?email=merge email here&eventinfo=merge pipe delimited event information here
Output JSON:
{
"email":"email address",
"ticketurl":"url of the ticket generated"
}
How to use:
Create your web hook service in Bright Hooks using simple web form See example
Define the web hook in Marketo by using the Webhook Url shown above. See example
Please make sure to 'merge' appropriate fields as parameters as shown in that url.
Map the response to the field that you want to store the value returned by Bright Hooks web service. See example
Please make sure to add 'authentication information' to the web hook in Marketo.
Note:
'Advanced' web hooks are not included in Free Trial. Please let us know if you want to try it out.