zapier
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name ZAPIER_TOKEN or zero doctor check-connector --url https://actions.zapier.com/api/v2/check/ --method GET
How to Use
All examples below assume you have ZAPIER_TOKEN set. Authentication uses the x-api-key header.
1. Check API Key
Verify that your API key is valid.
curl -s "https://actions.zapier.com/api/v2/check/" --header "x-api-key: $ZAPIER_TOKEN" | jq .
2. List Exposed Actions
Retrieve all actions you have configured and exposed in your Zapier AI Actions dashboard.