CRM CampaignsStart or stop a campaign

Start or stop a campaign

Control campaign execution by sending a run action.

curl -X POST "https://api.talkturo.com/api/crm/campaigns/example_string/run" \
  -H "Content-Type: application/json" \
  -d '{
  "action": "start"
}'
{
  "success": true,
  "status": "example_string"
}
POST
/crm/campaigns/{id}/run
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (cookie: sb-access-token)
sb-access-tokenstring
Required

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.
Content-Typestring
Required

The media type of the request body

Options: application/json
actionstring
Required
Options: start, stop
Request Preview
Response

Response will appear here after sending the request

Authentication

path
parameterstring
Required

API Key for authentication. Authenticated Talkturo web session cookie (Supabase httpOnly session). Browser clients typically send this automatically after sign-in. Related refresh cookies may also be present depending on the client.

Path Parameters

Body

application/json
actionstring
Required
Allowed values:startstop

Responses

successboolean
statusstring

Resulting status such as running or stopped