Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.
Toolkit · laposta
v1
01Clear All Members From Listtool
02Create Custom Fieldtool
03Create Mailing Listtool
04Create Membertool
API Key · verified
25T · 0TR
laposta
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Clear All Members From List
Tool to clear all active members from a list. Use when you need to remove all active member relationships while preserving the list itself. The operation is permanent and cannot be undone.
TOOL
Create Custom Field
Tool to create a custom field for a mailing list to define subscriber attributes. Use when you need to add custom fields like text, numeric, date, or select fields to a list. For select fields (select_single or select_multiple), you must provide the options parameter.
TOOL
Create Mailing List
Tool to create a new mailing list in Laposta to manage email subscribers. Use when you need to create a new list with zero members.
TOOL
Create Member
Tool to add a new subscriber relationship to a list with custom fields and tracking info. Use when you need to create a new member in a list or update an existing member if upsert is enabled.
TOOL
Create Webhook
Tool to register a new webhook for list events in Laposta. Use when you need to receive real-time notifications for subscriber events like subscriptions, modifications, or deactivations.
TOOL
Delete Field
Tool to permanently remove a custom field from a mailing list. Use when you need to delete a field that is no longer needed.
TOOL
Delete List
Permanently deletes a mailing list from Laposta. This action is irreversible - the list and all its configuration (including notification settings and metadata) will be permanently removed. Members are not deleted, only the list itself. Use this when a mailing list is no longer needed. Returns the deleted list object with state set to 'deleted'.
TOOL
Delete Member
Tool to permanently remove a member from a list. Use when you need to delete a member by their ID or email address.
TOOL
Delete Webhook
Tool to permanently remove a webhook. Use when you need to delete a webhook from a list. Pending webhook requests are completed before deletion.
TOOL
Get All Campaign Reports
Tool to retrieve performance metrics for all campaigns. Use when you need campaign statistics including opens, clicks, bounces, complaints, and unsubscribes.
TOOL
Get All Campaigns
Retrieve all email campaigns from your Laposta account. Use this tool to list all campaigns with their configuration, delivery status, and analytics settings. Returns campaign details including sender information, subject lines, recipient lists, delivery timestamps, and tracking settings. No parameters required - retrieves all campaigns associated with your account.
TOOL
Get All Fields
Tool to retrieve all fields for a specific list in Laposta. Use when you need to see all field definitions, metadata, and settings for a list.
TOOL
Get All Lists
Tool to retrieve all mailing lists from your Laposta account. Use when you need to view all lists including both active and deleted ones.
TOOL
Get All Members
Tool to retrieve all members from a specified Laposta mailing list. Use when you need to list or view all contacts in a list. Optionally filter by member state (active, unsubscribed, or cleaned).
TOOL
Get All Segments
Tool to retrieve all segments from a mailing list. Use when you need to list or browse segments within a specific list.
TOOL
Get All Webhooks
Tool to retrieve all webhooks for a specific list. Use when you need to view all webhooks configured for a particular list.
TOOL
Get Field Details
Tool to retrieve specific field details by field_id. Use when you need to fetch complete information about a custom field including its configuration, data type, and available options.
TOOL
Get List Details
Tool to retrieve specific list details by list_id. Use when you need to fetch complete information about a mailing list including its metadata, state, notification settings, and member statistics.
TOOL
Get Member
Tool to retrieve specific member details by member_id or email. Use when you need to get comprehensive information about a member from a list, including their status, registration details, and custom field values.
TOOL
Get Segment Details
Tool to retrieve specific segment details by segment_id. Use when you need to fetch complete information about a segment including its name, definition criteria, and timestamps.
TOOL
Get Webhook Details
Tool to retrieve specific webhook details by webhook_id. Use when you need to inspect webhook configuration including event type, URL, and status.
TOOL
Update Field
Tool to modify field configuration in a Laposta list. Use when you need to update field properties such as name, datatype, required status, or display settings. WARNING: Modifying datatype removes all data from that field.
TOOL
Update Mailing List
Tool to modify list properties such as name, remarks, or notification emails. Use when you need to update an existing mailing list's configuration.
TOOL
Update Member
Tool to modify member data, status, or custom fields in a Laposta list. Use when updating existing member information or managing subscription state. Supports partial updates (only modified fields need to be included).
TOOL
Update Webhook
Tool to modify webhook configuration including URL, event type, or blocked status. Use when you need to update an existing webhook's settings.