← Tools Reference

MailBluster

MailBluster integration (Communication, Marketing). Imported from open-connector.

API key5 toolshttps://api.mailbluster.com
GET
mailbluster_list_fields
List all MailBluster custom fields configured for the current brand.

/api/fields

POST
mailbluster_create_lead
Create a MailBluster lead with optional custom fields, metadata, tags, subscription state, and double opt-in settings.

/api/leads

11 parameters
ParamTypeRequiredDescription
firstNamestringoptionalThe lead's first name.
lastNamestringoptionalThe lead's last name.
emailstringrequiredThe lead's email address.
timezonestringoptionalThe lead's timezone, such as America/Los_Angeles.
ipAddressstringoptionalThe lead's IP address.
subscribedbooleanrequiredWhether the lead should be subscribed.
fieldsobjectoptionalCustom fields keyed by MailBluster field merge tag.
metaobjectoptionalAdditional MailBluster lead metadata such as company, role, source, or geolocat…
tagsarrayoptionalMailBluster tags associated with the lead.
doubleOptInbooleanoptionalWhether MailBluster should require double opt-in for this lead.
overrideExistingbooleanoptionalWhether MailBluster should update the existing lead when the email already exis…
GET
mailbluster_get_lead
Get one MailBluster lead by the MD5 hash of the lead email address.

/api/leads/{lead_hash}

1 parameter
ParamTypeRequiredDescription
lead_hashstringrequiredThe MD5 hash of the lead email address.
PUT
mailbluster_update_lead
Update one MailBluster lead by lead hash, including custom fields, metadata, subscription state, and tag changes.

/api/leads/{lead_hash}

12 parameters
ParamTypeRequiredDescription
lead_hashstringrequiredThe MD5 hash of the lead email address to update.
firstNamestringoptionalThe lead's first name.
lastNamestringoptionalThe lead's last name.
emailstringoptionalThe lead's email address.
timezonestringoptionalThe lead's timezone, such as America/Los_Angeles.
ipAddressstringoptionalThe lead's IP address.
subscribedbooleanoptionalWhether the lead should be subscribed.
fieldsobjectoptionalCustom fields keyed by MailBluster field merge tag.
metaobjectoptionalAdditional MailBluster lead metadata such as company, role, source, or geolocat…
tagsarrayoptionalMailBluster tags associated with the lead.
addTagsarrayoptionalMailBluster tags associated with the lead.
removeTagsarrayoptionalMailBluster tags associated with the lead.
DELETE
mailbluster_delete_lead
Delete one MailBluster lead by the MD5 hash of the lead email address.

/api/leads/{lead_hash}

1 parameter
ParamTypeRequiredDescription
lead_hashstringrequiredThe MD5 hash of the lead email address.