Sync ad leads into MailerCloud contact lists in real time -- triggering your email sequences automatically with every new form submission.
Connect MailerCloud with 4 lead sources
MailerCloud's REST API at cloudapi.mailercloud.com/v1/ uses a single long-lived API key for authentication -- copied from MailerCloud Settings › API Token and pasted into the LeadSync connection. The token travels on every request as the Authorization header, and a new contact is created with a single POST to /contacts.
During setup LeadSync calls POST /lists/search with list_type: 1 (subscriber lists) to enumerate every list on your MailerCloud account, plus POST /tags/search -- paginating through all tag pages so even large MailerCloud accounts return their full tag list. You pick a destination list and any number of tags in the connection settings, and every new lead lands on that list with those tags pre-applied.
MailerCloud distinguishes default fields (email, name, phone -- referenced by their semantic field_value like email) from custom fields (referenced by id, prefixed with _cf_). LeadSync calls POST /contact/property/search to pull every property defined on your account, and the mapping screen presents them with the right internal id automatically -- you don't have to think about which fields are default vs. custom.
When a lead arrives, the helper detects the _cf_ prefix on a mapped field, strips it, and writes the value under the custom_fields object on the contact create payload (keyed by the numeric custom field id). Default fields go on the top-level payload directly. The result: every value lands in the right MailerCloud slot regardless of whether it's a default property or a custom one you defined yourself.
Every MailerCloud connection in LeadSync supports applying one or more tags to every contact it creates. Pick the tags from the connection settings (loaded live from your MailerCloud account) and they're sent on every contacts POST as part of the tags array.
Tags are how MailerCloud drives segmentation, automation triggers, and reporting. A lead landing tagged "Facebook Ads" + "Q2 Campaign" is immediately addressable in MailerCloud's campaign builder, automation triggers ("when contact tagged X..."), and segment definitions -- without any extra steps from your team.
Set up your MailerCloud integration in under 60 seconds. Free 14-day trial, no credit card required.
Start Your Free Trial