campaign/unarchive_by_id
Tool: act
Restore an archived campaign to Draft status.
Use to reactivate a previously archived campaign. After unarchiving, call campaign/start_by_id to resume sending.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Campaign ID — the object's campaignId |
Response
200 — {campaignId: integer, status: string}. Deltas: none.
Errors: 400, 401, 404, 406, 409, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call act with name: "campaign/unarchive_by_id".