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.
Example Use Cases
These are the Mailsoftly actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
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.
Tool to validate the API key and retrieve firm details. Use when confirming credentials before making other Mailsoftly API calls.
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.
Tool to create a new contact list for the authenticated firm. Use when organizing contacts into separate lists for targeted campaigns.
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.
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.
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.
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.
Tool to retrieve details of a specific contact list by ID. Use when you need to fetch information about a contact list including its name and contact count.
Tool to retrieve all contacts within a specific contact list. Use when you need to fetch the members of a particular contact list.