
Zapier
Interact with over 5,000+ apps like Google Sheets, Gmail, HubSpot, Salesforce, and thousands more.
- Name For Model
- Zapier
- Website
- nla.zapier.com
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- Description For Model
- Zapier can talk to any of 20k+ actions the user has exposed. Actions are single tasks (EG: add a lead, find a doc), Zaps are workflows of actions. Start new chat to refresh actions. Markdown links are relative to https://zapier.com/.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | search_all_actions | GET | Search through all actions Zapier supports, even if they are not exposed. Because new actions may have been added by the user, you should call this endpoint with `include_exposed=true` to get the latest list of exposed actions. |
2 | preview_a_zap | POST | (Beta!) Given a natural language description of a multistep Zap, return a possible definition of the Zap. |
3 | get_configuration_link | GET | Provides a link to configure more actions. Alternatively, searching through apps and actions will provide more specific configuration links. |
4 | list_exposed_actions | GET | List all the currently exposed actions for the given account. |
5 | get_execution_log_endpoint | GET | Get the execution log for a given execution log id. |