Flows

Run a flow for a subscriber

POST https://app.hightouch.ai/api/bot/bot_user/subscribe_to_flow/

Run a specific flow for a subscriber

Request Body

NameTypeDescription

shop_id

integer

Store ID

flow_id

integer

Flow ID to run

bot_user_id

integer

User ID

{
    "status": "ok"
}

Unsubscribe from the flow

POST https://app.hightouch.ai/api/bot/bot_user/unsubscribe_from_flow/

Stop the flow that is running for the subscriber. Along with the flow will be deactivated all "Delay" blocks running within the flow

Request Body

NameTypeDescription

shop_id

integer

Store ID

flow_id

integer

Flow ID

bot_user_id

integer

User ID

{
    "status": "ok"
}

Last updated