Bigmailer
Bigmailer

BigMailer is an email marketing platform designed for managing multiple brands, offering features like white-labeling, automation, and integration with Amazon SES.

Completely Secure
120231VIEWS
2050USERS

Tools

1 of 1

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.

Get User Information

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.

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.