Skip to main content
POST
cURL
Límite de Tasa: 12 solicitudes por segundo
Envía un header Idempotency-Key (UUID recomendado) para que los reintentos no creen campañas duplicadas.

Campos Exclusivos por Canal

Enviar un campo exclusivo del canal contrario devuelve 400 INVALID_REQUEST.

Ciclos

cycles es opcional. Cuando cycles.enabled es false (u omitido), el resto del bloque se ignora. Cuando cycles.mode es cooldown, los campos schedule* se rechazan. Los ciclos solo se pueden habilitar al crear; cycles.enabled y cycles.mode son inmutables después.

Ejemplos

Campaña de llamada con ciclos de tipo cooldown

Campaña de WhatsApp

Autorizaciones

Authorization
string
header
requerido

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Encabezados

Idempotency-Key
string

Optional client-generated key (UUID recommended) to make the request idempotent. Replays within the dedup window return the original response.

Cuerpo

application/json

Campaign to be created

name
string
requerido
Maximum string length: 255
agent_id
string<uuid4>
requerido

public_id of the agent that will own this campaign.

integration_id
string
requerido

public_id of the integration to use. Must belong to agent_id.

integration_type
enum<string>
requerido
Opciones disponibles:
phone_call,
whatsapp
description
string
timezone
string

IANA timezone. Defaults to America/Mexico_City.

retries
integer
predeterminado:1
Rango requerido: 0 <= x <= 5
message_limit
integer
predeterminado:250
Rango requerido: 1 <= x <= 10000
first_message
string

First message the Agent will say upon the call being answered. Phone-call only.

template
string

WhatsApp template name. WhatsApp only.

template_alt
string

Alternate WhatsApp template name. WhatsApp only.

scheduling
object
cycles
object

Cycles configuration block. Phone-call campaigns only.

Respuesta

Campaign created successfully

success
boolean
campaign
object

Single Campaign detail with nested agent, integration and cycles config. The analytics field is included only when a snapshot is available for the campaign.