Update a campaign
Campaigns
Update a campaign
Update a draft campaign’s name.
POST
Update a campaign
Documentation Index
Fetch the complete documentation index at: https://loops.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path parameters
The ID of the campaign.
Body
The updated campaign name.
Response
Success
Campaigns can only be updated while they are inDraft status.
The campaign ID.
The updated campaign name.
The campaign status.
ISO 8601 timestamp for when the campaign was created.
ISO 8601 timestamp for when the campaign was last updated.
The associated email message ID.
Error
If the request body is invalid, a400 Bad Request is returned.
A 404 Not Found is returned if the campaign does not exist.
A 409 Conflict is returned if the campaign is not in draft status.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on May 20, 2026

