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

# Create a campaign from a campaign template



## OpenAPI

````yaml /openapi.json post /campaign_templates/{id}/campaign_drafts
openapi: 3.0.3
info:
  title: Pocketflows API
  version: 0.0.4
servers:
  - url: https://api.pocketflows.com
    description: Production server
security:
  - HttpBasicAuth: []
paths: {}
components:
  securitySchemes:
    HttpBasicAuth:
      type: http
      scheme: basic

````