Laposta
lapostaDutch newsletter app (email marketing) that makes it exceptionally easy to send professional newsletters.
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ónTool to retrieve all campaigns from Laposta account. Use when you need to list all email campaigns with their configuration and delivery status.
LAPOSTA_CAMPAIGN_GET_ALLAcciónTool 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
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Custom FieldLAPOSTA_FIELD_CREATEAcciónTool 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_CREATEAcciónTool 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
namestringObligatorioDisplay name for the field
in_formbooleanObligatorioWhether to display in signup form
in_listbooleanObligatorioWhether to show in list overview
list_idstringObligatorioThe ID of the list to which the field belongs
optionsanyRequired when datatype is select_single or select_multiple - array of choice values
datatypestringObligatorioenumField type - must be one of: text, numeric, date, select_single, or select_multiple
textnumericdateselect_singleselect_multiplerequiredbooleanObligatorioWhether the field is mandatory
defaultvalueanyDefault value when the field is absent
datatype_displayanyFor select_single only - display as 'select' or 'radio'
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete FieldLAPOSTA_FIELD_DELETEAcciónTool 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_DELETEAcciónTool 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_idstringObligatorioThe identifier of the list containing the field
field_idstringObligatorioThe identifier of the field to remove
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Field DetailsLAPOSTA_FIELD_GETAcciónTool 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_GETAcciónTool 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_idstringObligatorioThe ID of the list to which the field belongs
field_idstringObligatorioThe unique identifier of the field to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All FieldsLAPOSTA_FIELD_GET_ALLAcciónTool 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_GET_ALLAcciónTool 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_idstringObligatorioThe identifier of the list whose fields are being retrieved
Parámetros de salida
dataobject[]ObligatorioArray of field objects belonging to the list
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update FieldLAPOSTA_FIELD_UPDATEAcciónTool 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_FIELD_UPDATEAcciónTool 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
nameanyDisplay name for the field
in_formanyDisplay in signup form
in_listanyDisplay in list overview
list_idstringObligatorioIdentifier of the list containing the field
datatypeanyData type for the field. WARNING: Modifying datatype removes all data from that field
field_idstringObligatorioIdentifier of the field to modify
requiredanyWhether field is mandatory
defaultvalueanyDefault value when field is absent
options_fullanyArray of options with 'value' and 'id' properties (for select types only)
datatype_displayanyFor select_single only - display as 'select' or 'radio'
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clear All Members From ListLAPOSTA_LIST_CLEAR_MEMBERSAcciónTool 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_CLEAR_MEMBERSAcciónTool 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_idstringObligatorioThe identifier of the list to clear all active members from.
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Mailing ListLAPOSTA_LIST_CREATEAcciónTool 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_CREATEAcciónTool 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
namestringObligatorioA name for the new mailing list
lockedanyIf true, prevents modification by application users. Defaults to false if not specified.
remarksanyOptional notes or remarks about the list
subscribe_notification_emailanyEmail address to receive subscription notifications
unsubscribe_notification_emailanyEmail address to receive unsubscription notifications
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ListLAPOSTA_LIST_DELETEAcciónTool 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.
LAPOSTA_LIST_DELETEAcciónTool 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_idstringObligatorioThe unique identifier of the list to permanently delete
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get List DetailsLAPOSTA_LIST_GETAcciónTool 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_GETAcciónTool 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_idstringObligatorioThe unique identifier of the list to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All ListsLAPOSTA_LIST_GET_ALLAcciónTool to retrieve all mailing lists from your Laposta account. Use when you need to view all lists including both active and deleted ones.
LAPOSTA_LIST_GET_ALLAcciónTool 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[]ObligatorioArray of list objects, each containing a list property with list details.
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Mailing ListLAPOSTA_LIST_UPDATEAcciónTool to modify list properties such as name, remarks, or notification emails. Use when you need to update an existing mailing list's configuration.
LAPOSTA_LIST_UPDATEAcciónTool 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
nameanyDesignation for the mailing list
lockedanyWhether the list can be edited by application users
list_idstringObligatorioThe identifier of the list to be modified
remarksanyOptional notes about the list
subscribe_notification_emailanyEmail address receiving subscription notifications
unsubscribe_notification_emailanyEmail address receiving unsubscription notifications
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create MemberLAPOSTA_MEMBER_CREATEAcciónTool 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.
LAPOSTA_MEMBER_CREATEAcciónTool 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
ipstringObligatorioIP address from which the member signed up
emailstringObligatorioEmail address of the member being added
list_idstringObligatorioThe ID of the list to which the member should be added
optionsanyAdditional directives to modify behavior
source_urlanyThe URL from which the member signed up
custom_fieldsanyValues for extra fields; uses field's custom_name as key
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete MemberLAPOSTA_MEMBER_DELETEAcciónTool to permanently remove a member from a list. Use when you need to delete a member by their ID or email address.
LAPOSTA_MEMBER_DELETEAcciónTool 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_idstringObligatorioThe identifier of the list containing the member
member_idstringObligatorioThe member's unique identifier OR email address. Note: A '+' character in an email must be encoded as %252B
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get MemberLAPOSTA_MEMBER_GETAcciónTool 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.
LAPOSTA_MEMBER_GETAcciónTool 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_idstringObligatorioThe identifier of the list containing the member.
member_idstringObligatorioThe 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
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All MembersLAPOSTA_MEMBER_GET_ALLAcciónTool 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).
LAPOSTA_MEMBER_GET_ALLAcciónTool 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
stateanyFilter by member status. Accepts: 'active', 'unsubscribed', or 'cleaned'
list_idstringObligatorioThe identifier of the list from which to retrieve members
Parámetros de salida
dataobject[]ObligatorioArray of member objects from the list
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update MemberLAPOSTA_MEMBER_UPDATEAcciónTool 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).
LAPOSTA_MEMBER_UPDATEAcciónTool 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
emailanyUpdated email address for the member.
stateanyNew status for the member. Use 'active' to subscribe or 'unsubscribed' to unsubscribe.
list_idstringObligatorioThe ID of the list containing the member.
member_idstringObligatorioUnique member identifier or URL-encoded email address. Note: '+' in email must be encoded as %252B.
custom_fieldsanyKey-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
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Campaign ReportsLAPOSTA_REPORT_GET_ALLAcciónTool to retrieve performance metrics for all campaigns. Use when you need campaign statistics including opens, clicks, bounces, complaints, and unsubscribes.
LAPOSTA_REPORT_GET_ALLAcciónTool 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[]ObligatorioList of campaign performance reports
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All SegmentsLAPOSTA_SEGMENT_GET_ALLAcciónTool to retrieve all segments from a mailing list. Use when you need to list or browse segments within a specific list.
LAPOSTA_SEGMENT_GET_ALLAcciónTool 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_idstringObligatorioThe identifier for the mailing list whose segments you want to retrieve.
Parámetros de salida
dataobject[]ObligatorioArray containing segment objects.
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookLAPOSTA_WEBHOOK_CREATEAcciónTool 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.
LAPOSTA_WEBHOOK_CREATEAcciónTool 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
urlstringObligatorioThe endpoint URL where webhook notifications will be posted
eventstringObligatorioenumThe trigger event for the webhook. Must be one of: subscribed, modified, or deactivated
subscribedmodifieddeactivatedblockedbooleanObligatorioWhether webhook invocation is temporarily blocked. Set to false to allow webhook to fire, true to block it
list_idstringObligatorioThe identifier of the list to which the webhook belongs
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookLAPOSTA_WEBHOOK_DELETEAcciónTool to permanently remove a webhook. Use when you need to delete a webhook from a list. Pending webhook requests are completed before deletion.
LAPOSTA_WEBHOOK_DELETEAcciónTool 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_idstringObligatorioThe identifier of the list the webhook belongs to
webhook_idstringObligatorioThe identifier of the webhook to remove
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webhook DetailsLAPOSTA_WEBHOOK_GETAcciónTool to retrieve specific webhook details by webhook_id. Use when you need to inspect webhook configuration including event type, URL, and status.
LAPOSTA_WEBHOOK_GETAcciónTool 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_idstringObligatorioThe identifier of the list to which the webhook belongs
webhook_idstringObligatorioThe unique identifier of the webhook to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All WebhooksLAPOSTA_WEBHOOK_GET_ALLAcciónTool to retrieve all webhooks for a specific list. Use when you need to view all webhooks configured for a particular list.
LAPOSTA_WEBHOOK_GET_ALLAcciónTool 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_idstringObligatorioThe identifier of the list for which webhooks are retrieved.
Parámetros de salida
dataobject[]ObligatorioArray of webhook wrapper objects for the specified list.
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookLAPOSTA_WEBHOOK_UPDATEAcciónTool to modify webhook configuration including URL, event type, or blocked status. Use when you need to update an existing webhook's settings.
LAPOSTA_WEBHOOK_UPDATEAcciónTool 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
urlanyTarget endpoint URL for webhook POST requests
eventanyTrigger condition for the webhook. Accepted values: 'subscribed', 'modified', or 'deactivated'
blockedanyWhether webhook invocation is temporarily suspended
list_idstringObligatorioIdentifier of the associated list
webhook_idstringObligatorioUnique identifier of the webhook to modify
Parámetros de salida
dataobjectObligatorioData from the action execution
erroranyError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not