Zapier Nla
Connector for the zapier-nla API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>