Jump to: navigation, search

Sample Business Process for WhatsApp

WhatsApp uses the same business process as Chat. Refer to the Chat Business Process Sample for more information.

Business Process modifications

The list of channels available to the agent must be added to attached data prior to routing the interaction to the agent. This is required to enable agents to send outbound messages from a voice interaction or other interactions.

Sample data structure:

{
  "_umsOutboundSessionConfig": {
    "1": {
      "MediaType": "whatsappsession",
      "_umsServer": "DigitalMessagingServer",
      "_umsChannel": "channel-ghub-simulator",
      "_umsBusinessId": "19251112222"
    },
    "2": {
      "MediaType": "whatsappsession",
      "_umsServer": "DigitalMessagingServer",
      "_umsChannel": "channel-abc-hub-sim",
      "_umsBusinessId": "19251112222"
    }
  }
}

MSGA WhatsApp BP IRD1.png

MSGA WhatsApp BP IRD2.png

MSGA WhatsApp BP IRD3.png

This page was last edited on December 18, 2020, at 14:28.
Comments or questions about this documentation? Contact us for support!