> ## Documentation Index
> Fetch the complete documentation index at: https://docs.surge.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Campaign Approved

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



## OpenAPI

````yaml webhook campaignApproved
openapi: 3.1.1
info:
  title: Surge
  version: '1.0'
servers:
  - url: https://api.surge.app
security:
  - authorization: []
paths: {}
components:
  securitySchemes:
    authorization:
      bearerFormat: Surge API token
      scheme: bearer
      type: http

````