Bigmailer
Learn how to use Bigmailer with Composio
Overview
Enum
BIGMAILER
Description
BigMailer is an email marketing platform designed for managing multiple brands, offering features like white-labeling, automation, and integration with Amazon SES.
Authentication Details
API_KEY
Actions
BIGMAILER_CREATE_TRANSACTIONAL_CAMPAIGN
This tool creates a new transactional campaign within a specified brand in bigmailer. it allows users to programmatically create new transactional campaigns by using the provided parameters (brandid, name, subject, fromname, fromemail, htmlcontent, etc.). the api endpoint returns details such as campaignid, name, status, and created at when a campaign is successfully created.
Action Parameters
Action Response
BIGMAILER_GET_USER_INFO
This tool retrieves information about the authenticated user in bigmailer using the get /me endpoint. it requires only authentication and no additional parameters, making it ideal for verifying api connectivity and retrieving essential user details.
Action Parameters
Action Response
BIGMAILER_LIST_ALL_BRANDS
This tool retrieves a list of all brands associated with the authenticated bigmailer account. it allows users to view and manage their brands. the operation is executed via a simple get request to the /brands endpoint and requires proper authentication using the x-api-key header. the response is a json array containing information such as brand id, brand name, and other related details.
Action Parameters
Action Response