Sendspark integration (Marketing, Design & Media). Imported from open-connector.
https://api.sendspark.com/v1/workspaces/{workspaceId}/dynamics
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Sendspark workspace identifier. |
| limit | integer | optional | Number of campaigns per page. Sendspark supports a maximum of 20. |
| offset | integer | optional | The 1-based pagination offset. |
| search | string | optional | Search campaigns by campaign name. |
| filters | string | optional | Filter campaigns by creator ID. |
/v1/workspaces/{workspaceId}/dynamics/{dynamicId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Sendspark workspace identifier. |
| dynamicId | string | required | The Sendspark dynamic video campaign identifier. |
/v1/workspaces/{workspaceId}/dynamics
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Sendspark workspace identifier. |
| name | string | required | The unique campaign name within the workspace. |
/v1/workspaces/{workspaceId}/dynamics/{dynamicId}/prospect
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Sendspark workspace identifier. |
| dynamicId | string | required | The Sendspark dynamic video campaign identifier. |
| processAndAuthorizeCharge | boolean | required | Whether to acknowledge and authorize charges associated with processing this pr… |
| prospect | object | required | Prospect fields used to create a Sendspark dynamic video. |
| prospectDepurationConfig | object | optional | Duplicate handling settings used when adding a Sendspark prospect. |
/v1/workspaces/{workspaceId}/dynamics/{dynamicId}/prospects/{email}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Sendspark workspace identifier. |
| dynamicId | string | required | The Sendspark dynamic video campaign identifier. |
| string | required | The prospect email address to look up. |