Skip to main content

Sender Collection

The sender collection is a combination of sending profile and reply profile. Mailatmars Introduced this feature to make automation and API calls make clean.

User Easily Send API requests using this sender collection id and also used in Automation by name.

Create Sender Profile#

  1. Go to Automation Dashboard

  2. Go To the Sending Collection section.

  3. click on Create Contact Profile.

    create sending profile in mailatmars

  4. Select Valid Sending and reply profile and add a unique name for sending profile recognization. and click on Create Sending Collection.

    create sending profile in mailatmars

Where To Use#

Use Sending collection_id with collection id at API request time and mailatmars automatically set the sender profile and reply profile in your sending email.

{
"to-name":"ravigorasiya",
"collection_id":"62be6ca2d7c29",
"subject": "Hi, This Is a test email from mailatmars transactional API",
"preview": "We are from mailatmars that help you in transactional API",
"content":"OTA2NTQ5NTY1XjE2NTY2NDc0NTgjOTA2NTQ5NTY1XmFXTnBjbVYwWHpKdVpBPT0="
}

Where you can use this API template Example