# Laposta AI integration on Definable

> Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.

## What this connects

Dutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.

Vendor: https://laposta.nl/

## Tools available

**25** tools available. First 12:

- `LAPOSTA_CAMPAIGN_GET_ALL` — 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.
- `LAPOSTA_FIELD_CREATE` — 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.
- `LAPOSTA_FIELD_DELETE` — 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.
- `LAPOSTA_FIELD_GET` — 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.
- `LAPOSTA_FIELD_GET_ALL` — 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.
- `LAPOSTA_FIELD_UPDATE` — 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.
- `LAPOSTA_GET_SEGMENT` — 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.
- `LAPOSTA_LIST_CLEAR_MEMBERS` — 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.
- `LAPOSTA_LIST_CREATE` — 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.
- `LAPOSTA_LIST_DELETE` — 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'.
- `LAPOSTA_LIST_GET` — 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.
- `LAPOSTA_LIST_GET_ALL` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Laposta

Inside a Definable workflow, Laposta is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Laposta** — the Researcher (GPT-5.5) pulls context from Laposta (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Laposta** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Laposta (create record, post message, draft email).
- **Designer / Engineer → Distributor → Laposta** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Laposta (attach file, open PR comment, post status).

The Verifier checks every Laposta call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email newsletters — https://definable.ai/apps/category/email-newsletters/
- marketing automation — https://definable.ai/apps/category/marketing-automation/

## Related

- HTML page: https://definable.ai/apps/laposta/
- Same category (email newsletters): https://definable.ai/apps/category/email-newsletters/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
