Channel Fundraising Entity

createChannelFundraisingEntity

Create Channel such as Facebook for Fundraising Page

post/fundraising-pages/{fundraising_page}/channels

Path parameters

fundraising_pageinteger required
Example:2173528

The specified Fundraising Page ID

Request body

channel_name'Facebook' | 'Instagram' | 'DoubletheDonation' | 'GoFundMe'

The name of Integration Channel

external_fundraising_page_idstring

Channel provided Fundraising Page ID

Example request

{
  "channel_name": "Facebook",
  "external_fundraising_page_id": "186503750172710"
}

Response

Success

channel_name'Facebook' | 'Instagram' | 'DoubletheDonation' | 'GoFundMe' | 'MetaCapi' | 'MetaFrapi'

The name of Integration Channel

created_atstring date-time

Date/time of initial record creation

deleted_atstring date-time nullable

Date/time of deletion

external_fundraising_page_idstring

Channel provided Fundraising Page ID

external_fundraising_page_type'Fundraiser' | 'Direct'

Channel provided Fundraising Page type

fundraising_entity_idinteger

GoFundMe Pro Fundraising Entity ID

fundraising_entity_type'campaign' | 'fundraising page'

GoFundMe Pro Fundraising Entity type

idinteger

Primary identifier of record

statusboolean

Whether the channel is enabled for the fundraising entity.

processingboolean

Whether a MetaFrapi job is in progress for the associated fundraising entity

updated_atstring date-time

Date/time of last record update

Example response

{
  "channel_name": "Facebook",
  "created_at": "2021-04-23T08:23:21Z",
  "deleted_at": "2021-04-23T10:25:03Z",
  "external_fundraising_page_id": "186503750172710",
  "external_fundraising_page_type": "Fundraiser",
  "fundraising_entity_id": 72634,
  "fundraising_entity_type": "campaign",
  "id": 23742,
  "status": true,
  "metadata": {
    "progress_metrics": true,
    "external_fundraiser_id": "847746727344577"
  },
  "updated_at": "2021-04-23T10:25:03Z"
}