Mailsoftly icon

Mailsoftly

Email marketing platform for contacts, contact lists, custom fields, tags, firm-level configuration, and campaign delivery.

Made for marketing teams that authenticate firms, organize contacts into tagged lists, attach custom field data, and run scheduled campaigns.

Sign in to connect Mailsoftly

Sign in to connect an account and start using Mailsoftly in your apps.

Example Use Cases

These are example ways Snow can use Mailsoftly when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add Contact to Contact List

Tool to add an existing contact to a specific contact list. Use when you need to add a contact to a contact list in Mailsoftly.

Add Custom Field to Contact

Tool to add a custom field value to an existing contact. Use when you need to store additional custom data on a contact record.

Assign Tags to Contact

Tool to assign multiple tags to an existing contact at once. Skips tags if they are already assigned to the contact. Use when you need to categorize or label a contact with one or more tags in Mailsoftly.

Authenticate Firm

Tool to validate the API key and retrieve firm details. Use when confirming credentials before making other Mailsoftly API calls.

Create Contact

Tool to create a new contact for the authenticated firm with email, first name, and last name. Use when adding new contacts to the firm's contact list.

Create Contact List

Tool to create a new contact list for the authenticated firm. Use when organizing contacts into separate lists for targeted campaigns.

Create Email Drafts

Tool to create one or more email drafts in Mailsoftly. Use when drafting emails for campaigns or communications. If contact_list_id is not provided, the system automatically creates a contact list from the provided recipients.

Create or Update Contact

Tool to create a new contact or update an existing contact in Mailsoftly. Use when you need to add a new contact to the system or update an existing contact's information. If contact_id is provided, the existing contact will be updated; otherwise, a new contact will be created.

Get Contact

Tool to retrieve a specific contact by ID from Mailsoftly. Use when you need to fetch details about a specific contact. You can choose between basic or detailed view using the type parameter.

Get Contact Fields

Tool to fetch all contact fields available for a firm, excluding hidden columns. Use when you need to retrieve the list of available contact field names and their data types.