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
Example request
{
"channel_name": "Facebook",
"external_fundraising_page_id": "186503750172710"
}Response
Success
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"
}