← Tools Reference

Mailercloud

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

API key6 toolshttps://cloudapi.mailercloud.com/v1
POST
mailercloud_create_contact
Create a Mailercloud contact in a recipient list with optional standard and custom fields.

/contacts

19 parameters
ParamTypeRequiredDescription
emailstringrequiredThe contact's email address.
list_idstringrequiredThe Mailercloud list ID where the contact should be added.
first_namestringoptionalThe contact's first name.
middle_namestringoptionalThe contact's middle name.
last_namestringoptionalThe contact's last name.
phonestringoptionalThe contact's phone number.
citystringoptionalThe contact's city.
statestringoptionalThe contact's state or province.
countrystringoptionalThe contact's country.
postal_codestringoptionalThe contact's postal code.
company_namestringoptionalThe contact's company name.
job_titlestringoptionalThe contact's job title.
departmentstringoptionalThe contact's department.
industrystringoptionalThe contact's industry.
salarynumberoptionalThe contact's salary or numeric value used by Mailercloud segmentation.
lead_sourcestringoptionalThe source where this contact was collected.
contact_typestringoptionalThe Mailercloud contact status to set.
tagsarrayoptionalTags to attach to the contact.
custom_fieldsobjectoptionalCustom contact property values keyed by Mailercloud property ID.
POST
mailercloud_create_list
Create a Mailercloud recipient list for storing and managing contacts.

/list

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe display name of the recipient list.
list_typenumberrequiredThe Mailercloud list type. Use 1 for a normal list.
POST
mailercloud_list_contact_properties
List Mailercloud contact custom properties.

/contact/property/search

4 parameters
ParamTypeRequiredDescription
pageintegerrequiredThe page number to request.
limitintegerrequiredThe number of records to return per page.
searchstringoptionalFilter contact properties by name.
typestringoptionalFilter contact properties by property source.
POST
mailercloud_create_contact_property
Create a custom property for Mailercloud contact records.

/contact/property

3 parameters
ParamTypeRequiredDescription
namestringrequiredThe name of the custom property.
typestringrequiredThe custom property type.
descriptionstringoptionalA description of the custom property's purpose.
PATCH
mailercloud_update_contact_property
Update the name or description of a Mailercloud contact custom property.

/contact/property/{property_id}

3 parameters
ParamTypeRequiredDescription
property_idstringrequiredThe ID of the custom property to update.
namestringrequiredThe new custom property name.
descriptionstringoptionalThe new custom property description.
DELETE
mailercloud_delete_contact_property
Delete a Mailercloud contact custom property by ID.

/contact/property/{property_id}

1 parameter
ParamTypeRequiredDescription
property_idstringrequiredThe ID of the custom property to delete.