---
title: "createCampaignChannel"
method: POST
path: "/campaigns/{campaign}/channels"
tags: ["Campaign Channel"]
---

# createCampaignChannel

`POST /campaigns/{campaign}/channels`

Create Channel for specified Campaign

## Path parameters

- `campaign` integer, required

## Request body

- CampaignChannel
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `channel_name` 'DoubletheDonation' | 'Facebook' | 'Instagram' | 'MetaCapi' | 'MetaFrapi' | 'Zapier', required — Name of Integration Channel
  - `created_at` string, date-time — Date/time of initial record creation
  - `id` integer — Primary identifier of record
  - `status` boolean, required — Whether the campaign channel is enabled.
  - `metadata` union — Additional Campaign settings data in JSON format
    - object
      - `employer_match_on_donation_page` boolean — Indicates whether there is an employer match on donation page
      - `employer_match_on_thankyou_page` boolean — Indicates whether there is an employer match on thankyou page
      - `employer_match_preselect` boolean — Indicates whether there is an employer match preselect
    - object
      - `progress_metrics` boolean — Whether progress metrics are enabled on the Meta fundraiser page.
      - `external_fundraiser_id` string — The unique identifier of a Meta fundraiser.
  - `processing` boolean — Whether a MetaFrapi job is in progress for the associated campaign
  - `updated_at` string, date-time — Date/time of last record update

## Response `200`

Success

- CampaignChannel
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `channel_name` 'DoubletheDonation' | 'Facebook' | 'Instagram' | 'MetaCapi' | 'MetaFrapi' | 'Zapier', required — Name of Integration Channel
  - `created_at` string, date-time — Date/time of initial record creation
  - `id` integer — Primary identifier of record
  - `status` boolean, required — Whether the campaign channel is enabled.
  - `metadata` union — Additional Campaign settings data in JSON format
    - object
      - `employer_match_on_donation_page` boolean — Indicates whether there is an employer match on donation page
      - `employer_match_on_thankyou_page` boolean — Indicates whether there is an employer match on thankyou page
      - `employer_match_preselect` boolean — Indicates whether there is an employer match preselect
    - object
      - `progress_metrics` boolean — Whether progress metrics are enabled on the Meta fundraiser page.
      - `external_fundraiser_id` string — The unique identifier of a Meta fundraiser.
  - `processing` boolean — Whether a MetaFrapi job is in progress for the associated campaign
  - `updated_at` string, date-time — Date/time of last record update

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Campaign not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
