MailBluster
mailblusterMailBluster is an advanced, reliable, and cost-effective email marketing software that enables sending personalized promotional emails to millions.
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ónTool to create a new lead in mailbluster. use after gathering the lead's email and optional data.
MAILBLUSTER_CREATE_LEADAcciónTool 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
emailanyObligatorioemailLead's email address
fieldsobjectAdditional custom fields as key-value pairs or list of such objects
lastNamestringLast name of the lead
firstNamestringFirst name of the lead
subscribedbooleanSubscription status. true = subscribed, false = unsubscribed
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
Create OrderMAILBLUSTER_CREATE_ORDERAcciónTool to create a new order in mailbluster.
MAILBLUSTER_CREATE_ORDERAcciónTool to create a new order in mailbluster.
Parámetros de entrada
idstringObligatorioUnique identifier for the order
itemsobject[]ObligatorioList of items in the order
currencystringObligatorioCurrency code, e.g. 'USD'
customerobjectObligatorioCustomer information, expects {'email': '...'}
orderDatestringObligatorioDate of the order in ISO8601
totalPricenumberObligatorioTotal price of the order
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
Create ProductMAILBLUSTER_CREATE_PRODUCTAcciónTool to create a new product in mailbluster. use when you have all product details ready to add it to your mailbluster catalog.
MAILBLUSTER_CREATE_PRODUCTAcciónTool 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
idstringOptional external system identifier for the product.
urlanyObligatoriouriPublic URL of the product.
namestringObligatorioTitle of the product.
pricenumberObligatorioPrice of the product in USD, must be non-negative.
imageUrlanyObligatoriouriURL pointing to the product image.
publishedbooleanWhether the product should be published immediately.
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 OrderMAILBLUSTER_DELETE_ORDERAcciónTool to delete a specific order. use after confirming the order id to remove an order from mailbluster.
MAILBLUSTER_DELETE_ORDERAcciónTool to delete a specific order. use after confirming the order id to remove an order from mailbluster.
Parámetros de entrada
order_idstringObligatorioThe unique identifier of the order 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 Mailbluster ProductMAILBLUSTER_DELETE_PRODUCTAcciónTool to delete a product. use after confirming product existence.
MAILBLUSTER_DELETE_PRODUCTAcciónTool to delete a product. use after confirming product existence.
Parámetros de entrada
product_idstringObligatorioThe unique identifier of the product 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
Get OrderMAILBLUSTER_GET_ORDERAcciónTool to retrieve details of a specific order. use when you have the order's id.
MAILBLUSTER_GET_ORDERAcciónTool to retrieve details of a specific order. use when you have the order's id.
Parámetros de entrada
order_idstringObligatorioThe unique identifier of the order to retrieve
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 ProductMAILBLUSTER_GET_PRODUCTAcciónTool to retrieve details of a specific product. use when you have a valid product id and need full product information.
MAILBLUSTER_GET_PRODUCTAcciónTool 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_idstringObligatorioUnique identifier of the product to retrieve
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
List OrdersMAILBLUSTER_LIST_ORDERSAcciónTool to list all orders. use when you need to retrieve orders with optional pagination, sorting, or searching after authenticating with mailbluster.
MAILBLUSTER_LIST_ORDERSAcciónTool 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
pageintegerPage number for pagination.
sortstringField to sort by (e.g., 'id', 'email', 'createdAt').
limitintegerNumber of orders per page.
orderstringenumSort order: 'asc' or 'desc'.
ascdescsearchstringSearch term to filter the orders.
Parámetros de salida
dataobject[]ObligatorioArray of order objects.
metaobjectObligatorioResponse metadata including pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProductsMAILBLUSTER_LIST_PRODUCTSAcciónTool to list all products. use when you need to retrieve products with optional pagination, sorting, or filtering.
MAILBLUSTER_LIST_PRODUCTSAcciónTool to list all products. use when you need to retrieve products with optional pagination, sorting, or filtering.
Parámetros de entrada
sortstringField and order for sorting, e.g., 'createdAt:desc'.
limitintegerNumber of results per page.
filterstringFilter expression for products, e.g., 'status:active'.
offsetintegerNumber of items to skip.
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
List FieldsMAILBLUSTER_MAILBLUSTER_LIST_FIELDSAcciónTool to list all custom fields. use when you need to retrieve all defined custom fields after authenticating with mailbluster.
MAILBLUSTER_MAILBLUSTER_LIST_FIELDSAcciónTool 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[]ObligatorioArray of custom field objects.
metaobjectObligatorioResponse metadata including pagination.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
MailBluster Update ProductMAILBLUSTER_UPDATE_PRODUCTAcciónTool to update a product in mailbluster by its id. use after confirming the product id to modify attributes.
MAILBLUSTER_UPDATE_PRODUCTAcciónTool to update a product in mailbluster by its id. use after confirming the product id to modify attributes.
Parámetros de entrada
urlstringNew URL where the product can be found
namestringNew name for the product
pricenumberNew price of the product, must be non-negative
currencystringCurrency code (e.g., USD)
imageUrlstringURL to the product's image
product_idstringObligatorioUnique identifier of the product to update
descriptionstringDescription of the product
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