Wizlay

Custom Actions

Configure and manage REST API actions in your Wizlay clusters

What are Actions?

Actions are API request configurations that you can add to your cluster. Currently, we support REST API with various HTTP methods.

Kickoff Phrases

Kickoff phrases play a crucial role in determining which actions to execute. We recommend using clear, unique triggers within each cluster.

Action Types

Types of Actions

1. Background Actions

Actions that Wizlay processes immediately in the background without waiting for the endpoint response.

2. Output Actions

Actions where Wizlay waits for the endpoint response and injects the received information into the conversation.

Action Type Selection

API Configuration

Importing API Settings

You can import cURL commands from any source. Always verify the API settings are correct before saving.

Variable Mapping

Use checkboxes next to key-value pairs to mark fields as "variables". Wizlay will recognize these as fields for data mapping.

Testing Endpoints

Test your API endpoint directly within the API settings interface before saving the configuration.

Request Body

Currently, we only support non-nested key-value pairs in the request body.

Important Note

Remember to click "Save API Settings" before performing any actions. Unsaved changes won't be applied to your API calls.

Action API Settings