Update Campaign
Campaign API
Update Campaign
Update Campaign.
PATCH
Update Campaign
Actual endpoint:
PATCH https://api.ravan.ai/api/v1/campaigns/{id}/Authorizations
Your Agni API key used to authenticate the request. Pass it in the
X-Api-Key header. Find or rotate it from your Ravan AI account settings.Path Parameters
The unique ID of the campaign to update. Use the
id returned by the List or Create Campaign endpoint.Body
The campaign ID (can be included in the body).
The internal name of the campaign.
The unique ID of the agent assigned to this campaign.
The phone number record ID to use for this campaign.
The caller ID used for outbound calls, in E.164 format.
Campaign status:
draft, active, paused, completed.Execution state:
draft, running, paused, completed.Campaign schedule settings.
Response
Whether the request succeeded.
Human-readable status message. Example:
Campaign updated successfullyUpdated campaign object.

