MailerLite
mailerliteMailerLite is an email marketing service that offers tools for creating and managing email campaigns, automating workflows, and building landing pages.
Acciones disponibles (38)
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.
Create automationMAILERLITE_CREATE_AUTOMATIONAcciónCreate automation
MAILERLITE_CREATE_AUTOMATIONAcciónCreate automation
Parámetros de entrada
namestringObligatorioName of the automation workflow.
triggerobjectObligatorioConfiguration object defining the automation trigger.
is_activebooleanWhether to activate the automation upon creation. Defaults to false.
Parámetros de salida
dataobjectObligatorioFull response object from MailerLite API for automation creation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create/Update E-commerce CustomerMAILERLITE_CREATE_ECOMMERCE_CUSTOMERAcciónTool to create or update a customer record for a shop. use when syncing shop customers or onboarding new purchases.
MAILERLITE_CREATE_ECOMMERCE_CUSTOMERAcciónTool to create or update a customer record for a shop. use when syncing shop customers or onboarding new purchases.
Parámetros de entrada
emailanyObligatorioemailCustomer's email address
shop_idstringObligatorioUnique identifier of the e-commerce shop.
total_spentnumberTotal amount the customer has spent in the shop
accepts_marketingbooleanTrue if the customer accepts marketing emails, false otherwise
create_subscriberbooleanIf true and no subscriber exists, create a subscriber for the customer
Parámetros de salida
dataobjectObligatorioDetails of the created or updated customer
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create E-commerce ShopMAILERLITE_CREATE_ECOMMERCE_SHOPAcciónTool to connect a new e-commerce shop. use when you need to integrate a store for automations, product imports, and sales tracking.
MAILERLITE_CREATE_ECOMMERCE_SHOPAcciónTool to connect a new e-commerce shop. use when you need to integrate a store for automations, product imports, and sales tracking.
Parámetros de entrada
urlstringObligatorioShop URL address
namestringObligatorioShop name
enabledbooleanEnable or disable e-commerce features for the shop.
currencyanyObligatorioISO 4217 currency code that the shop uses (e.g., USD, EUR)
group_idintegerID of the subscriber group to automatically add shop visitors to.
platformstringPlatform of the shop (e.g., shopify, woocommerce)
access_datastringPlatform-specific credentials (e.g., Shopify token or WooCommerce keys).
enable_popupsbooleanEnable popups on the shop (shop must have the universal script).
Parámetros de salida
dataobjectObligatorioCreated shop details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create FieldMAILERLITE_CREATE_FIELDAcciónTool to create a new custom field. use when distinct subscriber attributes are needed before assigning or updating subscriber data. call once per field key.
MAILERLITE_CREATE_FIELDAcciónTool to create a new custom field. use when distinct subscriber attributes are needed before assigning or updating subscriber data. call once per field key.
Parámetros de entrada
namestringObligatorioName of the custom field (max 255 characters).
typestringObligatorioenumType of the custom field; one of 'text', 'number', or 'date'.
textnumberdate
Parámetros de salida
dataobjectObligatorioDetails of the created custom field.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create GroupMAILERLITE_CREATE_GROUPAcciónTool to create a new subscriber group. use after deciding the group name for categorization.
MAILERLITE_CREATE_GROUPAcciónTool to create a new subscriber group. use after deciding the group name for categorization.
Parámetros de entrada
namestringObligatorioName of the new subscriber group (max 255 characters).
Parámetros de salida
dataobjectObligatorioDetails of the created group.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SegmentMAILERLITE_CREATE_SEGMENTAcciónTool to create a new subscriber segment. use when grouping subscribers by custom criteria before sending targeted campaigns.
MAILERLITE_CREATE_SEGMENTAcciónTool to create a new subscriber segment. use when grouping subscribers by custom criteria before sending targeted campaigns.
Parámetros de entrada
namestringObligatorioName of the new subscriber segment (max 255 characters).
Parámetros de salida
dataobjectObligatorioDetails of the created segment.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookMAILERLITE_CREATE_WEBHOOKAcciónTool to register a new webhook url for specified event types. use when you need real-time notifications for selected mailerlite events.
MAILERLITE_CREATE_WEBHOOKAcciónTool to register a new webhook url for specified event types. use when you need real-time notifications for selected mailerlite events.
Parámetros de entrada
urlanyObligatoriouriEndpoint URL where webhook notifications will be sent
namestringOptional name for the webhook
eventsstring[]ObligatorioList of events to subscribe to; choose from available webhook events
enabledbooleanWhether the webhook is active; defaults to true
batchablebooleanIf true, events will be sent in batches. Required for campaign.open and campaign.click events
Parámetros de salida
dataobjectObligatorioSchema for a MailerLite webhook resource.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete AutomationMAILERLITE_DELETE_AUTOMATIONAcciónTool to delete an automation workflow by id. use when you need to remove an automation after confirming it's no longer needed. returns success=true on 204 no content.
MAILERLITE_DELETE_AUTOMATIONAcciónTool to delete an automation workflow by id. use when you need to remove an automation after confirming it's no longer needed. returns success=true on 204 no content.
Parámetros de entrada
automation_idstringObligatorioUnique identifier of the automation workflow to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete E-commerce CustomerMAILERLITE_DELETE_ECOMMERCE_CUSTOMERAcciónTool to delete a customer from an e-commerce shop by ids. use when you need to remove a specific customer from your mailerlite store.
MAILERLITE_DELETE_ECOMMERCE_CUSTOMERAcciónTool to delete a customer from an e-commerce shop by ids. use when you need to remove a specific customer from your mailerlite store.
Parámetros de entrada
shop_idstringObligatorioUnique identifier of the e-commerce shop.
customer_idstringObligatorioUnique identifier of the customer to delete.
Parámetros de salida
dataobjectObligatorioDeleted customer details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete E-commerce ShopMAILERLITE_DELETE_ECOMMERCE_SHOPAcciónTool to disconnect an e-commerce shop by id. use when you have the shop's unique identifier and want to remove it from your mailerlite account.
MAILERLITE_DELETE_ECOMMERCE_SHOPAcciónTool to disconnect an e-commerce shop by id. use when you have the shop's unique identifier and want to remove it from your mailerlite account.
Parámetros de entrada
shop_idstringObligatorioUnique identifier of the e-commerce shop to delete.
Parámetros de salida
dataobjectObligatorioDeleted e-commerce shop details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete FieldMAILERLITE_DELETE_FIELDAcciónTool to delete a custom field. use when a field is obsolete and you need to remove it from your mailerlite account. returns success=true on 204 no content.
MAILERLITE_DELETE_FIELDAcciónTool to delete a custom field. use when a field is obsolete and you need to remove it from your mailerlite account. returns success=true on 204 no content.
Parámetros de entrada
field_idstringObligatorioUnique identifier of the custom field to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete GroupMAILERLITE_DELETE_GROUPAcciónTool to delete a subscriber group by id. use when you need to remove an existing subscriber group from your mailerlite account. returns success=true on 204 no content.
MAILERLITE_DELETE_GROUPAcciónTool to delete a subscriber group by id. use when you need to remove an existing subscriber group from your mailerlite account. returns success=true on 204 no content.
Parámetros de entrada
group_idstringObligatorioThe unique identifier of the group to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SegmentMAILERLITE_DELETE_SEGMENTAcciónTool to delete a segment by id. use when you need to remove an existing segment from your mailerlite account. returns success=true on 204 no content.
MAILERLITE_DELETE_SEGMENTAcciónTool to delete a segment by id. use when you need to remove an existing segment from your mailerlite account. returns success=true on 204 no content.
Parámetros de entrada
segment_idstringObligatorioThe unique identifier of the segment to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SubscriberMAILERLITE_DELETE_SUBSCRIBERAcciónTool to delete a subscriber by id. use when you have the subscriber id and want to remove them from your mailerlite account. returns success=true on 204 no content.
MAILERLITE_DELETE_SUBSCRIBERAcciónTool to delete a subscriber by id. use when you have the subscriber id and want to remove them from your mailerlite account. returns success=true on 204 no content.
Parámetros de entrada
idstringObligatorioThe unique identifier of the subscriber to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookMAILERLITE_DELETE_WEBHOOKAcciónTool to remove a webhook subscription by id. use when you need to delete a webhook after confirming it is no longer needed. returns success=true on 204 no content.
MAILERLITE_DELETE_WEBHOOKAcciónTool to remove a webhook subscription by id. use when you need to delete a webhook after confirming it is no longer needed. returns success=true on 204 no content.
Parámetros de entrada
webhook_idstringObligatorioUnique identifier of the webhook to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch Total E-commerce Customers CountMAILERLITE_FETCH_TOTAL_ECOMMERCE_CUSTOMERS_COUNTAcciónTool to fetch total ecommerce customers count for a shop. use when only the aggregate count is required without retrieving detailed records.
MAILERLITE_FETCH_TOTAL_ECOMMERCE_CUSTOMERS_COUNTAcciónTool to fetch total ecommerce customers count for a shop. use when only the aggregate count is required without retrieving detailed records.
Parámetros de entrada
shop_idstringObligatorioUnique identifier of the e-commerce shop.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account InfoMAILERLITE_GET_ACCOUNT_INFOAcciónTool to retrieve basic mailerlite account details. use when you need to verify authentication and review account metadata.
MAILERLITE_GET_ACCOUNT_INFOAcciónTool to retrieve basic mailerlite account details. use when you need to verify authentication and review account metadata.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account StatsMAILERLITE_GET_ACCOUNT_STATSAcciónTool to retrieve usage statistics and performance metrics for the account. use after sending campaigns to analyze engagement and deliverability.
MAILERLITE_GET_ACCOUNT_STATSAcciónTool to retrieve usage statistics and performance metrics for the account. use after sending campaigns to analyze engagement and deliverability.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get AutomationMAILERLITE_GET_AUTOMATIONAcciónTool to retrieve details of a specific automation by id. use when you have the automation id and need its full configuration. example: "get automation 7267552".
MAILERLITE_GET_AUTOMATIONAcciónTool to retrieve details of a specific automation by id. use when you have the automation id and need its full configuration. example: "get automation 7267552".
Parámetros de entrada
fieldsstringComma-separated list of fields to include in the response
automation_idstringObligatorioUnique identifier of the automation to retrieve
Parámetros de salida
dataobjectObligatorioAutomation detail object
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CampaignsMAILERLITE_GET_CAMPAIGNSAcciónTool to retrieve a list of all campaigns. use when you need to fetch campaigns optionally filtered by status or type, with pagination.
MAILERLITE_GET_CAMPAIGNSAcciónTool to retrieve a list of all campaigns. use when you need to fetch campaigns optionally filtered by status or type, with pagination.
Parámetros de entrada
pageintegerPage number (min 1). Defaults to server default (1).
limitintegerItems per page (min 1). Defaults to server default (25).
filter[type]stringenumFilter campaigns by type: 'regular', 'ab', 'resend', or 'rss'.
regularabresendrssfilter[status]stringenumFilter campaigns by status: 'sent', 'draft', or 'ready'.
sentdraftready
Parámetros de salida
dataobject[]ObligatoriometaobjectObligatorioerrorstringError if any occurred during the execution of the action
linksobjectObligatoriosuccessfulbooleanObligatorioWhether or not the action execution was successful or not
Get E-commerce CustomerMAILERLITE_GET_ECOMMERCE_CUSTOMERAcciónTool to fetch details of a customer by shop and customer id. use after confirming shop id and customer id.
MAILERLITE_GET_ECOMMERCE_CUSTOMERAcciónTool to fetch details of a customer by shop and customer id. use after confirming shop id and customer id.
Parámetros de entrada
shop_idintegerObligatorioUnique identifier of the e-commerce shop.
customer_idintegerObligatorioUnique identifier of the customer within the shop.
Parámetros de salida
dataobjectObligatorioE-commerce customer detail object
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get E-commerce CustomersMAILERLITE_GET_ECOMMERCE_CUSTOMERSAcciónTool to list customers for a specific shop. use when you need to retrieve and paginate ecommerce customers after you have a shop id. example: "list customers for shop 123".
MAILERLITE_GET_ECOMMERCE_CUSTOMERSAcciónTool to list customers for a specific shop. use when you need to retrieve and paginate ecommerce customers after you have a shop id. example: "list customers for shop 123".
Parámetros de entrada
pageintegerPage number to retrieve. Defaults to 1 if not provided.
limitintegerNumber of customers per page. Defaults to server-side default if not provided.
shop_idstringObligatorioUnique identifier of the e-commerce shop.
Parámetros de salida
dataobject[]ObligatorioList of customer objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get E-commerce ShopMAILERLITE_GET_ECOMMERCE_SHOPAcciónTool to fetch details of a specific e-commerce shop by id. use when you need detailed configuration or stats of a connected shop.
MAILERLITE_GET_ECOMMERCE_SHOPAcciónTool to fetch details of a specific e-commerce shop by id. use when you need detailed configuration or stats of a connected shop.
Parámetros de entrada
shop_idstringObligatorioUnique identifier of the e-commerce shop.
Parámetros de salida
dataobjectObligatorioDetails of the e-commerce shop.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get E-commerce ShopsMAILERLITE_GET_ECOMMERCE_SHOPSAcciónTool to list all e-commerce shops connected to the account. use when you need to retrieve and paginate shop listings for an account.
MAILERLITE_GET_ECOMMERCE_SHOPSAcciónTool to list all e-commerce shops connected to the account. use when you need to retrieve and paginate shop listings for an account.
Parámetros de entrada
pageintegerPage number to retrieve. Defaults to 1 if not provided.
limitintegerNumber of items per page. Defaults to 50 if not provided.
Parámetros de salida
dataobject[]ObligatorioList of e-commerce shops.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get FieldsMAILERLITE_GET_FIELDSAcciónTool to retrieve all custom fields defined in the account. use when you need to list or paginate through subscriber custom fields.
MAILERLITE_GET_FIELDSAcciónTool to retrieve all custom fields defined in the account. use when you need to list or paginate through subscriber custom fields.
Parámetros de entrada
pageintegerPage number to retrieve.
sortstringenumSort fields by 'name' or 'type'; prepend with '-' for descending order.
nametype-name-typelimitintegerMaximum number of fields to return.
filter[type]stringenumFilter fields by type; one of 'text', 'number', 'date'.
textnumberdatefilter[keyword]stringFilter fields by keyword (matches name or key).
Parámetros de salida
dataobject[]ObligatorioArray of field objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get GroupsMAILERLITE_GET_GROUPSAcciónTool to retrieve all subscriber groups. use when you need to list or paginate through subscriber groups.
MAILERLITE_GET_GROUPSAcciónTool to retrieve all subscriber groups. use when you need to list or paginate through subscriber groups.
Parámetros de entrada
pageintegerPage number to retrieve (starting from 1).
sortstringenumSort results by field. Prepend with '-' for descending order.
nametotalopen_rateclick_ratecreated_at-name-total-open_rate-click_rate-created_atlimitintegerMaximum number of groups to return.
filter[name]stringFilter groups by name; returns partial matches.
Parámetros de salida
dataobject[]ObligatorioList of group objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Group SubscribersMAILERLITE_GET_GROUP_SUBSCRIBERSAcciónTool to list subscribers within a group by id. use when you need to retrieve subscribers belonging to a specific mailerlite group before targeted campaigns. use after confirming the group id is valid.
MAILERLITE_GET_GROUP_SUBSCRIBERSAcciónTool to list subscribers within a group by id. use when you need to retrieve subscribers belonging to a specific mailerlite group before targeted campaigns. use after confirming the group id is valid.
Parámetros de entrada
limitintegerNumber of subscribers to return per page.
cursorstringCursor token for pagination (from meta.next_cursor).
includestringInclude additional resources. Currently only 'groups'.
group_idstringObligatorioUnique identifier of the group.
filter[status]stringenumFilter subscribers by status: active, unsubscribed, unconfirmed, bounced, or junk.
activeunsubscribedunconfirmedbouncedjunk
Parámetros de salida
dataobject[]ObligatorioList of subscriber objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SegmentsMAILERLITE_GET_SEGMENTSAcciónTool to retrieve all segments in the account. use when you need to list or paginate through segments.
MAILERLITE_GET_SEGMENTSAcciónTool to retrieve all segments in the account. use when you need to list or paginate through segments.
Parámetros de entrada
pageintegerPage number to retrieve (starting from 1)
limitintegerMaximum number of segments to return (max 250)
Parámetros de salida
dataobject[]ObligatorioArray of segment objects
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SubscribersMAILERLITE_GET_SUBSCRIBERSAcciónTool to retrieve all subscribers. use after connecting account and when listing subscribers by status or paginating. limited by mailerlite connect api quotas.
MAILERLITE_GET_SUBSCRIBERSAcciónTool to retrieve all subscribers. use after connecting account and when listing subscribers by status or paginating. limited by mailerlite connect api quotas.
Parámetros de entrada
limitintegerNumber of subscribers per page. Defaults to server default (usually 25).
cursorstringPagination cursor for next page (from previous response meta.cursor).
includestringInclude additional resources. Currently only 'groups'.
filter[status]stringenumFilter subscribers by status: active, unsubscribed, unconfirmed, bounced, or junk.
activeunsubscribedunconfirmedbouncedjunk
Parámetros de salida
dataobject[]ObligatorioList of subscriber objects.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
linksobjectObligatorioPagination links.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get WebhooksMAILERLITE_GET_WEBHOOKSAcciónTool to retrieve all configured webhooks. use when you need to list webhooks for your mailerlite account.
MAILERLITE_GET_WEBHOOKSAcciónTool to retrieve all configured webhooks. use when you need to list webhooks for your mailerlite account.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioArray of webhook objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Set Double Opt-InMAILERLITE_SET_DOUBLE_OPTINAcciónTool to enable or disable double opt-in for new subscribers. use when configuring subscription confirmation settings.
MAILERLITE_SET_DOUBLE_OPTINAcciónTool to enable or disable double opt-in for new subscribers. use when configuring subscription confirmation settings.
Parámetros de entrada
double_opt_inbooleanObligatorioEnable double opt-in for new subscribers if True, disable if False.
Parámetros de salida
dataobjectObligatorioWrapper for the updated double opt-in setting.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update E-commerce CustomerMAILERLITE_UPDATE_ECOMMERCE_CUSTOMERAcciónTool to update a customer's data for a shop by ids. use when you need to change email, marketing opt-in, or spend totals for an existing customer.
MAILERLITE_UPDATE_ECOMMERCE_CUSTOMERAcciónTool to update a customer's data for a shop by ids. use when you need to change email, marketing opt-in, or spend totals for an existing customer.
Parámetros de entrada
emailstringObligatorioValid email address of the customer.
shop_idstringObligatorioID of the e-commerce shop.
customer_idstringObligatorioID of the customer to update.
total_spentnumberTotal amount the customer has spent in the shop.
accepts_marketingbooleanTrue if the customer accepts marketing emails.
create_subscriberbooleanIf true, creates or associates a subscriber for this customer.
Parámetros de salida
dataobjectObligatorioUpdated customer data object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update E-commerce ShopMAILERLITE_UPDATE_ECOMMERCE_SHOPAcciónTool to update settings of a connected e-commerce shop by id. use when you need to modify shop details (name, url, currency) or toggle features after verifying the shop exists.
MAILERLITE_UPDATE_ECOMMERCE_SHOPAcciónTool to update settings of a connected e-commerce shop by id. use when you need to modify shop details (name, url, currency) or toggle features after verifying the shop exists.
Parámetros de entrada
urlanyObligatoriouriShop URL address
namestringObligatorioShop name
enabledbooleanEnable e-commerce functionality for the shop; defaults to false
shop_idstringObligatorioID of the e-commerce shop to update
currencyanyObligatorioISO 4217 currency code that the shop uses
group_idintegerID of the group that shop subscribers are automatically added to
platformstringE-commerce platform of the shop (e.g., Shopify)
access_datastringPlatform-specific access credential for the shop
enable_popupsbooleanEnable popups for the shop; defaults to false
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update FieldMAILERLITE_UPDATE_FIELDAcciónTool to update the title of an existing custom field. use when renaming a field label (e.g., correct typos or rebranding).
MAILERLITE_UPDATE_FIELDAcciónTool to update the title of an existing custom field. use when renaming a field label (e.g., correct typos or rebranding).
Parámetros de entrada
namestringObligatorioNew name for the custom field (max 255 characters)
field_idstringObligatorioID of the custom field to update
Parámetros de salida
dataobjectObligatorioUpdated field details
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update GroupMAILERLITE_UPDATE_GROUPAcciónTool to update a group's name by id. use when renaming an existing group after confirming its id.
MAILERLITE_UPDATE_GROUPAcciónTool to update a group's name by id. use when renaming an existing group after confirming its id.
Parámetros de entrada
idstringObligatorioGroup's unique identifier
namestringObligatorioNew name for the group (max 255 characters)
Parámetros de salida
dataobjectObligatorioDetails of a subscriber group.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update SegmentMAILERLITE_UPDATE_SEGMENTAcciónTool to rename an existing segment by id. use when you need to update a segment's name after confirming its id.
MAILERLITE_UPDATE_SEGMENTAcciónTool to rename an existing segment by id. use when you need to update a segment's name after confirming its id.
Parámetros de entrada
idstringObligatorioSegment's unique identifier
namestringObligatorioNew name for the segment (max 255 characters)
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update SubscriberMAILERLITE_UPDATE_SUBSCRIBERAcciónTool to update an existing subscriber's information by id. use when altering subscriber details.
MAILERLITE_UPDATE_SUBSCRIBERAcciónTool to update an existing subscriber's information by id. use when altering subscriber details.
Parámetros de entrada
idstringObligatorioSubscriber's unique identifier
fieldsobjectMapping of field names to values; omissions do not remove fields.
groupsstring[]List of group IDs to assign; subscriber will be removed from others.
statusstringenumSubscriber status.
activeunsubscribedunconfirmedbouncedjunkoptin_ipstringIP address used when subscriber opted in.
ip_addressstringIP address for subscription record.
opted_in_atstringOpt-in timestamp in 'YYYY-MM-DD HH:MM:SS' format.
subscribed_atstringCustom subscription timestamp in 'YYYY-MM-DD HH:MM:SS' format.
unsubscribed_atstringUnsubscription timestamp in 'YYYY-MM-DD HH:MM:SS' format.
Parámetros de salida
dataobjectObligatorioUpdated subscriber object
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update WebhookMAILERLITE_UPDATE_WEBHOOKAcciónTool to update an existing mailerlite webhook. use when you need to change its url or event triggers by id.
MAILERLITE_UPDATE_WEBHOOKAcciónTool to update an existing mailerlite webhook. use when you need to change its url or event triggers by id.
Parámetros de entrada
urlanyObligatoriouriEndpoint URL where webhook notifications will be sent
namestringOptional new name for the webhook
eventsstring[]ObligatorioList of events to subscribe to; choose from available webhook events
enabledbooleanWhether the webhook should be active; defaults to current setting
batchablebooleanWhether the webhook should use batched deliveries
webhook_idstringObligatorioID of the webhook to update
Parámetros de salida
dataobjectObligatorioSchema for a MailerLite webhook resource.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not