Authorizations
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
Body
application/json
The ID of the user
Example:
"d34daa11-3745-4ac0-880e-d4b4d51fe13f"
The Flow Slug
Example:
"flow_abc"
The type of action the user took
Available options:
STARTED_STEP, COMPLETED_STEP, SKIPPED_STEP, NOT_STARTED_STEP, STARTED_FLOW, COMPLETED_FLOW, SKIPPED_FLOW, NOT_STARTED_FLOW Example:
"COMPLETED_STEP"
Optional ID of the group
Example:
"x34daa11-3745-4ac0-880e-d4b4d51fe13f"
The Step ID if updating a specific Step
Any optional data including the user action
Example:
{ "action": "click" }