Skip to content

Commit d2496ab

Browse files
robin-larssoncalvinleonggowthamd3
authored
SmartDialog Custom Connector (#713)
* Updated apiProperties.json and apiDefinition.swagger.json (#546) * Update apiDefinition.swagger.json * Add files via upload * update readme * Update Get User Info Action and apiProperties file * In d insurance (#560) * Create IN-D KYC India * Delete IN-D KYC India * Create apiDefinition.swagger.json * Add files via upload * Create README.MD * Update README.MD * Delete README.MD * Delete apiDefinition.swagger.json * Delete apiProperties.json * Create IN-D Insurance * Delete IN-D Insurance * Create IN-D Insurance * Delete IN-D Insurance * Create Readme.md * Add files via upload * Add files via upload * Delete Readme.md * Delete apiDefinition.swagger.json * Delete apiProperties.json * Create Readme.md * Add files via upload * Add files via upload * Added SmartDialog custom connector * Removed clientId, moved to certified connectors Co-authored-by: Calvin Leong <60145424+calvinleong@users.noreply.github.com> Co-authored-by: gowthamd3 <65020517+gowthamd3@users.noreply.github.com> Co-authored-by: Robin Larsson <robin.larsson@arenainteractive.fi>
1 parent fd073ef commit d2496ab

File tree

3 files changed

+593
-0
lines changed

3 files changed

+593
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# SmartDialog Connector
2+
3+
This connector can be used to send and recieve SMS messages using the SmartDialog platform.
4+
5+
## Prerequisites
6+
7+
1. A SmartDialog subscription and account. Please be in contact with sales@arenainteractive.fi
8+
2. OAuth needs to be enabled for your account and a client secret needs to be requested. This can be done by sending us an email at support@arenainteractive.fi.
9+
10+
## Setup
11+
12+
1. Clone the PowerPlatform Connectors GitHub repository.
13+
2. Open a terminal session and change to the SmartDialog directory.
14+
3. If nescessary download the [paconn tool](https://docs.microsoft.com/connectors/custom-connectors/paconn-cli).
15+
4. Run `paconn login` and follow authentication steps
16+
5. Run `paconn create --api-def apiDefinition.swagger.json --api-prop apiProperties.json --secret *client secret*`
17+
6. Select your target environment.
18+
7. Create a Flow or PowerApp and add a SmartDialog action from the custom section. Sign in with your SmartDialog account.
19+
20+
## Supported Actions
21+
22+
- Send Message
23+
- New Message (Trigger for recieving messages)

0 commit comments

Comments
 (0)