Zapier Nla
Zapier Natural Language Actions is a Zapier service that lets AI and software applications trigger actions across connected business apps using natural-language instructions.
- Base URL:
https://nla.zapier.com - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
check— GET /api/v1/check/ — Checkget_configuration_link— GET /api/v1/configuration-link/ — Get Configuration Linklist_exposed_actions— GET /api/v1/exposed/ — List Exposed Actionsexecute_app_action_endpoint— POST /api/v1/exposed/{exposed_app_action_id}/execute/ — Execute App Action Endpoint
Inputs
apiKey— your zapier-nla API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: check
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: check, get_configuration_link, list_exposed_actions, execute_app_action_endpoint |
exposed_app_action_id |
string | no | — | Path parameter exposed_app_action_id (required by some operations). |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |