---
title: "POST campaignApproved"
method: POST
path: "campaignApproved"
---

# POST campaignApproved

`POST campaignApproved` (webhook)

The `campaign.approved` event is delivered whenever a campaign is approved by all of the US carriers and able to start sending text messages.

## Payload

- CampaignApprovedEvent
  - `account_id` string, required — The ID of the account in which this event occurred
  - `data` object, required — The data associated with the event
    - `id` string, required — The unique identifier for the campaign
    - `status` 'active', required — The status of the campaign. Will always be `active` for this event.
  - `timestamp` string, date-time, required — The timestamp when this event occurred, in ISO8601 format
  - `type` 'campaign.approved', required — The type of the event. Always `campaign.approved` for this event.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/surgeapi/apis/surge.md) · [All operations](https://skmtc.net/surgeapi/apis/surge/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surgeapi/surge/revisions/b5b0b6f62245/schema)
