Moosend integration (Communication, Marketing). Imported from open-connector.
https://api.moosend.com/v3/lists.json
| Param | Type | Required | Description |
|---|---|---|---|
| Format | string | optional | Moosend response format. Connector actions always request JSON. |
| WithStatistics | boolean | optional | Whether Moosend should include subscriber statistics. |
| SortBy | string | optional | Moosend mailing list property used to sort results. |
| SortMethod | string | optional | Moosend sorting direction. |
/lists/{MailingListID}/subscribers/{Status}.json
| Param | Type | Required | Description |
|---|---|---|---|
| MailingListID | string | required | The ID of the email list containing the subscribers. |
| Status | string | required | Moosend subscriber status filter. |
| Format | string | optional | Moosend response format. Connector actions always request JSON. |
| Page | integer | optional | The page of subscriber results to return. |
| PageSize | integer | optional | The number of subscriber results to return per page. |
/subscribers/{MailingListID}/view.json
| Param | Type | Required | Description |
|---|---|---|---|
| MailingListID | string | required | The ID of the email list that contains the subscriber. |
| string | required | The email address of the subscriber to retrieve. | |
| Format | string | optional | Moosend response format. Connector actions always request JSON. |
/subscribers/{MailingListID}/subscribe.json
| Param | Type | Required | Description |
|---|---|---|---|
| MailingListID | string | required | The ID of the email list where Moosend should add the subscriber. |
| string | required | The email address of the subscriber. | |
| Format | string | optional | Moosend response format. Connector actions always request JSON. |
| Name | string | optional | The subscriber name. |
| HasExternalDoubleOptIn | boolean | optional | Whether the subscriber has given subscription consent by other means. |
| CustomFields | array | optional | Custom field values in Moosend FieldName=Value format. |
| Tags | array | optional | Tags to assign to the subscriber. |
| Preferences | array | optional | Preference values to assign to the subscriber. |