Skip to main content
POST
Creates a new campaign. If no status is provided, campaigns default to INACTIVE. See the campaign object reference for more information.

Authorizations

public-api-key
string
header
required
private-secret-key
string
header
required

Body

application/json
name
string
required

Campaign name for identification.

account_id
string
required

Your Yuno account ID, found in the Yuno Dashboard (UUID).

organization_code
string
required

Your organization identifier (UUID).

country
string
required

ISO 3166-1 alpha-2 country code (e.g., CO, MX, BR).

channel
enum<string>
required

Communication channel.

Available options:
WHATSAPP_MESSAGE,
PHONE_CALL
schedule
object
required

Scheduling configuration.

duration
object
required

Campaign active period.

focus
string

Campaign focus descriptor (e.g., payment_recovery).

Response