Skip to content

Xatkit WordPress Platform

Gwendal Daniel edited this page Aug 27, 2019 · 4 revisions

License Badge

Receive events and perform actions on WordPress in Xatkit execution models. This platform is not bundled with the Xatkit release.

Providers

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.

GithubWebhookEventProvider 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

Actions

The WordPress platform does not define any action.

Options

The WordPress platform does not support any configuration option.

Clone this wiki locally