Custom Actions in Zapier
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
Custom Actions allow you to create your own actions for existing public apps on Zapier with the help of AI. By using the app's public API, you can create actions that are not available by default using HTTP requests.
Custom Actions are a beta feature. It is available for use, but is still in active development and may change.

- To use this feature, you must be familiar with sending HTTP requests, using APIs, and reading API documentation.
- Our Support team is able to provide basic troubleshooting for this feature, but they cannot troubleshoot the API you use.
Using custom actions
With Custom Actions, you can:
- Create custom actions when an existing app on Zapier does not have the actions you need.
- Use your personal and shared app connection accounts to automatically set the authentication header.
- Share and reuse custom-made actions across Zaps and teammates.
- View comprehensive API responses.
To create your action, you'll use Copilot, an AI-powered chatbot, to generate your action settings, streamlining the process of creating an action. Copilot eliminates the need to manually search for the method and API endpoint in an app’s API docs and auto-fills the action settings. You can also use a code editor to further refine your action using Typescript.
Zapier recommends using Custom Actions when creating a specific action to use in more than one Zap. Custom Actions are an excellent way to share your custom actions with your teammates.
Learn more:
Limitations
- Custom Actions is not available for all public apps. See the list of supported apps.
- You cannot create custom actions for private apps.
- If the API changes, you may need to update your custom actions.