Sender integration (Marketing, Communication). Imported from open-connector.
https://api.sender.net/v2/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for Sender pagination. |
| limit | integer | optional | Number of records to return per page. |
/subscribers/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | The subscriber email address, phone number, or Sender ID. |
/subscribers
| Param | Type | Required | Description |
|---|---|---|---|
| string | required | The subscriber email address. | |
| firstname | string | optional | The subscriber first name. |
| lastname | string | optional | The subscriber last name. |
| groups | array | optional | Sender group IDs assigned to the subscriber. |
| fields | object | optional | Custom field values keyed by Sender field name. |
| phone | string | optional | The subscriber phone number with country code. |
| trigger_automation | boolean | optional | Whether Sender should trigger automations for this change. |
/subscribers/{identifier}
| Param | Type | Required | Description |
|---|---|---|---|
| identifier | string | required | The subscriber email address, phone number, or Sender ID. |
| firstname | string | optional | The subscriber first name. |
| lastname | string | optional | The subscriber last name. |
| groups | array | optional | Sender group IDs assigned to the subscriber. |
| fields | object | optional | Custom field values keyed by Sender field name. |
| phone | string | optional | The subscriber phone number with country code. |
| trigger_automation | boolean | optional | Whether Sender should trigger automations for this change. |
| subscriber_status | string | optional | A Sender subscriber status value. |
| sms_status | string | optional | A Sender subscriber status value. |
| transactional_email_status | string | optional | A Sender subscriber status value. |
/subscribers/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Sender group ID. |
| subscribers | array | optional | Email addresses to add or remove from the group. |
| conditions | string | optional | Sender conditions expression for selecting subscribers. |
| trigger_automation | boolean | optional | Whether Sender should trigger automations for newly added subscribers. |
/subscribers/groups/{groupId}
| Param | Type | Required | Description |
|---|---|---|---|
| groupId | string | required | The Sender group ID. |
| subscribers | array | optional | Email addresses to add or remove from the group. |
| conditions | string | optional | Sender conditions expression for selecting subscribers. |
/groups
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for Sender pagination. |
| limit | integer | optional | Number of records to return per page. |
/groups/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Sender group ID. |
/fields
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for Sender pagination. |
| limit | integer | optional | Number of records to return per page. |
/fields
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The display title of the custom field. |
| type | string | required | The Sender field type. |
/campaigns
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for Sender pagination. |
| limit | integer | optional | Number of records to return per page. |
| status | string | optional | A Sender campaign status filter. |
/campaigns/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Sender campaign ID. |
/workflows
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number for Sender pagination. |
| limit | integer | optional | Number of workflows to return per page (1-100). |
| status | string | optional | A Sender workflow status filter. |
| title | string | optional | Only return workflows whose title starts with this string. |
/workflows/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Sender workflow ID. |