You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tyntec Conversation API allows you to send customized Viber messages.
4
+
5
+
### User Cases of this connector
6
+
- Use this connector in PowerApps Workflows (great for Marketing, CRM or Sales)
7
+
- Send SMS messages using Azure Logic Apps
8
+
- Build SMS support in your Microsoft Power Automate automatizations
9
+
10
+
And many more!
11
+
12
+
13
+
## Pre-requisites
14
+
You will need the following to proceed:
15
+
- A Microsoft Power Apps or Power Automate plan with custom connector feature
16
+
-[tyntec API Key](http://my.tyntec.com/api-settings)
17
+
-[Viber Service ID](https://www.tyntec.com/viber-business-messages#contact)
18
+
19
+
## Supported requests
20
+
-**Send_Viber** using tyntec Conversation API [reference](https://api.tyntec.com/reference/#conversations-send-messages-send-a-message)
21
+
- To make a successful request, please, populate the followings fields:
22
+
-**apikey** - your tyntec API key
23
+
-**to** - receiver's phone number in _international_ form without leading 00 (_E.g. 4989202451100_)
24
+
-**from** - your Viber Service ID
25
+
-**contentType** - content type of your message, use **text**
26
+
-**channels key item** - used tyntec Conversation API channel, use **viber**
27
+
-**text** - text of your Viber message
28
+
-**Status_Check**
29
+
- To make a successful status check, please, provide the connector with the following values
30
+
-**apikey** - your tyntec API key
31
+
-**id** - messageID of your message (_returned after each request_)
32
+
33
+
34
+
## How to get API key
35
+
Please [sign up for a free account](https://www.tyntec.com/create-account). In your account, select the [API settings](http://my.tyntec.com/api-settings) and copy your API key.
36
+
37
+
## How to get Viber Service ID
38
+
Please, fill our [form](https://www.tyntec.com/viber-business-messages#contact). Tyntec will guide you through the whole process.
39
+
40
+
## Deployment instructions
41
+
Please use [these instructions](https://docs.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as a custom connector in Microsoft Power Automate and Power Apps.
0 commit comments