-
Notifications
You must be signed in to change notification settings - Fork 22
Xatkit WordPress Platform
Gwendal Daniel edited this page Feb 24, 2020
·
4 revisions
Receive events and perform actions on WordPress in Xatkit execution models.
The WordPress platform define the following providers:
Provider | Type | Context Parameters | Description |
---|---|---|---|
RestProvider | Event | - | Receive webhook events from the WordPress and translate them into Xatkit-compatible events. |
Event | Context | Parameters | Description |
---|---|---|---|
NewComment | comment |
- action : the action associated to the comment (e.g. "created" )- user : the user who created a new comment- comment : the content of the comment- post_title : the title of the post where the comment has been sent |
Event sent when a new comment is posted on a post |
The WordPress platform does not define any action.
The WordPress platform does not support any configuration option.
- 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