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
stringRequired
brand_id
string
campaign_id
string

Actions

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

brand_id
stringRequired
description
string
from_email
stringRequired
from_name
stringRequired
html_content
stringRequired
name
stringRequired
reply_to
object
subject
stringRequired
text_content
string

Action Response

data
object
error
successful
boolean

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

data
object
error
successful
boolean

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

data
object
error
successful
boolean