Braze integration (Marketing, Data). Imported from open-connector.
{rest_endpoint}/campaigns/list
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The zero-based Braze page number to return. |
| includeArchived | boolean | optional | Whether archived campaigns or Canvases should be included. |
| sortDirection | string | optional | The creation-time sort direction to send to Braze. |
| lastEditedAfter | string | optional | Only return items edited after this time, mapped to Braze last_edit.time[gt]. U… |
/campaigns/details
| Param | Type | Required | Description |
|---|---|---|---|
| campaignId | string | required | The Braze campaign API identifier. |
| postLaunchDraftVersion | boolean | optional | Whether Braze should return the post-launch draft version when one exists. |
| includeHasTranslatableContent | boolean | optional | Whether Braze should include has_translatable_content fields for messages. |
/canvas/list
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The zero-based Braze page number to return. |
| includeArchived | boolean | optional | Whether archived campaigns or Canvases should be included. |
| sortDirection | string | optional | The creation-time sort direction to send to Braze. |
| lastEditedAfter | string | optional | Only return items edited after this time, mapped to Braze last_edit.time[gt]. U… |
/canvas/details
| Param | Type | Required | Description |
|---|---|---|---|
| canvasId | string | required | The Braze Canvas API identifier. |
| postLaunchDraftVersion | boolean | optional | Whether Braze should return the post-launch draft version when one exists. |
| includeHasTranslatableContent | boolean | optional | Whether Braze should include has_translatable_content fields for messages. |