487fa356bf
* updates to V3 * updates URLs to powerautomate ones * adds description and x-ms-summary * Adds new schema for /channel/sms * rewrites description * Writes a sentence for description * updates put to post * adds xmssummary and description |
||
---|---|---|
.. | ||
README.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
README.md
Tyntec Conversations API - Send SMS
Tyntec Conversations API allows you to send customized SMS messages.
Use the most universal texting channel SMS when it’s critical that any user must get the message, no matter which chat app they’re using. For use cases such as sending a one-time-passcode or two-factor authentication (2FA), the SMS channel is the most-widely used method for phone-based authentication, thanks to its global coverage and high open rates.
Use Cases of this connector
- Use this connector in PowerApps Workflows (great for Marketing, CRM or Sales)
- Send SMS messages using Azure Logic Apps
- Build SMS support in your Microsoft Power Automate automatizations
And many more!
Pre-requisites
You will need the following to proceed:
- A Microsoft Power Apps or Power Automate plan with custom connector feature
- tyntec API Key
- If you are using a free account, be sure to whitelist your phone number in SMS's first steps.
Supported requests
- Send_SMS using tyntec Conversations API reference
-
To make a successful request, please, populate the followings fields:
- to - receiver's phone number in international form without leading 00 (E.g. 4989202451100)
- from - sender's phone number
- text - text of your SMS
-
- Status_Check
-
To make a successful status check, please, provide the connector with the following values
- id - messageID of your message (returned after each Send_SMS request)
-
Supported Triggers
- Incoming Message Trigger any flow on new incoming messages
- Response Fields
- messageId (the message ID)
- channel - the channel on which the message was received (viber, whatsapp or sms)
- from - the sender's phone number
- to - the reciever's phone number (you)
- receivedAt - when was the message received
- text - the text of the message
- file - any attached file to the message
- event - on which event the webhook was triggered
- timestamp - the timestamp of the message
- Response Fields
How to get API key
Please sign up for a free account. In your account, select the API settings and copy your API key.
Deployment instructions
Please use these instructions to deploy this connector as a custom connector in Microsoft Power Automate and Power Apps.