Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When cancelBatch is called from a batch workflow.
  • When UDRs are sent to ECS via an ECS Forwarding agent.

Examples ECS Insert Event

Info
titleExample - ECS Insert Event notification sent as mail

Image Removed

This configuration will give you the following notification setup:

  • When a batch is inserted in ECS, an ECS Insert event notification will be generated

  • When this notification is generated, a mail will be sent to the mail address my.mail@mycompany.com, containing the following data:

    • A subject line saying: ECS Insert event - Batch

    • A message saying: A batch has been inserted into ECS: <the ECS message>.

Info
titleExample - ECS Insert Event notification saved in the database

Image Removed

This configuration will give you the following notification setup:

  • When an ECS Insert event occurs, a notification will be generated.

  • When this notification is generated, an entry will be added in the ecsInsert table in the database:

    • The ECS Type, i e Batch or UDR, will be inserted in the tp column in the database table.

    • The timestamp from the EC will be inserted in the time column in the database table.