Laposta integration (Marketing, Communication). Imported from open-connector.
https://api.laposta.nl/v2/list
/v2/list/{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list to retrieve. |
/list
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | List name. |
| locked | boolean | optional | Whether the list is locked against changes in the application. |
| remarks | string | optional | Optional remarks about the list. |
| subscribe_notification_email | string | optional | Email address notified when a member subscribes. |
| unsubscribe_notification_email | string | optional | Email address notified when a member unsubscribes. |
/v2/list{list_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list to update. |
| name | string | optional | List name. |
| locked | boolean | optional | Whether the list is locked against changes in the application. |
| remarks | string | optional | Optional remarks about the list. |
| subscribe_notification_email | string | optional | Email address notified when a member subscribes. |
| unsubscribe_notification_email | string | optional | Email address notified when a member unsubscribes. |
/v2/member
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list whose members should be returned. |
| state | string | optional | Member state filter. |
/v2/member/{member_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list containing the member. |
| member_id | string | required | Member ID or raw member email address. |
/member
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list to which the member should be added. |
| ip | string | required | IP address from which the member registered. |
| string | required | Email address of the member to add. | |
| source_url | string | optional | URL from which the member registered. |
| custom_fields | object | optional | Custom field values keyed by Laposta custom_name. |
| options | object | optional | Laposta member creation options. |
/v2/member{member_id}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | ID of the list containing the member. |
| member_id | string | required | Member ID or raw member email address. |
| string | optional | Member email address. | |
| state | string | optional | New member state. |
| custom_fields | object | optional | Custom field values keyed by Laposta custom_name. |