NAiOS IconNAiOS Logo
Volver al catálogo

Laposta

laposta

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

Acciones
24
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (24)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get All CampaignsLAPOSTA_CAMPAIGN_GET_ALLAcción

Tool to retrieve all campaigns from Laposta account. Use when you need to list all email campaigns with their configuration and delivery status.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]

    Collection of campaigns

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Custom FieldLAPOSTA_FIELD_CREATEAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Display name for the field

  • in_formbooleanObligatorio

    Whether to display in signup form

  • in_listbooleanObligatorio

    Whether to show in list overview

  • list_idstringObligatorio

    The ID of the list to which the field belongs

  • optionsany

    Required when datatype is select_single or select_multiple - array of choice values

  • datatypestringObligatorioenum

    Field type - must be one of: text, numeric, date, select_single, or select_multiple

    textnumericdateselect_singleselect_multiple
  • requiredbooleanObligatorio

    Whether the field is mandatory

  • defaultvalueany

    Default value when the field is absent

  • datatype_displayany

    For select_single only - display as 'select' or 'radio'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete FieldLAPOSTA_FIELD_DELETEAcción

Tool to permanently remove a custom field from a mailing list. Use when you need to delete a field that is no longer needed.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list containing the field

  • field_idstringObligatorio

    The identifier of the field to remove

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Field DetailsLAPOSTA_FIELD_GETAcción

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.

Parámetros de entrada

  • list_idstringObligatorio

    The ID of the list to which the field belongs

  • field_idstringObligatorio

    The unique identifier of the field to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All FieldsLAPOSTA_FIELD_GET_ALLAcción

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.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list whose fields are being retrieved

Parámetros de salida

  • dataobject[]Obligatorio

    Array of field objects belonging to the list

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update FieldLAPOSTA_FIELD_UPDATEAcción

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.

Parámetros de entrada

  • nameany

    Display name for the field

  • in_formany

    Display in signup form

  • in_listany

    Display in list overview

  • list_idstringObligatorio

    Identifier of the list containing the field

  • datatypeany

    Data type for the field. WARNING: Modifying datatype removes all data from that field

  • field_idstringObligatorio

    Identifier of the field to modify

  • requiredany

    Whether field is mandatory

  • defaultvalueany

    Default value when field is absent

  • options_fullany

    Array of options with 'value' and 'id' properties (for select types only)

  • datatype_displayany

    For select_single only - display as 'select' or 'radio'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Clear All Members From ListLAPOSTA_LIST_CLEAR_MEMBERSAcción

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.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list to clear all active members from.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Mailing ListLAPOSTA_LIST_CREATEAcción

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.

Parámetros de entrada

  • namestringObligatorio

    A name for the new mailing list

  • lockedany

    If true, prevents modification by application users. Defaults to false if not specified.

  • remarksany

    Optional notes or remarks about the list

  • subscribe_notification_emailany

    Email address to receive subscription notifications

  • unsubscribe_notification_emailany

    Email address to receive unsubscription notifications

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ListLAPOSTA_LIST_DELETEAcción

Tool to permanently remove a mailing list from Laposta. Use when you need to delete a list that is no longer needed. The list cannot be recovered after deletion.

Parámetros de entrada

  • list_idstringObligatorio

    The unique identifier of the list to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get List DetailsLAPOSTA_LIST_GETAcción

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.

Parámetros de entrada

  • list_idstringObligatorio

    The unique identifier of the list to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All ListsLAPOSTA_LIST_GET_ALLAcción

Tool to retrieve all mailing lists from your Laposta account. Use when you need to view all lists including both active and deleted ones.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of list objects, each containing a list property with list details.

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Mailing ListLAPOSTA_LIST_UPDATEAcción

Tool to modify list properties such as name, remarks, or notification emails. Use when you need to update an existing mailing list's configuration.

Parámetros de entrada

  • nameany

    Designation for the mailing list

  • lockedany

    Whether the list can be edited by application users

  • list_idstringObligatorio

    The identifier of the list to be modified

  • remarksany

    Optional notes about the list

  • subscribe_notification_emailany

    Email address receiving subscription notifications

  • unsubscribe_notification_emailany

    Email address receiving unsubscription notifications

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create MemberLAPOSTA_MEMBER_CREATEAcción

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.

Parámetros de entrada

  • ipstringObligatorio

    IP address from which the member signed up

  • emailstringObligatorio

    Email address of the member being added

  • list_idstringObligatorio

    The ID of the list to which the member should be added

  • optionsany

    Additional directives to modify behavior

  • source_urlany

    The URL from which the member signed up

  • custom_fieldsany

    Values for extra fields; uses field's custom_name as key

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete MemberLAPOSTA_MEMBER_DELETEAcción

Tool to permanently remove a member from a list. Use when you need to delete a member by their ID or email address.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list containing the member

  • member_idstringObligatorio

    The member's unique identifier OR email address. Note: A '+' character in an email must be encoded as %252B

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get MemberLAPOSTA_MEMBER_GETAcción

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.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list containing the member.

  • member_idstringObligatorio

    The unique identifier OR email address of the member. When using an email address containing a '+' symbol, it must be encoded as %252B.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All MembersLAPOSTA_MEMBER_GET_ALLAcción

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).

Parámetros de entrada

  • stateany

    Filter by member status. Accepts: 'active', 'unsubscribed', or 'cleaned'

  • list_idstringObligatorio

    The identifier of the list from which to retrieve members

Parámetros de salida

  • dataobject[]Obligatorio

    Array of member objects from the list

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update MemberLAPOSTA_MEMBER_UPDATEAcción

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).

Parámetros de entrada

  • emailany

    Updated email address for the member.

  • stateany

    New status for the member. Use 'active' to subscribe or 'unsubscribed' to unsubscribe.

  • list_idstringObligatorio

    The ID of the list containing the member.

  • member_idstringObligatorio

    Unique member identifier or URL-encoded email address. Note: '+' in email must be encoded as %252B.

  • custom_fieldsany

    Key-value pairs for custom/extra fields. Use field names as keys (e.g., {'voornaam': 'John', 'achternaam': 'Doe'}). Multi-choice fields can be cleared by passing empty string.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All Campaign ReportsLAPOSTA_REPORT_GET_ALLAcción

Tool to retrieve performance metrics for all campaigns. Use when you need campaign statistics including opens, clicks, bounces, complaints, and unsubscribes.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of campaign performance reports

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All SegmentsLAPOSTA_SEGMENT_GET_ALLAcción

Tool to retrieve all segments from a mailing list. Use when you need to list or browse segments within a specific list.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier for the mailing list whose segments you want to retrieve.

Parámetros de salida

  • dataobject[]Obligatorio

    Array containing segment objects.

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create WebhookLAPOSTA_WEBHOOK_CREATEAcción

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.

Parámetros de entrada

  • urlstringObligatorio

    The endpoint URL where webhook notifications will be posted

  • eventstringObligatorioenum

    The trigger event for the webhook. Must be one of: subscribed, modified, or deactivated

    subscribedmodifieddeactivated
  • blockedbooleanObligatorio

    Whether webhook invocation is temporarily blocked. Set to false to allow webhook to fire, true to block it

  • list_idstringObligatorio

    The identifier of the list to which the webhook belongs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete WebhookLAPOSTA_WEBHOOK_DELETEAcción

Tool to permanently remove a webhook. Use when you need to delete a webhook from a list. Pending webhook requests are completed before deletion.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list the webhook belongs to

  • webhook_idstringObligatorio

    The identifier of the webhook to remove

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Webhook DetailsLAPOSTA_WEBHOOK_GETAcción

Tool to retrieve specific webhook details by webhook_id. Use when you need to inspect webhook configuration including event type, URL, and status.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list to which the webhook belongs

  • webhook_idstringObligatorio

    The unique identifier of the webhook to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get All WebhooksLAPOSTA_WEBHOOK_GET_ALLAcción

Tool to retrieve all webhooks for a specific list. Use when you need to view all webhooks configured for a particular list.

Parámetros de entrada

  • list_idstringObligatorio

    The identifier of the list for which webhooks are retrieved.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of webhook wrapper objects for the specified list.

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update WebhookLAPOSTA_WEBHOOK_UPDATEAcción

Tool to modify webhook configuration including URL, event type, or blocked status. Use when you need to update an existing webhook's settings.

Parámetros de entrada

  • urlany

    Target endpoint URL for webhook POST requests

  • eventany

    Trigger condition for the webhook. Accepted values: 'subscribed', 'modified', or 'deactivated'

  • blockedany

    Whether webhook invocation is temporarily suspended

  • list_idstringObligatorio

    Identifier of the associated list

  • webhook_idstringObligatorio

    Unique identifier of the webhook to modify

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorany

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not