# MailBluster

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

- **Category:** email newsletters
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 15
- **Triggers:** 0
- **Slug:** `MAILBLUSTER`
- **Version:** 20260424_00

## Tools

### Create MailBluster Lead

**Slug:** `MAILBLUSTER_CREATE_LEAD`

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

### Create Order

**Slug:** `MAILBLUSTER_CREATE_ORDER`

Tool to create a new order in MailBluster.

### Create Product

**Slug:** `MAILBLUSTER_CREATE_PRODUCT`

Tool to create a new product in MailBluster. Use when you have all product details ready to add it to your MailBluster catalog. Requires a unique product ID and name.

### Delete MailBluster Lead

**Slug:** `MAILBLUSTER_DELETE_LEAD`

Tool to delete a lead by lead email hash. Use after confirming the lead hash (MD5 encrypted email address).

### Delete Order

**Slug:** `MAILBLUSTER_DELETE_ORDER`

Tool to delete a specific order. Use after confirming the order ID to remove an order from Mailbluster.

### Delete Mailbluster Product

**Slug:** `MAILBLUSTER_DELETE_PRODUCT`

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

### Get Lead

**Slug:** `MAILBLUSTER_GET_LEAD`

Tool to retrieve a specific lead's information using their lead hash (MD5 encrypted email address). Use when you need to fetch lead details by their email hash.

### Get Order

**Slug:** `MAILBLUSTER_GET_ORDER`

Tool to retrieve details of a specific order. Use when you have the order's ID.

### Get Product

**Slug:** `MAILBLUSTER_GET_PRODUCT`

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

### List Fields

**Slug:** `MAILBLUSTER_LIST_FIELDS`

Tool to list all custom fields. Use when you need to retrieve all defined custom fields after authenticating with MailBluster.

### List Orders

**Slug:** `MAILBLUSTER_LIST_ORDERS`

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

### List Products

**Slug:** `MAILBLUSTER_LIST_PRODUCTS`

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

### Update MailBluster Lead

**Slug:** `MAILBLUSTER_UPDATE_LEAD`

Tool to update an existing lead's information in MailBluster. Use when you need to modify lead details, subscription status, or manage tags.

### Update Order

**Slug:** `MAILBLUSTER_UPDATE_ORDER`

Tool to update an existing order's customer details, currency, price, and items in MailBluster. Use when you need to modify an order.

### MailBluster Update Product

**Slug:** `MAILBLUSTER_UPDATE_PRODUCT`

Tool to update a product in MailBluster by its ID. Use after confirming the product ID to modify attributes.
