Events
For each event in your source system, an event XML configuration must exist or must be created in Inxmail Commerce. The mapping of the event in the source system to the corresponding event XML is defined via the <eventtype> XML tag. If, for example, you would like to send an order confirmation from your source system, you must create a corresponding ‘Order confirmation’ event or a ‘New order event XML’ in Inxmail Commerce. The <id> of the event must correspond to the <id> of the incoming event data record.
Order confirmation
Copy
<eventtype>
<id>neworder</id>
<translation language="en">Order confirmation</translation>
<translation language="de">Bestellbestätigung</translation>
</eventtype>