Documentation Index
Fetch the complete documentation index at: https://docs.crewai.com/llms.txt
Use this file to discover all available pages before exploring further.
ZapierActionsAdapter
Description
Use the Zapier adapter to list and call Zapier actions as CrewAI tools. This enables agents to trigger automations across thousands of apps.Installation
This adapter is included withcrewai-tools. No extra install required.
Environment Variables
ZAPIER_API_KEY(required): Zapier API key. Get one from the Zapier Actions dashboard at https://actions.zapier.com/ (create an account, then generate an API key). You can also passzapier_api_keydirectly when constructing the adapter.
Example
Code
Notes & limits
- The adapter lists available actions for your key and creates
BaseToolwrappers dynamically. - Handle action‑specific required fields in your task instructions or tool call.
- Rate limits depend on your Zapier plan; see the Zapier Actions docs.
Notes
- The adapter fetches available actions and generates
BaseToolwrappers dynamically.
