Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.14 KB

File metadata and controls

33 lines (19 loc) · 1.14 KB

Adapters

1. Conversation Channel Adapters

Adapters convert information provided by channels (SMS, Whatsapp) for each specific provider to xMessages and vise versa. Adapters are gateway to the external services and resposible to recieving user response and sending response to users. Thus the two major functions of Adapters are

  • Convert API/webhook data from channel (and provider) to xMessages
  • Convert xMessages back to API/webhook data format for the specific channel(and provider)

A simplified diagram of what adapters do is shown below.

2. How to works

The adapter and the inbound service are linked together as shown in the figure below.

Similarly the adapter and the outbound service are linked in the following fashion.

3. List of Existing Adapters

4. How to create an adapter

Click here to see how to create your own adapter.