Courier integration (Communication, Marketing). Imported from open-connector.
https://api.courier.com/send
| Param | Type | Required | Description |
|---|---|---|---|
| message | object | required | The Courier message object passed to POST /send. |
| idempotencyKey | string | optional | The optional Courier Idempotency-Key header value used to deduplicate a logical… |
/profiles/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Courier user ID associated with the profile. |
/profiles/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Courier user ID associated with the profile. |
| profile | object | optional | The Courier profile object to merge into the user profile. |
/profiles/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Courier user ID associated with the profile. |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | The Courier pagination cursor for the next page. |
| pattern | string | optional | The Courier list pattern filter. |
/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Courier list ID. |
/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Courier list ID. |
| name | string | required | The Courier subscription list name. |
| preferences | object | optional | The Courier recipient preferences object. |
/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Courier list ID. |
/lists/{listId}/subscriptions
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Courier list ID. |
| cursor | string | optional | The Courier pagination cursor for the next page. |
/lists/{listId}/subscriptions/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| listId | string | required | The Courier list ID. |
| userId | string | required | The Courier user ID associated with the profile. |