Creates a draft outbound campaign for the specified agent. The agent must belong to your organization.
Path parameters
The UUID of the AI agent that owns the campaign.
Request body
Example request
{
"retry_config": {
"max_retries": 2,
"retry_delay_minutes": 30,
"retry_on": [
"UNANSWERED",
"REJECTED",
"VOICEMAIL"
]
}
}Response
Campaign created successfully
Changes
Changed in 4 of the 17 revisions of this API.455
- ▲
the
retry_config/max_retriesrequest property's min was increased to1.00request-property-min-increased
- ▲
the
retry_config/retry_onrequest property's minItems was increased to1request-property-min-items-increased
- ●
the
namerequest property's maxLength was set to120request-property-max-length-set
- ●
the
retry_config/max_retriesrequest property's max was set to5.00request-property-max-set
- ●
the
retry_config/retry_delay_minutesrequest property's max was set to1440.00request-property-max-set
- ▲
- ▲
removed the required property
campaign_idfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
cpsrequest-property-removed
- ●
removed the request property
metadatarequest-property-removed
- ○
added the new optional request property
retry_config/max_retriesnew-optional-request-property
- ○
added the new optional request property
retry_config/retry_delay_minutesnew-optional-request-property
- ○
added the new optional request property
retry_config/retry_onnew-optional-request-property
- ○
added the required property
datato the response with the201statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 33 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲