-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit Zapier Platform
Gwendal Daniel edited this page Sep 10, 2019
·
5 revisions
Triggers Zapier worflows (zaps) and receive callbacks from Zapier. This platform is not bundled with the Xatkit release.
The Zapier platform does not define any provider.
| Action | Parameters | Return | Return Type | Description |
|---|---|---|---|---|
| PostAction | - zapierEndpoint(String): the Zapier endpoint to send the POST request to- jsonBody (String): a String representation of the Json object to send in the POST request |
null |
null |
Send a POST request to the provided zapierEndpoint with the provided jsonBody. This action doesn't expect any return value, see PostActionWithCallback to retrieve value from a zap execution |
| PostActionWithCallback | - zapierEndpoint(String): the Zapier endpoint to send the POST request to- jsonBody (String): a String representation of the Json object to send in the POST request |
The retrieved value from the callback payload | String | Send a POST request to the provided zapierEndpoint with the provided jsonBody. This action awaits for a callback payload with a value field containing the value to return |
The Zapier platform does not support any configuration options.
- Getting Started
- Configuring your bot
- Integrating an Intent Recognition Provider
- Adding a bot to your website
- Deploying on Slack
- Basic concepts
- Intents and Entities
- States, Transitions, and Context
- Default and Local Fallbacks
- Core Library