NAiOS IconNAiOS Logo
Volver al catálogo

MailBluster

mailbluster

MailBluster is an advanced, reliable, and cost-effective email marketing software that enables sending personalized promotional emails to millions.

Acciones
11
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 (11)

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 MailBluster LeadMAILBLUSTER_CREATE_LEADAcción

Tool to create a new lead in mailbluster. use after gathering the lead's email and optional data.

Parámetros de entrada

  • tagsstring[]

    List of tags to assign to this lead

  • emailanyObligatorioemail

    Lead's email address

  • fieldsobject

    Additional custom fields as key-value pairs or list of such objects

  • lastNamestring

    Last name of the lead

  • firstNamestring

    First name of the lead

  • subscribedboolean

    Subscription status. true = subscribed, false = unsubscribed

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create OrderMAILBLUSTER_CREATE_ORDERAcción

Tool to create a new order in mailbluster.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier for the order

  • itemsobject[]Obligatorio

    List of items in the order

  • currencystringObligatorio

    Currency code, e.g. 'USD'

  • customerobjectObligatorio

    Customer information, expects {'email': '...'}

  • orderDatestringObligatorio

    Date of the order in ISO8601

  • totalPricenumberObligatorio

    Total price of the order

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProductMAILBLUSTER_CREATE_PRODUCTAcción

Tool to create a new product in mailbluster. use when you have all product details ready to add it to your mailbluster catalog.

Parámetros de entrada

  • idstring

    Optional external system identifier for the product.

  • urlanyObligatoriouri

    Public URL of the product.

  • namestringObligatorio

    Title of the product.

  • pricenumberObligatorio

    Price of the product in USD, must be non-negative.

  • imageUrlanyObligatoriouri

    URL pointing to the product image.

  • publishedboolean

    Whether the product should be published immediately.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete OrderMAILBLUSTER_DELETE_ORDERAcción

Tool to delete a specific order. use after confirming the order id to remove an order from mailbluster.

Parámetros de entrada

  • order_idstringObligatorio

    The unique identifier of the order to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Mailbluster ProductMAILBLUSTER_DELETE_PRODUCTAcción

Tool to delete a product. use after confirming product existence.

Parámetros de entrada

  • product_idstringObligatorio

    The unique identifier of the product to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get OrderMAILBLUSTER_GET_ORDERAcción

Tool to retrieve details of a specific order. use when you have the order's id.

Parámetros de entrada

  • order_idstringObligatorio

    The unique identifier of the order to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get ProductMAILBLUSTER_GET_PRODUCTAcción

Tool to retrieve details of a specific product. use when you have a valid product id and need full product information.

Parámetros de entrada

  • product_idstringObligatorio

    Unique identifier of the product to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List OrdersMAILBLUSTER_LIST_ORDERSAcción

Tool to list all orders. use when you need to retrieve orders with optional pagination, sorting, or searching after authenticating with mailbluster.

Parámetros de entrada

  • pageinteger

    Page number for pagination.

  • sortstring

    Field to sort by (e.g., 'id', 'email', 'createdAt').

  • limitinteger

    Number of orders per page.

  • orderstringenum

    Sort order: 'asc' or 'desc'.

    ascdesc
  • searchstring

    Search term to filter the orders.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of order objects.

  • metaobjectObligatorio

    Response metadata including pagination.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProductsMAILBLUSTER_LIST_PRODUCTSAcción

Tool to list all products. use when you need to retrieve products with optional pagination, sorting, or filtering.

Parámetros de entrada

  • sortstring

    Field and order for sorting, e.g., 'createdAt:desc'.

  • limitinteger

    Number of results per page.

  • filterstring

    Filter expression for products, e.g., 'status:active'.

  • offsetinteger

    Number of items to skip.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List FieldsMAILBLUSTER_MAILBLUSTER_LIST_FIELDSAcción

Tool to list all custom fields. use when you need to retrieve all defined custom fields after authenticating with mailbluster.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of custom field objects.

  • metaobjectObligatorio

    Response metadata including pagination.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

MailBluster Update ProductMAILBLUSTER_UPDATE_PRODUCTAcción

Tool to update a product in mailbluster by its id. use after confirming the product id to modify attributes.

Parámetros de entrada

  • urlstring

    New URL where the product can be found

  • namestring

    New name for the product

  • pricenumber

    New price of the product, must be non-negative

  • currencystring

    Currency code (e.g., USD)

  • imageUrlstring

    URL to the product's image

  • product_idstringObligatorio

    Unique identifier of the product to update

  • descriptionstring

    Description of the product

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not