Where targetUrl is the url where you want to receive events, event is the name of the event you want to subscribe to and flowId is the id of the flow you want to subscribe to.
List hooks
GET https://app.guideflow.com/v1/hooks
Response
Delete hook
DELETE https://app.guideflow.com/v1/hooks/:id
Response
Getting list of Guideflows
GET https://app.guideflow.com/v1/flow/byWorkspace
Pass your API key in Api-Authorization header.
Response
List of supported events
first-interaction Triggers when a user opens a guideflow in the player.
SchemaExample
lead-created Triggers when a user fills in the form or uses a custom link with pre-defined variables.
SchemaExample
slide-viewed Triggers when the user has viewed a step inside a guideflow.
SchemaExample
external-link-clicked Triggers when a user clicks an external link, usually at the final popup.
SchemaExample
completed Triggers when the user has reached the end of a guideflow.
SchemaExample
end-session Triggers when the user closes or leaves a guideflow (i.e., closes page).