Mailsoftly

Mailsoftly is an intuitive email marketing platform designed to simplify and enhance how businesses communicate with their audiences. Built with user-friendly features and advanced automation tools, Mailsoftly helps organizations to create, schedule, and manage email campaigns easily.

20 actions Integration catalog
Request access
Connect Mailsoftly once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Contact to Contact ListMAILSOFTLY_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 ContactMAILSOFTLY_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 ContactMAILSOFTLY_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 FirmMAILSOFTLY_AUTHENTICATE_FIRM
Tool to validate the API key and retrieve firm details. Use when confirming credentials before making other Mailsoftly API calls.
Create ContactMAILSOFTLY_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 ListMAILSOFTLY_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 DraftsMAILSOFTLY_CREATE_EMAILS
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 ContactMAILSOFTLY_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 ContactMAILSOFTLY_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 FieldsMAILSOFTLY_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.
Get Contact ListMAILSOFTLY_GET_CONTACT_LIST
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.
Get Contact List ContactsMAILSOFTLY_GET_CONTACT_LIST_CONTACTS
Tool to retrieve all contacts within a specific contact list. Use when you need to fetch the members of a particular contact list.
Get Contact ListsMAILSOFTLY_GET_CONTACT_LISTS
Tool to retrieve all contact lists for the authenticated firm. Use when you need to view all available contact lists and their details.
Get ContactsMAILSOFTLY_GET_CONTACTS
Tool to retrieve all contacts associated with a firm. Use when you need to fetch the complete list of contacts from Mailsoftly.
Get Custom FieldsMAILSOFTLY_GET_CUSTOM_FIELDS
Tool to retrieve all custom fields defined for the authenticated firm. Use when you need to understand what custom field options are available for contacts in Mailsoftly.
Get Email StatusMAILSOFTLY_GET_EMAIL_STATUS
Tool to fetch the status of a specific email draft by its ID. Use when checking if a draft is ready to send or to get its current status.
Get TagsMAILSOFTLY_GET_TAGS
Tool to retrieve all tags associated with the authenticated firm. Use when you need to list available tags for organizing contacts or campaigns.
Search ContactsMAILSOFTLY_SEARCH_CONTACTS
Tool to search for contacts matching specified criteria in Mailsoftly. Use when you need to find contacts by email, first name, or last name. At least one search parameter should be provided for meaningful results.
Send EmailMAILSOFTLY_SEND_EMAIL
Tool to send an existing email draft that is marked as ready. Use when you need to send a prepared email draft via Mailsoftly.
Update ContactMAILSOFTLY_UPDATE_CONTACT
Tool to update an existing contact's information in Mailsoftly. Use when you need to modify contact details such as name or email address.