Skip to content

Xatkit Zapier Platform

Gwendal Daniel edited this page Sep 10, 2019 · 5 revisions

License Badge

Triggers Zapier worflows (zaps) and receive callbacks from Zapier. This platform is not bundled with the Xatkit release.

Providers

The Zapier platform does not define any provider.

Actions

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

Options

The Zapier platform does not support any configuration options.

Clone this wiki locally