Raisely integration (Finance, Marketing). Imported from open-connector.
https://api.raisely.com/v3/campaigns
| Param | Type | Required | Description |
|---|---|---|---|
| private | boolean | optional | Whether Raisely should include private record fields. |
| query | string | optional | A search query matched against Raisely records. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip. |
| sort | string | optional | The Raisely record attribute to sort by. |
| order | string | optional | The direction to sort records. |
| path | string | optional | A campaign path to filter by. |
| mode | string | optional | A campaign mode to filter by. |
| status | string | optional | A campaign status to filter by. |
| pruneConfig | boolean | optional | Whether to omit the large campaign config from private results. |
| includeTags | boolean | optional | Whether to include tags attached to each campaign. |
/campaigns/{campaign}
| Param | Type | Required | Description |
|---|---|---|---|
| campaign | string | required | The campaign UUID, path, or domain. |
| private | boolean | optional | Whether Raisely should include private campaign fields. |
| pruneConfig | boolean | optional | Whether to omit the large campaign config from the result. |
| includeTags | boolean | optional | Whether to include tags attached to the campaign. |
/profiles
| Param | Type | Required | Description |
|---|---|---|---|
| campaign | string | required | The campaign UUID, path, or domain. |
| private | boolean | optional | Whether Raisely should include private record fields. |
| query | string | optional | A search query matched against Raisely records. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip. |
| sort | string | optional | The Raisely record attribute to sort by. |
| order | string | optional | The direction to sort records. |
| rank | string | optional | The Raisely value used to rank profiles by total raised. |
| rankDonors | string | optional | The Raisely value used to rank profiles by unique donors. |
| rankActivityTotal | string | optional | The Raisely value used to rank profiles by activity total. |
| rankActivityTime | string | optional | The Raisely value used to rank profiles by activity time. |
/webhooks
| Param | Type | Required | Description |
|---|---|---|---|
| campaign | string | required | The campaign UUID, path, or domain. |
| private | boolean | optional | Whether Raisely should include private record fields. |
| query | string | optional | A search query matched against Raisely records. |
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip. |
| sort | string | optional | The Raisely record attribute to sort by. |
| order | string | optional | The direction to sort records. |
/webhooks
| Param | Type | Required | Description |
|---|---|---|---|
| campaignUuid | string | optional | The campaign UUID to restrict events to, or omit it for account-wide events. |
| events | array | optional | The Raisely event names to forward to the webhook. |
| secret | string | optional | The shared secret Raisely includes in webhook payloads. |
| url | string | optional | The URL Raisely should send webhook events to. |
/webhooks/{webhookId}
| Param | Type | Required | Description |
|---|---|---|---|
| webhookId | string | required | The Raisely webhook UUID. |
| private | boolean | optional | Whether Raisely should include private webhook fields. |
| events | array | optional | The Raisely event names to forward to the webhook. |
| secret | string | optional | The shared secret Raisely includes in webhook payloads. |
| url | string | optional | The URL Raisely should send webhook events to. |
/webhooks/{webhookId}
| Param | Type | Required | Description |
|---|---|---|---|
| webhookId | string | required | The Raisely webhook UUID. |