Flows
Update User Flow State
Updates the user’s state in a single Flow
POST
/
v1
/
public
/
flowStates
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
The Flow Slug
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
Optional ID of the group
The Step ID if updating a specific Step
Any optional data including the user action