Klaviyo integration (Marketing, Data). Imported from open-connector.
https://a.klaviyo.com/api/accounts/
/api/profiles/
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | A Klaviyo filter expression, such as equals(email,"ada@example.com"). |
| sort | string | optional | A Klaviyo sort expression, such as -created or updated. |
| pageSize | integer | optional | The maximum number of resources to return. |
| pageCursor | string | optional | The Klaviyo page cursor from a previous response. |
/api/profiles/{profileId}/
| Param | Type | Required | Description |
|---|---|---|---|
| profileId | string | required | The Klaviyo profile ID. |
/api/campaigns/
| Param | Type | Required | Description |
|---|---|---|---|
| channel | string | required | The campaign message channel to list. |
| filter | string | optional | Additional Klaviyo campaign filter expression appended to the required channel … |
| sort | string | optional | A Klaviyo sort expression for campaigns. |
| pageSize | integer | optional | The maximum number of campaigns to return. |
| pageCursor | string | optional | The Klaviyo page cursor from a previous campaign response. |
/api/campaigns/{campaignId}/
| Param | Type | Required | Description |
|---|---|---|---|
| campaignId | string | required | The Klaviyo campaign ID. |
/api/events/
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | optional | A Klaviyo filter expression, such as equals(email,"ada@example.com"). |
| sort | string | optional | A Klaviyo sort expression, such as -created or updated. |
| pageSize | integer | optional | The maximum number of resources to return. |
| pageCursor | string | optional | The Klaviyo page cursor from a previous response. |