Versions Compared

Key

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

DDE allows users to create rules that make Realtime actions and decisions in sub 100 milliseconds. Rules are exposed to the outside world as RESTful web APIs.

...

However the below scenario describes how to call a Real Time Realtime CX (RTCX) rule called “examplerule” for a client called “exampleclient”. The rule would subsequently send a Realtime Email and SMS message.

...

https://dde.alterian.net/invoke/dev/exampleclient/examplerule

Message Data:

Code Block
languagejson
{
  "Customer Id": 1,
  "Email Address": "JoeBloggs@alterian.com",
  "Customer Name": "Joe Bloggs",
  "Order Date": "12/08/2018 11:14:00",
  "Delivery Date": "12/09/2018 11:14:00",
  "Delivery Postcode": "BS1 2AB",
  "Order Number": "12345",
  "Product Name": "A Sofa",
  "Sofa Image URL": "https://imagehost.com/Image.png"
}

...