pixi

Auto E-mails

This page describes the MailCreated exchange event published by pixi when emails are generated automatically by agent jobs or manually in Customer Service. The event includes the exchange name, payload fields, and a sample message.


Event Name

Exchange Name

MailCreated

pixiEXMailCreated

The event happens, when an e-mail was created. This event is triggered in the following scenarios:

  • E-mails have been created automatically in pixi by an agent job.

  • An e-mail has been created manually in pixi Customer Service.

The message, which is sent to the exchange, contains the following information:

  • NrOfMailsCreated: Number of mails that have been created.

Example:
{
"data":[
{

"NumberOfMailsCreated":100

}
]
}