> For the complete documentation index, see [llms.txt](https://documentation.crossengage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.crossengage.io/data-and-engagement-platform/messages/integrations/channels/email/inxmail/create-a-campaign-message.md).

# Create a Campaign Message

* Log in to your CrossEngage account.
* Go to `Campaigns` and click `Create Campaign` in the top right corner of the page.

<figure><img src="/files/DvQlgHZCTkPXaSHxJwDz" alt=""><figcaption></figcaption></figure>

* Choose whether you want to create an Audience or a Realtime campaign. Information about the distinction between these types of campaigns can be [found here](/data-and-engagement-platform/campaign-management/campaigns.md).
* Once you have created your campaign and filled in the “Campaign setup” and “Target group” sections, go to the `Messages` section and click `Create new message`.
* Select `Email` from the dropdown menu. The message setup screen will open.

<figure><img src="/files/Mfsib0Qtu3exQAhAtiZl" alt=""><figcaption></figcaption></figure>

Select the Inxmail Commerce integration you set up earlier from the `Send via integration` drop-down.

<figure><img src="/files/BHlaEEpuClg1pWJNFUXA" alt=""><figcaption></figcaption></figure>

#### Message setup <a href="#message-setup" id="message-setup"></a>

Every field (except for the cc and bcc fields) in the message setup may contain handlebars. Learn more about handlebars [here](/data-and-engagement-platform/messages/personalization.md).

**Sender Info**

Fill in the Sender information:

* Sender email address
* Sender name
* You can choose to add reply-to fields. The sender info is considered by default if reply-to fields are not filled.
* You can also add cc addresses by separating the emails with a comma. Emails sent to cc and bcc addresses will not be reflected in the response data.

<figure><img src="/files/oxT58yyeLgj0Kr319fdj" alt=""><figcaption></figcaption></figure>

**Template Source**

* Enter the Subject and HTML template.  You can use handlebars to personalize messages.&#x20;

<figure><img src="/files/IIOD0uGT6otHNuXhmvno" alt=""><figcaption></figcaption></figure>

## **Response Data**

We poll the response data every minute from a REST API endpoint. To receive Open & Click statistics, contact your Inxmail Commerce provider to enable tracking for mail relay.

The following response data is available for this integration:

* Sent
* Delivered
* Open
* Click
* Soft Bounce
* Hard Bounce
* Spam


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://documentation.crossengage.io/data-and-engagement-platform/messages/integrations/channels/email/inxmail/create-a-campaign-message.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
