> For the complete documentation index, see [llms.txt](https://docs-convai.wavy.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-convai.wavy.global/channels/sinch-conversation-api-beta.md).

# Sinch Conversation API (beta)

The [Sinch Conversation API](https://www.sinch.com/products/apis/messaging/conversation-api/) allows you to connect Chatlayer.ai to multiple channels at the same time, without the need for any additional configuration. The Sinch Conversation API currently supports:

* SMS
* RCS
* Viber
* Facebook Messenger
* WhatsApp

You don't have to think about which type of message works with which channel - the Conversation API transcodes the messages automatically to match the target channel.

{% hint style="warning" %}
The Sinch Conversation API integration is currently in beta, if you would like to try it out, [get in touch](broken://pages/-MFgE12uxTDjHAezfQse) with us.
{% endhint %}

## Setting up the Conversation API integration

![](/files/-MFgE4GM9SzrkNfrU82x)

In the Channels page of Chatlayer.ai, add a new channel that is activated through the Sinch Conversation API.

![](/files/-MFgE4GOGNM7-YBVtL0J)

Chatlayer.ai will ask for a number of fields that are required to set up the connection. Let's go through them one by one.

### Project ID

You can find the project id in the [conversation API overview](https://dashboard.sinch.com/convapi/overview).

![](/files/-MFgE4GPVizeW1PgdNob)

### App id

After creating an App, you can view the App id in the App table.

![](/files/-MFgE4GQkMS_h4fL8lkg)

### Client id & client secret

To get a client id and client secret, you need to create an access token. Navigate to [this page](https://dashboard.sinch.com/convapi/access-keys) to start the process.

Click on "New Key" and enter an access key display name

![](/files/-MFgE4GRdiKx6hoFRwLg)

After confirming, you will be able to copy the client id and client secret to Chatlayer.ai

![](/files/-MFgE4GSELYE0np6IDx8)

Once you have entered all the information in the Chatlayer.ai channel window, click Create and all the channels that are configured in the Sinch Conversation API app will be automatically added to Chatlayer.ai as well.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-convai.wavy.global/channels/sinch-conversation-api-beta.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
