← Tools Reference

Laposta

Laposta integration (Marketing, Communication). Imported from open-connector.

API key8 toolshttps://api.laposta.nl
GET
laposta_list_lists
List all mailing lists available to the authenticated Laposta account.

/v2/list

GET
laposta_get_list
Get one Laposta mailing list by ID.

/v2/list/{list_id}

1 parameter
ParamTypeRequiredDescription
list_idstringrequiredID of the list to retrieve.
POST
laposta_create_list
Create a Laposta mailing list.

/list

5 parameters
ParamTypeRequiredDescription
namestringrequiredList name.
lockedbooleanoptionalWhether the list is locked against changes in the application.
remarksstringoptionalOptional remarks about the list.
subscribe_notification_emailstringoptionalEmail address notified when a member subscribes.
unsubscribe_notification_emailstringoptionalEmail address notified when a member unsubscribes.
POST
laposta_update_list
Update selected fields on a Laposta mailing list.

/v2/list{list_id}

6 parameters
ParamTypeRequiredDescription
list_idstringrequiredID of the list to update.
namestringoptionalList name.
lockedbooleanoptionalWhether the list is locked against changes in the application.
remarksstringoptionalOptional remarks about the list.
subscribe_notification_emailstringoptionalEmail address notified when a member subscribes.
unsubscribe_notification_emailstringoptionalEmail address notified when a member unsubscribes.
GET
laposta_list_members
List members of a Laposta mailing list, optionally filtered by state.

/v2/member

2 parameters
ParamTypeRequiredDescription
list_idstringrequiredID of the list whose members should be returned.
statestringoptionalMember state filter.
GET
laposta_get_member
Get one Laposta member by member ID or email address.

/v2/member/{member_id}

2 parameters
ParamTypeRequiredDescription
list_idstringrequiredID of the list containing the member.
member_idstringrequiredMember ID or raw member email address.
POST
laposta_create_member
Add a member to a Laposta mailing list.

/member

6 parameters
ParamTypeRequiredDescription
list_idstringrequiredID of the list to which the member should be added.
ipstringrequiredIP address from which the member registered.
emailstringrequiredEmail address of the member to add.
source_urlstringoptionalURL from which the member registered.
custom_fieldsobjectoptionalCustom field values keyed by Laposta custom_name.
optionsobjectoptionalLaposta member creation options.
POST
laposta_update_member
Update selected fields on a Laposta mailing list member.

/v2/member{member_id}

5 parameters
ParamTypeRequiredDescription
list_idstringrequiredID of the list containing the member.
member_idstringrequiredMember ID or raw member email address.
emailstringoptionalMember email address.
statestringoptionalNew member state.
custom_fieldsobjectoptionalCustom field values keyed by Laposta custom_name.