Compose-ready workspace: packages/zappier (rate card, portal, Stripe), packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier (CLI app), vendor/zapier-platform, and research/zapier vendor corpus. Gate 0 structure checks pass. Product code and research are not yet wired.
10246 lines
No EOL
1.2 MiB
10246 lines
No EOL
1.2 MiB
{
|
|
"formatter": {
|
|
"slug": "formatter",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Use Formatter to split text in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25380258676109-Use-Formatter-to-split-text-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Formatter: errors importing CSV file",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31162277254541-Formatter-errors-importing-CSV-file"
|
|
},
|
|
{
|
|
"title": "Create lookup tables in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496305146765-Create-lookup-tables-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Common Problems with Formatter",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495981541517-Common-Problems-with-Formatter"
|
|
},
|
|
{
|
|
"title": "Get started with Formatter",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496212590093-Get-started-with-Formatter"
|
|
},
|
|
{
|
|
"title": "Perform math operations in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31166267962893-Perform-math-operations-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Modify date and time formats in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496257974029-Modify-date-and-time-formats-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Modify number formats in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288404877-Modify-number-formats-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Use Formatter with AI to automatically format data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16720031282189-Use-Formatter-with-AI-to-automatically-format-data"
|
|
},
|
|
{
|
|
"title": "Add or subtract dates and times in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31162113958925-Add-or-subtract-dates-and-times-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Formatter"
|
|
},
|
|
"paths": {
|
|
"slug": "paths",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Filter and path rules in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496180919949-Filter-and-path-rules-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Add branching logic to Zap workflows with Paths",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288555917-Add-branching-logic-to-Zap-workflows-with-Paths"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 Filters and paths are both tools that can be used for conditional or branching logic in your Zap workflows. This allows you to ensure actions get performed only on the items you want. Both tools let you set up specific conditions to get the granularity you need. For instance, you can set up a filter to only capture emails that contain a specific subject line or only customers who purchase a specific product. So when the data from your Zap meets the conditions of a filter, it proceeds to the next action in your Zap. If a filter stops an item, then no further actions are performed. Using either tool doesn't towards your task usage . Learn how to set up filters or paths for your Zap workflows . Filter rule conditions Filters can use different rules for logic. Conditions can only work for the type of data that is specified in parentheses. There are five types of filter rules: text, number, date/time, boolean, and generic. Examples In this table, you can see which fields would pass a given rule. In each example, the condition is the logic used for the rule, the value is what we\u2019re evaluating the condition against. Condition Value Examples that would pass Examples that wouldn\u2019t pass (Text) Contains Apples and bananas Apples Apple Apples and bananas Strawberries (Text) Does not contain Apples and bananas Strawberries Apple (Text) Exactly matches Apples Apples Apple (not plural) (Text) Does not exactly match Apples Apple Banana And more Apples (Text) Is in Apples, bananas Apples Bananas Apple Banana Strawberries (Text) Is not in Apples, bananas Strawberries Apple Apples Bananas (Text) Starts with App Apples Applesauce Apricots Bananas (Text) Does not start with App Apricots Bananas Apples Applesauce (Text) Ends with s Bananas Apple and bananas Apple (Text) Does not end with s Apple Banana Apples Bananas (Number) Greater than 10 11100 9-1 (Number) Less than 10 9-1 100 (Date/time) After 12/31/2018 1:00 01/01/2019 12/31/2018 01:01 12/31/2017 (Date/time) Before 12/31/2018 1:00 12/31/2017 01/01/2019 (Date/time) Equals 12/31/2018 1:00 12/31/2018 1:00 12/31/2019 12/31/2018 00:00 Exists n/a Apple 10 01/01/2019 Does not exist n/a Apple 10 01/01/2019 Note When filtering line items , whether your Zap continues past the filter depends on whether you use positive or negative filter conditions . Text filters Text filters only work with text data, so they won\u2019t work with numbers or dates. Contains: Checks if the field contains a value. This is not case"
|
|
},
|
|
"filter": {
|
|
"slug": "filter",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites Your Zap trigger must be set up. Filters are available on Zapier paid plans. 1. Add a Filter step In the Zap editor, click the plus + icon to add an action step. Select Filter . You can add a filter at any point after the trigger and can use multiple filters in the same Zap. 2. Customize your filter rules In the Configure & test section, set up your filter rules: In the first dropdown menu, select the field that you want the filter to check. In the second dropdown menu, select the rule that you want to use. Learn more about different types of filter rules . In the third field, type the value that you want to compare the field against. Tip A warning appears if you set up a filter condition so the Zap will always continue past the Filter step. For example, if you select the Subject field from an email step, set the condition to \"Exactly matches\", then map the same field in your value column, the Zap will always continue. Note Rules only work for the type of data specified in parentheses. For example, rules that begin with \"(Text)\" only work with text fields, and rules that begin with \"(Number)\" only work with number fields. Learn about the different types of filter rules . (Optional) Adding multiple criteria If you need to check more than one field or condition, you can add multiple criteria to the same filter. Use AND when all conditions must be true for the Zap to continue; use OR when any one condition can be true. To add another condition that must also pass (AND), click + And , then set the field, rule, and value. To add a group of conditions where any can pass (OR), click Add Or rule group , then add the rules inside that group. Learn more about the difference between AND and OR logic in filters . 3. Test your filter To test your filter, click Continue . If the test data would have passed the filter, you'll get a confirmation that the Zap would have continued. If the test data would not have passed the filter, you'll get a confirmation that the Zap"
|
|
],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Filter and path rules in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496180919949-Filter-and-path-rules-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Add conditions to Zap workflows with filters",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496276332557-Add-conditions-to-Zap-workflows-with-filters"
|
|
},
|
|
{
|
|
"title": "What's the difference between \"and\" and \"or\" logic in filters and paths?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495943702285-What-s-the-difference-between-and-and-or-logic-in-filters-and-paths"
|
|
},
|
|
{
|
|
"title": "Use filters so your Zap only triggers on certain days or times",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496030961165-Use-filters-so-your-Zap-only-triggers-on-certain-days-or-times"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 Filters and paths are both tools that can be used for conditional or branching logic in your Zap workflows. This allows you to ensure actions get performed only on the items you want. Both tools let you set up specific conditions to get the granularity you need. For instance, you can set up a filter to only capture emails that contain a specific subject line or only customers who purchase a specific product. So when the data from your Zap meets the conditions of a filter, it proceeds to the next action in your Zap. If a filter stops an item, then no further actions are performed. Using either tool doesn't towards your task usage . Learn how to set up filters or paths for your Zap workflows . Filter rule conditions Filters can use different rules for logic. Conditions can only work for the type of data that is specified in parentheses. There are five types of filter rules: text, number, date/time, boolean, and generic. Examples In this table, you can see which fields would pass a given rule. In each example, the condition is the logic used for the rule, the value is what we\u2019re evaluating the condition against. Condition Value Examples that would pass Examples that wouldn\u2019t pass (Text) Contains Apples and bananas Apples Apple Apples and bananas Strawberries (Text) Does not contain Apples and bananas Strawberries Apple (Text) Exactly matches Apples Apples Apple (not plural) (Text) Does not exactly match Apples Apple Banana And more Apples (Text) Is in Apples, bananas Apples Bananas Apple Banana Strawberries (Text) Is not in Apples, bananas Strawberries Apple Apples Bananas (Text) Starts with App Apples Applesauce Apricots Bananas (Text) Does not start with App Apricots Bananas Apples Applesauce (Text) Ends with s Bananas Apple and bananas Apple (Text) Does not end with s Apple Banana Apples Bananas (Number) Greater than 10 11100 9-1 (Number) Less than 10 9-1 100 (Date/time) After 12/31/2018 1:00 01/01/2019 12/31/2018 01:01 12/31/2017 (Date/time) Before 12/31/2018 1:00 12/31/2017 01/01/2019 (Date/time) Equals 12/31/2018 1:00 12/31/2018 1:00 12/31/2019 12/31/2018 00:00 Exists n/a Apple 10 01/01/2019 Does not exist n/a Apple 10 01/01/2019 Note When filtering line items , whether your Zap continues past the filter depends on whether you use positive or negative filter conditions . Text filters Text filters only work with text data, so they won\u2019t work with numbers or dates. Contains: Checks if the field contains a value. This is not case"
|
|
},
|
|
"google-forms": {
|
|
"slug": "google-forms",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Forms app on Zapier, you must have: A Google account with access to Google Forms."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Forms to Zapier To create an app connection to Google Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Forms . Click Add connection . A new browser tab or window will open. Log into Google Forms to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Google Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495997101581-Common-Problems-with-Google-Forms"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495997064845-How-to-get-started-with-Google-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Google Forms – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files Google Forms Common Problems with Google Forms Updated September 14, 2023 11:10 I can't see my Google Form spreadsheet in the dropdown Google Form responses need to be saved to a Google Sheet in order to work with Zapier. To resolve this, you'll want to adjust where you save your Google Form responses using this guide and ensure they're saved in a Google Sheet. The Google Sheet will then become selectable in the dropdown when setting up your Zap. My trigger is not working and shows the error \"Quota exceeded for quota metric\" If you see this error with a Google Forms trigger, switch the trigger to Google Sheets , and select the spreadsheet where the responses are stored."
|
|
},
|
|
"schedule": {
|
|
"slug": "schedule",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Schedule Zap workflows to run at specific intervals",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288648461-Schedule-Zap-workflows-to-run-at-specific-intervals"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 Schedule by Zapier is a built-in tool that lets you set up a Zap to run on a specific interval. Typically, Zap workflows only run when a trigger event occurs in an app. With schedule triggers, you can choose to run your Zap every month, week, day, or hour. You can even set up custom intervals for things like quarterly or annual tasks. Using this tool does not count towards your task usage . Example You need to add a new task to your task management app at the start of every week to set your weekly goals. Use Schedule to trigger your Zap every Monday at 11 AM, then add an action step to add new tasks in your task management app. Note While the UI in this video is outdated, the core functionality remains similar in most current versions. Set up your schedule trigger In the Zap editor, click the Trigger step. A dialog box will open. In the Setup tab, search for and select Schedule . The right sidebar will open. Click the Trigger event dropdown menu and select the frequency at which you want the Zap to run: Custom FrequencyExample Set up the Zap to trigger on your own defined schedule. In the Trigger event dropdown menu, select Custom frequency . Click Continue . In the Trigger tab, enter values in the following fields: Frequency Type: set how often should the Zap trigger. Interval : add a number that corresponds with the frequency type. Start date: add a date for when you want the trigger to run for the first time. Time of day : what time the Zap should trigger. By default, the timezone will default to your account settings. Click Continue . Click Test trigger . If a throttling error appears, wait 30 seconds and retry, or click Skip test to proceed. The Zap will still run on schedule once published. Click Continue to set up your Zap action(s) . Example You can set your custom frequency to: Every 3 months to trigger quarterly.Every 2 weeks to trigger biweekly.Every 12 months to trigger annually. Example You can set your custom frequency to: Every 3 months to trigger quarterly.Every 2 weeks to trigger biweekly.Every 12 months to trigger annually. Every day Set up the Zap to trigger daily. In the Trigger event dropdown menu, select Every Day . Click Continue . In the Trigger tab, enter values in the following fields: Time of Day : select a time of day for the Zap to run. (optional) Trigger on weekends?: set if the Zap should trigger on Saturdays and Sundays. Click Continue . Click Test trigger . If a throttling error appears, wait 30 s"
|
|
},
|
|
"webhook": {
|
|
"slug": "webhook",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth",
|
|
"oauth",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Ways to make API requests in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44391646192397-Ways-to-make-API-requests-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Trigger Zap workflows from polling webhooks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496274719757-Trigger-Zap-workflows-from-polling-webhooks"
|
|
},
|
|
{
|
|
"title": "Trigger Zap workflows from webhooks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288690317-Trigger-Zap-workflows-from-webhooks"
|
|
},
|
|
{
|
|
"title": "Send webhooks in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496326446989-Send-webhooks-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "How to get started with Webhooks by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496083355661-How-to-get-started-with-Webhooks-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Troubleshoot webhooks in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496291737485-Troubleshoot-webhooks-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Zap is not receiving webhooks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496215655437-Zap-is-not-receiving-webhooks"
|
|
},
|
|
{
|
|
"title": "Zap isn't sending webhooks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496231814157-Zap-isn-t-sending-webhooks"
|
|
},
|
|
{
|
|
"title": "Maximize efficiency with updated webhook behaviour",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24290475355277-Maximize-efficiency-with-updated-webhook-behaviour"
|
|
},
|
|
{
|
|
"title": "Webhooks by Zapier rate limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29972220283789-Webhooks-by-Zapier-rate-limits"
|
|
}
|
|
],
|
|
"excerpt": "Updated June 29, 2026 10:20 Zapier offers several ways to make API requests. The right choice depends on which Zapier product you're using, whether the app you're calling has a Zapier integration, and how you need to handle authentication. Any API (with or without a Zapier integration) Webhooks by Zapier and API by Zapier let you call any API endpoint, even if the service does not have a dedicated Zapier app. Webhooks by Zapier API by Zapier Available in Zap workflows Agents Zapier MCP Zap workflows Agents Zapier MCP Supported authentication Basic authentication None OAuth2 API keys (static headers) API keys (query parameter) None Where credentials live Stored within a Zap step or tool setup. Stored within an app connection . Best for Receiving or sending payloads with simple or no authentication. APIs that require OAuth2 or an API key. When you want credentials out of the Zap or tool setup. Triggers Catch Hook (Instant) Catch Raw Hook (Instant) Retrieve Poll ( Polling ) New Item from API ( Polling ). Actions Custom Request GET PUT POST API Request Request/response behavior Payload type choice (form, JSON, XML, raw); auto-flattening with double-underscore conventions; XPath for extraction. What you send is what gets sent; no format guessing; JQ for extraction (not XPath); clear error messages. Apps with an existing Zapier integration only API Request actions and Custom Actions let you make raw HTTP requests to apps that already have a Zapier integration. They use the app's existing connection for authentication, so you do not need to manage credentials separately. API Request actions Custom Actions Available in Zap workflows Agents Zapier MCP Zap workflows Zapier MCP Works with Supported public apps with a Zapier integration. Supported public apps with a Zapier integration. Where credentials live Stored within an app connection . Stored within an app connection . Best for A one-off API call in a single Zap. A reusable action you want to share across Zap workflows and teammates. Reusable No, it's only available in the Zap where you created it. Yes, you can share and reuse it across Zap workflows and teammates. Setup Manual configuration in the Zap editor. In Agents and MCP, you can configure the fields yourself or let AI fill them in for you. AI-assisted setup with Copilot; optional code editor for Typescript. When to use which API by Zapier : The app has no Zapier integration and requires OAuth2 or an API key. Credentials stay in your connection, not the Z"
|
|
},
|
|
"email": {
|
|
"slug": "email",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect email apps like Gmail and Outlook to receive emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email by Zapier vs IMAP by Zapier With Email by Zapier, Zapier receives your emails at a customized @zapiermail.com email address. With IMAP by Zapier, Zapier communicates with your mail server directly to receive your emails. Email by Zapier Email by Zapier uses a third-party service for inbound emails, so there is no guarantee over when the Zap will trigger and delays may occur. If you're working with time-sensitive emails, you can use IMAP by Zapier, or connect an email app and use an email account you own. In order to trigger Zap workflows from a new email received, there must be a sender address. Auto-notification emails from Google Groups or other distribution lists will not trigger emails in Email by Zapier. Emails sent to a @zapiermail.com email address must be less than 10 MB in size, including attachments. IMAP by Zapier IMAP stands for Internet Message Access Protocol, which is a widely used protocol for email retrieval available in Microsoft, Google, and Yahoo! products, and millions of mail servers worldwide. You can use it to trigger Zap workflows from new HTML or plain text emails. Trigger from new emails with Email by Zapier Click the Trigger step. Search for and select Email by Zapier . Click the Event dropdown menu and select New Inbound Email . Click Continue . In the Email address field, customize your inbound @zapiermail email address . This is the mailbox that will trigger the Zap when new emails are received. Click Copy to copy the full email address to the computer's clipboard. Click Continue . Go to your email client (e.g., Gmail) and send a test email to your custom @zapiermail.com email address. Go back to Zapier and click Test trigger to test the connection. Set up auto-forwarding on your email app If you don't want to manually forward new emails, you can set up automatic forwarding in your mail clie",
|
|
"connect email apps like Gmail and Outlook to send emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email vs SMTP With Email, Zapier sends the emails on your behalf. With SMTP, Zapier communicates with your mail server, and your mail server sends the emails. Email To prevent spam, there are limits on the number of emails you can send: Trial or Free Zapier plan : You can send up to 5 emails per account per day (24 hours). Paid Zapier plans : You can send up to 10 emails per account per hour. Multi-user Zapier plans (Team, Enterprise) : The hourly limit applies across the entire account. For example, if one team member sends 10 emails within an hour, the entire account will reach the limit, and no one else can send emails via this app until the next hour. If you\u2019re on a trial, free, or Pro Zapier plan, emails you send during testing will only go to your Zapier account email address . Once the Zap is published, emails will go to the intended recipients (To, CC, BCC). You cannot customize the From email address. To comply with CAN-SPAM laws, the \"Stop these emails\" link cannot be removed. Emails sent from a @zapiermail.com email address must be less than 10 MB in size, including attachments. SMTP SMTP stands for Simple Mail Transfer Protocol, which is an Internet standard for email transmission available in Microsoft, Google. and Yahoo! products among millions of mail servers worldwide. With SMTP, the emails are sent using your own mail server. Zapier communicates with the mail server via SMTP to deliver the data, but your mail server is ultimately sending these emails. If you need more information"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger Zap workflows from new emails",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496293328141-Trigger-Zap-workflows-from-new-emails"
|
|
},
|
|
{
|
|
"title": "Important notice: SMTP by Zapier tool to discontinue port 25",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34054671320205-Important-notice-SMTP-by-Zapier-tool-to-discontinue-port-25"
|
|
},
|
|
{
|
|
"title": "Send emails in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496305915917-Send-emails-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Email by Zapier error: Sorry! That is too many emails sent. Please try Mandrill, Mailgun, Gmail, or others for bulk email",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23900889722765-Email-by-Zapier-error-Sorry-That-is-too-many-emails-sent-Please-try-Mandrill-Mailgun-Gmail-or-others-for-bulk-email"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 With Email by Zapier and IMAP by Zapier, you can trigger Zap workflows when you receive new emails. You can also use Email by Zapier or SMTP by Zapier to send emails in Zap workflows . Tip You can also connect email apps like Gmail and Outlook to receive emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email by Zapier vs IMAP by Zapier With Email by Zapier, Zapier receives your emails at a customized @zapiermail.com email address. With IMAP by Zapier, Zapier communicates with your mail server directly to receive your emails. Email by Zapier Email by Zapier uses a third-party service for inbound emails, so there is no guarantee over when the Zap will trigger and delays may occur. If you're working with time-sensitive emails, you can use IMAP by Zapier, or connect an email app and use an email account you own. In order to trigger Zap workflows from a new email received, there must be a sender address. Auto-notification emails from Google Groups or other distribution lists will not trigger emails in Email by Zapier. Emails sent to a @zapiermail.com email address must be less than 10 MB in size, including attachments. IMAP by Zapier IMAP stands for Internet Message Access Protocol, which is a widely used protocol for email retrieval available in Microsoft, Google, and Yahoo! products, and millions of mail servers worldwide. You can use it to trigger Zap workflows from new HTML or plain text emails. Trigger from new emails with Email by Zapier Click the Trigger step. Search for and select Email by Zapier . Click the Event dropdown menu and select New Inbound Email . Click Continue . In the Email address field, customize your inbound @zapiermail email address . This is the mailbox that will trigger the Zap when new emails are received. Click Copy to copy the full email address to the computer's clipboard. Click Continue . Go to your email client (e.g., Gmail) and send a test email to your custom @zapiermail.com email address. Go back to Zapier and click Test trigger to test the connection. Set up auto-forwarding on your email app If you don't want to manually forward new emails, you can set up automatic forwarding in your mail client so new emails will be automatically forwarded to your @zapiermail.com email address. Check the documentation for your specific email app for instructions on how to complete this step. When you set up auto-forwarding, you may need to verify your @zapiermail.com email a"
|
|
},
|
|
"slack": {
|
|
"slug": "slack",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Slack app on Zapier, you must have: A Slack account (free or paid plan). If your workspace's apps are managed or restricted, you'll need a Slack workspace owner or admin permissions to install the Zapier app . Available app installation slots (free Slack plans are limited to 10 apps total per workspace)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Slack to Zapier To create an app connection to Slack on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Slack . Click Add connection . A new browser tab or window will open. Log into Slack to authenticate. Grant Zapier permission to access",
|
|
"Connect to your Slack account to Zapier . Within Slack, in the left-hand nav under Apps click \u201cAdd more apps\u201d. Next, in Browse Apps search for Zapier Click \u201cGet Started\u201d. Next, you'll be asked to give Zapier permission to access your Zapier Slack workspace. Click \"Allow\". Your setup is complete! You can head back into to your Slack workspace and click the \"Home\" tab in the Zapier app to use the App Home."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Avoid Slack rate limits with our new features",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32849785521549-Avoid-Slack-rate-limits-with-our-new-features"
|
|
},
|
|
{
|
|
"title": "Important update for Slack users who use the legacy Workflow Builder",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29930562747149-Important-update-for-Slack-users-who-use-the-legacy-Workflow-Builder"
|
|
},
|
|
{
|
|
"title": "How to get started with Slack on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495993391629-How-to-get-started-with-Slack-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Tips for formatting Slack messages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496025607181-Tips-for-formatting-Slack-messages"
|
|
},
|
|
{
|
|
"title": "How to find Slack member, channel, and user group IDs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34634861619213-How-to-find-Slack-member-channel-and-user-group-IDs"
|
|
},
|
|
{
|
|
"title": "Extracting an attachment from Slack messages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495990498957-Extracting-an-attachment-from-Slack-messages"
|
|
},
|
|
{
|
|
"title": "How to interact with Slack's approval bot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35890982165389-How-to-interact-with-Slack-s-approval-bot"
|
|
},
|
|
{
|
|
"title": "How to trigger Zap workflows from Slack thread messages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36083516665229-How-to-trigger-Zap-workflows-from-Slack-thread-messages"
|
|
},
|
|
{
|
|
"title": "Using Zapier's App Home in Slack",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496099967757-Using-Zapier-s-App-Home-in-Slack"
|
|
},
|
|
{
|
|
"title": "How to set up Slack's Request Approval action in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35891060646413-How-to-set-up-Slack-s-Request-Approval-action-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Common problems with Slack",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495977326477-Common-problems-with-Slack"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. We've introduced two new features to improve the reliability of your Zap workflows using Slack triggers and prevent Slack\u2019s rate limits . New trigger: New Message From Query This polling trigger optimizes API usage by making a single request to Slack, reducing the risk of rate limits . It's perfect for filtering specific messages, making it a more efficient replacement for the Anywhere Message trigger and a filter step. New input field: Optimized data This input field allows you to fetch data from Slack more quickly and reliably, reducing the impact of rate limits. It's compatible with the following triggers: New Public Message Posted Anywhere New Message Posted to Slack Channel New Message From Query The following table outlines the high-level differences in output fields based on whether you use the Optimized data field: **Type of information** **Results without optimized data** **Results with optimized data** User information Name, profile picture URL, phone, email User ID Message Content Yes Yes Timestamp Yes Yes Channel information Name, ID Name, ID, Type Team information Name, URL ID, URL Reply information No Yes Bot information No Yes"
|
|
},
|
|
"google-sheets": {
|
|
"slug": "google-sheets",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Sheets app on Zapier, you must have: No paid Google Sheets plan required. Permissions required: For trigger and search actions: viewer, commenter, or editor permissions. For create and update actions: editor permissions. If using Google Workspace (formerly G Suite): third-party app access must be enabled."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Sheets to Zapier To create an app connection to Google Sheets on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Sheets . Click Add connection . A new browser tab or window will open. Log into Google Sheets to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Work with Google Sheets in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496276985101-Work-with-Google-Sheets-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Find and update spreadsheet rows in Google Sheets on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495978803213-Find-and-update-spreadsheet-rows-in-Google-Sheets-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Sheets on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495994922509-How-to-get-started-with-Google-Sheets-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: Required field \"Lookup Value\" (lookup_value) is missing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28137698886413-Google-Sheets-error-Required-field-Lookup-Value-lookup-value-is-missing"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: Required field \"Row\" (row) is missing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28417903377677-Google-Sheets-error-Required-field-Row-row-is-missing"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: Unable to get a value when looking for \"responses\". Is it empty or missing?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27905708080141-Google-Sheets-error-Unable-to-get-a-value-when-looking-for-responses-Is-it-empty-or-missing"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27870373660557-Google-Sheets-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: Zap not triggering",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29384048552205-Google-Sheets-error-Zap-not-triggering"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: There was an error writing to your Google Sheets, unable to parse range",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25804519400461-Google-Sheets-error-There-was-an-error-writing-to-your-Google-Sheets-unable-to-parse-range"
|
|
},
|
|
{
|
|
"title": "Google Sheets error: \u201cthe app returned\u201d \u201cthe caller does not have permission\u201d",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25900528877837-Google-Sheets-error-the-app-returned-the-caller-does-not-have-permission"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:14 In order to use Google Sheets , you must follow several rules to use your spreadsheet in your Zap workflows. Note While the UI in this video is outdated, the core functionality remains similar in most current versions. Spreadsheet formatting Any spreadsheet you use in your Zap must: Include headers in the first row. Clearly label each column with a descriptive name in the first row. This will tell Zapier where to send or receive data from. Not contain multiple headers. Headers are only recognized in the first row. Zapier will not recognize headers in any other row of your worksheet. Consider using separate worksheets within the workbook for better organization. Not contain punctuation in the spreadsheet or worksheet names . Symbols such as colons (:) will make it harder for Zapier to find the right spreadsheet. Avoid blank rows between rows that contain values. If you're trying to use a Zap to add new rows to your spreadsheet, it will always add rows after the last row with values. Similarly, rows with formulas, but no visible values are not considered empty. Spreadsheet permissions You must have the following permissions to use Google Sheets with Zapier: For trigger and search actions: viewer, commenter, or editor permissions. For create and update actions: editor permissions. If your company uses Google Suite: third-party app access . File size Google Sheets triggers are limited to 30MB or less, while actions can handle files up to 50MB. Spreadsheet updates and maintenance If you update your spreadsheet while your Zap is turned on, your Zap may error or you may see unexpected behaviors. The connection between Zapier and your spreadsheet will break if you: Delete existing rows and/or columns. Adding rows anywhere other than to the bottom of your sheet. Sorting your worksheet. Rename, add, or rearrange columns. Rename your spreadsheet or worksheet. Frozen, hidden or protected columns or rows. If you need to update your sheet, first: Go to the Zap workflows page and turn off any Zap workflows connected to your spreadsheet. Update your spreadsheet. Unfreeze, unhide or unprotect columns or rows. Re-test the Google Sheets triggers or actions in any connected Zap workflows. You may need to remap fields . Publish your Zap. You must repeat this process every time you or a teammate updates the spreadsheet. Tip You can find and update spreadsheet rows dynamically in Google Sheets."
|
|
},
|
|
"typeform": {
|
|
"slug": "typeform",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Typeform app on Zapier, you must have: An active Typeform account (free or paid plan). At least one published Typeform ready for integration. Add Zapier to Typeform's"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Typeform to Zapier To create an app connection to Typeform on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Typeform . Click Add connection . A new browser tab or window will open. Log into Typeform to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Typeform",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495993033997-Common-Problems-with-Typeform"
|
|
},
|
|
{
|
|
"title": "How to get started with Typeform on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495992982029-How-to-get-started-with-Typeform-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Typeform – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Typeform Common Problems with Typeform Updated March 05, 2026 13:11 My Form responses stopped sending to the other app(s) in my Zap Typeform questions are the key that is sent to Zapier, and the response is the value . For example, this response here: Looks like this in Zapier (task history/editor): If you change the wording of your Typeform question after you've set up your Zap, you will want to go into your Zap and re-test the Typeform trigger to pull in some fresher data (with the newly worded questions). Then you will re-select these answers in the action steps of your Zap to \"re-map\" these form responses. Some of the fields from my form are missing If two questions in a Typeform form are exactly the same, we'll only receive the results for the last one that was filled out. You'll need to change the name of the field just slightly in Typeform so that we can tell the difference. I'm seeing 1s or 0s as answers to my questions Any field in Typeform that's set up using the \"Yes/No\" question type will show a 1 for yes and a 0 for no in Zapier. If you want the Typeform data to appear in Zapier as a word or phrase rather than a number, try setting up your form so that it uses the multiple choice question type instead. I'm missing answers to multiple choice questions If you have a multiple choice question and it includes the \"other\" option: you will have to map an additional field in order to make sure you capture responses that used that option. Typeform treats it like a different response than those that used the given options. An easy way to figure out what you have to add is to take the regular response (from one of the given choices) and change the word \"choice\" to \"other\". So if the sample data showed this (list_29962036_choice) you can paste this wherever you need it and it will create the field: {% verbatim %} {{insert-zap-id-here__list_29962036_other}} {% endverbatim %} You can find the Zap ID in your browser's address bar: I'm not getting all the data from a multiple / Picture choice question: For example, I have a multiple choice question that has 4 Options (One, Two, Three, Four) If you only answer 1 and 3 then do a test for the TypeForm Trigger , the editor would only show those 2 options that can then be mapped to the Actio"
|
|
},
|
|
"gmail": {
|
|
"slug": "gmail",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Gmail app on Zapier, you must have: A Gmail account (either free or paid). To send emails from another email address, you must have an alternative email ( email alias ) set up in Gmail. If Google's Advanced Protection Program is enabled on your account, you must disable it to use the Gmail app with Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Gmail to Zapier To create an app connection to Gmail on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gmail . Click Add connection . A new browser tab or window will open. Log into Gmail to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Gmail on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495933589645-How-to-get-started-with-Gmail-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Gmail error: Invalid id value",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28787201163661-Gmail-error-Invalid-id-value"
|
|
},
|
|
{
|
|
"title": "Gmail app restrictions have been removed for personal Gmail accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25394556709517-Gmail-app-restrictions-have-been-removed-for-personal-Gmail-accounts"
|
|
},
|
|
{
|
|
"title": "Gmail error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28552486385677-Gmail-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Gmail error: The app returned \"Unauthorized\"",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28552464599949-Gmail-error-The-app-returned-Unauthorized"
|
|
},
|
|
{
|
|
"title": "Gmail error: Quota exceeded for quota metric 'Queries' and limit 'Queries per minute per user' of service 'gmail.googleapis.com' for consumer",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28741574606093-Gmail-error-Quota-exceeded-for-quota-metric-Queries-and-limit-Queries-per-minute-per-user-of-service-gmail-googleapis-com-for-consumer"
|
|
},
|
|
{
|
|
"title": "Gmail error: To send a message, it needs at least one To, Cc or Bcc address",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28552227583373-Gmail-error-To-send-a-message-it-needs-at-least-one-To-Cc-or-Bcc-address"
|
|
},
|
|
{
|
|
"title": "Gmail error: The value in the \"To\u201d field is invalid",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28551942623373-Gmail-error-The-value-in-the-To-field-is-invalid"
|
|
},
|
|
{
|
|
"title": "Why isn't my signature Gmail displaying in the dropdown?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496085668237-Why-isn-t-my-signature-Gmail-displaying-in-the-dropdown"
|
|
},
|
|
{
|
|
"title": "What HTML tags are supported in Gmail?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496101927181-What-HTML-tags-are-supported-in-Gmail"
|
|
},
|
|
{
|
|
"title": "Common Problems with Gmail on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495919107853-Common-Problems-with-Gmail-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Gmail on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Gmail How to get started with Gmail on Zapier Updated February 17, 2026 10:05 Gmail and Zapier help you automate your inbox to save time. You can use triggers like new emails or attachments to automatically send new emails, create drafts, or manage labels. Prerequisites To use the Gmail app on Zapier, you must have: A Gmail account (either free or paid). To send emails from another email address, you must have an alternative email ( email alias ) set up in Gmail. If Google's Advanced Protection Program is enabled on your account, you must disable it to use the Gmail app with Zapier. Connect Gmail to Zapier To create an app connection to Gmail on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gmail . Click Add connection . A new browser tab or window will open. Log into Gmail to authenticate. Grant Zapier permission to access your account if prompted to. Your Gmail account is now successfully connected to Zapier. About Gmail's app Triggers, searches, and actions Triggers New Attachment (Polling) - Triggers when you receive a new attachment. New Labeled Conversation (Polling) - Triggers the first time a label is added to a conversation. Replies within that conversation will not trigger again. New Email (Polling) - Triggers when a new email appears in the specified mailbox. New Starred Email (Polling) - Triggers when you receive a new email and star it within two days. New Label (Polling) - Triggers when you add a new label. New Labeled Email (Polling) - Triggers when an email is labeled. Also triggers when a reply is added to the conversation. New Email Matching Search (Polling) - Triggers when you receive a new email that matches a search string you provide. New Conversation (Polling) - Triggers when a new email conversations begins in your inbox. Searches Find Email - Finds an email message. Find or Send Email - Finds or creates a specific message. Actions Add Label to Email - Add a label to an email message. Delete Email - Sends an email message to the trash. Get Attachment by Filename - Retrieves a specific Gmail message attachment by Filename. Create Draft Reply - Create a draft reply to an existing email. Send Email - Create and send a new email message. Remo"
|
|
},
|
|
"google-calendar": {
|
|
"slug": "google-calendar",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Calendar app on Zapier, you must have: The necessary permissions to view, add or manage events on the calendar you want to access."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Calendar to Zapier To create an app connection to Google Calendar on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Calendar . Click Add connection . A new browser tab or window will open. Log into Google Calendar to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Tips for working with Google Calendar on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495966760845-Tips-for-working-with-Google-Calendar-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Calendar on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495982223629-How-to-get-started-with-Google-Calendar-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Google Calendar",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495964746381-Common-Problems-with-Google-Calendar"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 Personalize event colors If you want to create events using specific colors depending on event types, you can map the color IDs to your Google Calendar step, using a lookup table. This will then allow you dynamically update the color of calendar events each time the Zap runs. To do so: Create a lookup table step prior to your Google Calendar step. The key should be set as a value to determine which color the calendar event will be. The values should be set as the desired color IDs . In the Google Calendar step, in the Color field, click three dot icon . In the dropdown menu, select Custom . In the Color field, map the lookup table\u2019s output . This should be the color ID. The color you set for a calendar event is only visible in your personal calendar view. Example This is an example of how event titles determine the calendar event color via a lookup table. Key Value 1:1 1 Team meeting 3 Lunch 5 Google Calendar color event table Color ID Color name Google Calendar UI name Color hex Preview 1 Pale blue Peacock #46d6db 2 Pale green Sage #7ae7bf 3 Mauve Grape #dbadff 4 Pale red Flamingo #ffb878 5 Yellow Banana #fbd75b 6 Orange Tangerine #ff887c 7 Cyan Lavender #a4bdfc 8 Gray Graphite #e1e1e1 9 Blue Blueberry #5484ed 10 Green Basil #51b749 11 Red Tomato #dc2127 Create long delays for Zap workflows If you need to delay an action beyond Zapier\u2019s Delay app \u2019s one-month limit, you can use Google Calendar as a workaround. This requires two Zap workflows: The first Zap receives the data and creates an event. The second Zap triggers when the event starts and sends the data from the first Zap to another app. Zap 1 : Trigger: Set the trigger app where the data originates. Action: Google Calendar - Create Detailed Event action. Zap 2 : Trigger: Google Calendar - New Event Start trigger Action: Set the action app where you want the data to be sent. Example You have a form where a person can ask for a specific appointment date, which can be up to three months in the future. If you want to send a reminder email to that person one day before the appointment, your first Zap will capture the date entered in the form and save it to Google Calendar as an event. The second Zap then triggers one day before the event starts and sends the event reminder to the person by email. Filter events by status in Zap workflows To filter events based on their status (free or busy), use the Transparency field with a filter step. Free events: An event is considered free"
|
|
},
|
|
"code": {
|
|
"slug": "code",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites You must have a paid Zapier account to use packages in your Code steps. You need to know the package name you want to use. The package must be publicly available on npm (for JavaScript) or PyPI (for Python). Your responsibilities Note Because you're selecting which third-party packages to use in Code by Zapier (if any), this feature is provided \"as-is\", with no additional warranty or support beyond what is already included for Code by Zapier. When using third-party packages, you (and not Zapier) are responsible for: Selecting packages. Zapier does not provide legal review, code review, or security vetting of third-party packages. Selecting unsuitable code could have undesired or otherwise negative impacts on your workflows, which Zapier is not responsible for. Reviewing licenses. Review and comply with the license and terms of any packages you choose to use. Troubleshooting. Zapier Support cannot help debug code that uses third-party packages. Refer to the package's documentation for help. Security. Packages run with the same permissions as your code. Avoid packages from unknown or untrusted sources. Ongoing maintenance. Packages may become deprecated or develop vulnerabilities. You are responsible for monitoring and updating your packages as needed. Treat packages as third-party software you choose to run in your own environment, subject to each package's license and security posture. Add a package to your Code step 1. Add the package In your Code step, in the Code editor: Click the Packages icon on the left sidebar. Click Update Code . Click Add new package . In the Package name field, enter the name of the package you want to use. The name is case-sensitive. (Optional) In the Package version field, enter a specific version number . If left blank, the latest version is used. Click Save . 2. Import and use the package in your code Next to your package, click the Copy icon to copy the import statement. Paste it in the Code editor. For JavaScript, your ",
|
|
"Prerequisites A Zapier account on any plan. At least one app connection in your Zapier account. Familiarity with JavaScript. Add the SDK to a Code step 1. Add a JavaScript Code step In the Zap editor, click the + icon to add a new step. Search for and select Code . Click the Action event dropdown menu and select Run JavaScript . Click Continue . 2. Enable SDK In the Code section of the Configure tab: Click the Packages icon . Click the @zapier/zapier-sdk (latest) toggle switch on. Zapier automatically imports the package code at the top of the code file. 3. Add your app connections You can create or select your existing app connections to securely call those apps from your Code step. Click the App connection icon. Click + Add connection . Search for and select the app you want to use. Click the Select account connection dropdown menu and select an existing account. - If you need to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect a new account and follow the prompts to connect your app account to Zapier. Once an account is selected, the Account ID Variable field automatically populates with a readable key based on the account label (for example, slack or google_sheets ). This is the identifier you use in your code to reference this connection with connections[\"\"] . (Optional) Click the Account ID Variable field and type a custom key. This can be any name that helps you identify the connection in your code, for example slack_personal or sheets_reporting . Each key must be unique within the step. If you reuse a key, an error appears. (Optional) Click Reset to revert the field to the auto-generated key. Click Save . Repeat this process if you have multiple app connections to add. Note Only the Zap owner can add connections to an SDK step. Collaborators who do not have access to the selected connections cannot edit the step. 4. Write your code When you enable the SDK, Zapier automatically adds the import and initialization code to your Code step. Write your code inside the main function. The SDK provides three main capabilities: Run actions \u2014 Call any Zapier app action using zapier.apps...() . Each app supports three action types: .read \u2014 List or retrieve data (for example, list Slack channels). .write \u2014 Create or update data (for example, send a Slack message). .search \u2014 Find specific records (for example, look up a user by email). Make authenticated HTTP requests \u2014 Use zapier.fetch() to call any API through Zapier's infrastructure. Zapier injects your connection's credentials automatically. Find connections \u2014 Use zapier.findFirstConnection() or zapier.listConnections() to look up available app connections by app key. To find the app key, action key, and input fields for your code, you can use the Zapier SDK CLI in your local terminal. This is optional but helpful for discovering available actions. Use the SDK CLI to look up app keys and actions If you have Node.js installed, log in onc"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Run longer Code steps with extended runtimes",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45405543131021-Run-longer-Code-steps-with-extended-runtimes"
|
|
},
|
|
{
|
|
"title": "Migrate from Zapier Functions to Code by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45230556598157-Migrate-from-Zapier-Functions-to-Code-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Using Code by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45405528551181-Using-Code-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Configure extended runtimes for Code steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45405513032461-Configure-extended-runtimes-for-Code-steps"
|
|
},
|
|
{
|
|
"title": "Use third-party packages in Code steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43800622540045-Use-third-party-packages-in-Code-steps"
|
|
},
|
|
{
|
|
"title": "Important update: Zapier Functions is being deprecated",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45230540637453-Important-update-Zapier-Functions-is-being-deprecated"
|
|
},
|
|
{
|
|
"title": "Generate a Code step using AI (Beta)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15666688064013-Generate-a-Code-step-using-AI-Beta"
|
|
},
|
|
{
|
|
"title": "Use the Zapier SDK in Code steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44955499643917-Use-the-Zapier-SDK-in-Code-steps"
|
|
},
|
|
{
|
|
"title": "How is Code by Zapier usage measured?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45885581698573-How-is-Code-by-Zapier-usage-measured"
|
|
},
|
|
{
|
|
"title": "Use JavaScript code in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496310939021-Use-JavaScript-code-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Code by Zapier action steps can now run for up to 10 minutes with extended runtimes. If your Code steps are failing with timeout errors, you can increase the runtime to give your code more time to complete. Available on plans: Free Professional Team Enterprise Note Billing for extended runtimes begins June 15, 2026. Until then, this feature is free to use. Learn how Code by Zapier usage is measured . What does this mean for you? If you've hit the runtime ceiling on Code steps or had to split logic across multiple Zap workflows, extended runtimes let you consolidate that work into a single step. Longer execution times: Configure a custom max runtime in your Code step settings, up to 10 minutes. Multi-API workflows: Chain multiple API calls, process large datasets, or run complex LLM operations without worrying about timeouts. Works with JavaScript and Python: Extended runtimes are available for both supported languages. Availability Extended runtimes are available for Code by Zapier actions only. Triggers do not support extended runtimes. Get started Learn how to configure extended runtimes for Code steps ."
|
|
},
|
|
"facebook-lead-ads": {
|
|
"slug": "facebook-lead-ads",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Facebook Lead Ads app on Zapier, you must have the follow permissions: The following permissions: Manage Pages . Manage Ad Account . Leads Access - if Lead Access is customized, make sure to give CRM Access to Zapier. You may need to contact the Page Owner or Business Manager admin to request those permissions. A paid Zapier account. Facebook Lead Ads is a premium app on Zapier. Note Zapier offers two versions of the Facebook Lead Ads app integration on Zapier: one for standard accounts and one for Business Admins . The app you should use depends on the permissions of your Facebook account ."
|
|
],
|
|
"connect_steps": [
|
|
"connect Facebook Lead Ads to Zapier. Facebook Lead Ads (for Business Admins) You\u2019ll need to have the following permissions for each page you'd like to use with a Zap: The Facebook page that you\u2019re connecting to must be added to a business portfolio . Your Facebook account must be added to the business portfolio associated with the ad account and Facebook page. You must have full control access for the business asset access associated with the ad account and Facebook page. Once you have the correct permissions, you can connect Facebook Lead Ads (for Business Admins) to Zapier. Note If you update your Facebook Lead Ads permissions , you must reconnect your account to Zapier. Troubleshooting your Facebook permissions If you have trouble setting these permissions, it may mean you do not have admin access. In this case, the business manager admin can implement these changes for you. More information on controlling access to your leads can be found in Facebook's documentation .",
|
|
"Connect Facebook Lead Ads to Zapier To create an app connection to Facebook Lead Ads on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Facebook Lead Ads . Click Add connection . A new browser tab or window will open. Log into Facebook Lead Ads to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "What permissions do I need to use Facebook Lead Ads with Zapier?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496040397965-What-permissions-do-I-need-to-use-Facebook-Lead-Ads-with-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Facebook Lead Ads on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496061306253-How-to-get-started-with-Facebook-Lead-Ads-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Use the Facebook Lead Ads testing tool to create sample leads",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496061345805-Use-the-Facebook-Lead-Ads-testing-tool-to-create-sample-leads"
|
|
},
|
|
{
|
|
"title": "Facebook Lead Ads: Zap not triggering",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25377944537997-Facebook-Lead-Ads-Zap-not-triggering"
|
|
},
|
|
{
|
|
"title": "Facebook Lead Ads: Facebook page not appearing in Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25379968115725-Facebook-Lead-Ads-Facebook-page-not-appearing-in-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Facebook Lead Ads error: Error while retrieving: Cannot read properties of undefined (reading 'map')",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25378170882829-Facebook-Lead-Ads-error-Error-while-retrieving-Cannot-read-properties-of-undefined-reading-map"
|
|
},
|
|
{
|
|
"title": "Facebook Lead Ads error: (#200) user does not have sufficient administrative permission",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25378106209805-Facebook-Lead-Ads-error-200-user-does-not-have-sufficient-administrative-permission"
|
|
},
|
|
{
|
|
"title": "How to remove Zapier access to a Facebook Lead Ads account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496055920013-How-to-remove-Zapier-access-to-a-Facebook-Lead-Ads-account"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"notion": {
|
|
"slug": "notion",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Notion app on Zapier, you must have: An active Notion account (free or paid plan). You need to be a Notion admin to the pages or databses you want to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Notion to Zapier To create an app connection to Notion on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Notion . Click Add connection . A new browser tab or window will open. Log into Notion to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Notion on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496102470541-How-to-get-started-with-Notion-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common problems with Notion on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496040151821-Common-problems-with-Notion-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Notion error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32975117489677-Notion-error-Nothing-could-be-found-for-the-search"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Notion on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Notion How to get started with Notion on Zapier Updated May 29, 2026 18:14 Notion and Zapier connect to automate your work. You can trigger actions when new database items are added and create new items in databases or pages. Prerequisites To use the Notion app on Zapier, you must have: An active Notion account (free or paid plan). You need to be a Notion admin to the pages or databses you want to connect to . You need to grant Zapier access to your pages or databases. If you create new ones after connecting to your Notion account and want to interact with them in your Zap workflows, you'll need to grant Zapier permission in your Notion account . Connect Notion to Zapier To create an app connection to Notion on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Notion . Click Add connection . A new browser tab or window will open. Log into Notion to authenticate. Grant Zapier permission to access your account if prompted to. Your Notion account is now successfully connected to Zapier. About Notion's app Triggers, searches, and actions Notion supports multi-sourced databases. This enables a single database to contain multiple linked data sources. Most triggers and actions require a data source ID. Read more about data sources in Notion . Triggers New Comment (Instant) - Triggers when a new comment is created in your Notion workspace. You can filter by database or specific page. New Data Source Item (Instant) - Triggers when a new item is created in a data source. Updated Content in a Data Source item (Instant) - Triggers when the content in a data source item is updated. Updated Properties in Data Source Item (Instant) - Triggers when one or more properties of a data source item are updated. Updated Content in Page (Instant) - Triggers when the content in a page is updated. Updated Properties on a Page (Instant) - Triggers when one or more properties of a page is updated. Searches Get Page Comments - Retrieves comments from a Page. Get Block - Retrieves a block by ID. Get Block Children - Retrieves child blocks of a parent block or page with support for pagination. Get Page or Database Item by ID - Retrieves a specific page or database item from Notion using its ID. G"
|
|
},
|
|
"hubspot": {
|
|
"slug": "hubspot",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the HubSpot app on Zapier, you must have: An active HubSpot account (free or any paid plan). Super Admin permissions in your HubSpot account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect HubSpot to Zapier To create an app connection to HubSpot on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select HubSpot . Click Add connection . A new browser tab or window will open. Log into HubSpot to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with HubSpot on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495919882253-How-to-get-started-with-HubSpot-on-Zapier"
|
|
},
|
|
{
|
|
"title": "HubSpot: Zap cannot find test records",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37480673342733-HubSpot-Zap-cannot-find-test-records"
|
|
},
|
|
{
|
|
"title": "HubSpot error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30519382168973-HubSpot-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "HubSpot error: You have reached your secondly limit",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30329347407757-HubSpot-error-You-have-reached-your-secondly-limit"
|
|
},
|
|
{
|
|
"title": "HubSpot error: You have reached your ten_secondly_rolling limit",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30329101433869-HubSpot-error-You-have-reached-your-ten-secondly-rolling-limit"
|
|
},
|
|
{
|
|
"title": "Common Problems with HubSpot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495951826445-Common-Problems-with-HubSpot"
|
|
},
|
|
{
|
|
"title": "Find associated information in HubSpot objects on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34772927583373-Find-associated-information-in-HubSpot-objects-on-Zapier"
|
|
},
|
|
{
|
|
"title": "HubSpot error: Object not found. objectId are usually numeric",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30519391493901-HubSpot-error-Object-not-found-objectId-are-usually-numeric"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with HubSpot on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing HubSpot How to get started with HubSpot on Zapier Updated August 15, 2025 09:00 HubSpot and Zapier connect to automate your work. You can trigger actions when forms are submitted or contacts are created and create new contacts, deals, or companies. Prerequisites To use the HubSpot app on Zapier, you must have: An active HubSpot account (free or any paid plan). Super Admin permissions in your HubSpot account. Connect HubSpot to Zapier To create an app connection to HubSpot on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select HubSpot . Click Add connection . A new browser tab or window will open. Log into HubSpot to authenticate. Grant Zapier permission to access your account if prompted to. Your HubSpot account is now successfully connected to Zapier. About HubSpot's app Triggers, searches, and actions Triggers New Company (Polling) - Triggers when new company is available. Company Recently Created or Updated (Polling) - Triggers when a company recently created or updated. Line_item Recently Created or Updated (Polling) - Triggers when a line_item recently created or updated. Deal Property Change (Instant) - Triggers when a specified property is provided or updated on a Deal. Email Subscriptions Timeline (Polling) - Triggers when new email timeline subscription added for the portal. New Form Submission (Instant) - Triggers when a form is submitted. New Contact in List (Instant) - Triggers when a contact is added to the specified list. New Custom Object (Instant) - Triggers when a new custom object is created. New Social Media Message (Polling) - Triggers when a message is posted from HubSpot to the specified social media channel. New Product (Polling) - Triggers when new product is available. New Company Property Change (Polling) - Triggers when a specified property is provided or updated on a company. New Custom Object Property Change (Instant) - Triggers when a specified property is provided or updated on a custom object. New Contact (Polling) - Triggers when new contact is available. Contact Recently Created or Updated (Polling) - Triggers when a contact recently created or updated. Product Recently Created or Updated (Polling) - Triggers when a product recently cre"
|
|
},
|
|
"leadconnector": {
|
|
"slug": "leadconnector",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LeadConnector app on Zapier, you must have: A paid LeadConnector account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect LeadConnector to Zapier To create an app connection to LeadConnector on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LeadConnector . Click Add connection . A new browser tab or window will open. Log into LeadConnector to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with LeadConnector on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496037147789-How-to-get-started-with-LeadConnector-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with LeadConnector on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing LeadConnector How to get started with LeadConnector on Zapier Updated August 05, 2026 14:06 LeadConnector and Zapier connect to automate marketing workflows. Trigger actions when pipeline stages change and update contacts or opportunities. Prerequisites To use the LeadConnector app on Zapier, you must have: A paid LeadConnector account. Connect LeadConnector to Zapier To create an app connection to LeadConnector on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LeadConnector . Click Add connection . A new browser tab or window will open. Log into LeadConnector to authenticate. Grant Zapier permission to access your account if prompted to. Your LeadConnector account is now successfully connected to Zapier. About LeadConnector's app Triggers, searches, and actions Triggers Pipeline Stage Changed - Triggers when the pipeline stage was updated for an opportunity. (Instant) Searches No search actions available for LeadConnector Actions Add/Update Opportunity - Adds or updates an existing opportunity. Stop All Workflows for Lead - Stops all workflow for a lead. Add/Update Contact - Adds or updates an existing contact. Add Lead to Workflow - Adds a lead to an existing workflow. Add Task - Adds a task to the account. Limitations API rate limits apply. LeadConnector's API has rate limits of 100 requests per 10 seconds (burst limit) and 200,000 requests per day (daily limit). Templates View all of LeadConnector's templates . Use cases 4 ways to automate LeadConnector with Zapier How to add leads to LeadConnector from a webhook How to track LeadConnector deals in Google Sheets Add leads from Facebook Lead Ads to LeadConnector Additional LeadConnector resources Zapier's LeadConnector integration page Connect your LeadConnector sub-account with Zapier LeadConnector's Help Center LeadConnector's API documentation"
|
|
},
|
|
"rss": {
|
|
"slug": "rss",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger Zap workflows from new RSS feed items",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496279482125-Trigger-Zap-workflows-from-new-RSS-feed-items"
|
|
},
|
|
{
|
|
"title": "Add items to an RSS feed in a Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496290390157-Add-items-to-an-RSS-feed-in-a-Zap"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 An RSS (which stands for really simple syndication) feed is a way to get simple, stripped-down content from a source on the internet. You often find them on blogs and news sites. As an example, you can take a look at the Zapier blog RSS to see how it looks in your browser. If you\u2019re building a Zap that you\u2019d like to trigger off of an RSS feed, you\u2019ll need to follow a few steps to get that RSS feed up and running with Zapier. 1. Add an RSS trigger In the Zap editor, select the Trigger step. A dialog box will open. In the search box, search for and select RSS by Zapier . The right sidebar will open to the Setup tab. Click the Trigger event field to open the dropdown menu. Select the event that you want to trigger the Zap. You can choose between: New Item in Feed: Best to monitor one RSS feed. New Items in Multiple Feeds : Best for monitoring multiple RSS feeds. Click Continue . 2. Enter the RSS feed URL In the Configure tab, in the Feed URL field, copy and paste the URL of the RSS feed. If your RSS feed is private, enter the username and password needed to access it in the relevant fields. 3. (Advanced) Select what triggers this Zap Zapier recommends using the default option \u201cDifferent Guid/URL\u201d, as it works best for most scenarios. However, advanced users can select from the following three options to trigger this Zap: Different Guid/URL (recommended): Triggers whenever a new URL is added to the RSS feed. Different Content: Triggers when any other content other than the URL changes or is added to the feed. Anything is Different: Triggers whenever any part of the feed changes, including URLs or other content. Once you\u2019ve set your RSS trigger, you\u2019re ready to continue setting up the rest of your Zap."
|
|
},
|
|
"mailchimp": {
|
|
"slug": "mailchimp",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mailchimp app on Zapier, you must have: An active MailChimp account (any plan including the free plan)."
|
|
],
|
|
"connect_steps": [
|
|
"connect MailChimp to Zapier. I\u2019m having the same email addresses adding to all my new subscribers When using the Add/Update subscriber action to create a new subscriber, use data from a previous step when filling the Subscriber Email field. This ensures that the Zap will use the current email address. If you type an email address on the field, it will try to subscribe the same email address every time. My Mailchimp signup form fields are not showing up If you cannot see some fields from your MailChimp account on the Zap editor, scroll to the bottom of the MailChimp step and click Refresh fields . This will update the list of fields available on the Zap. Subscribers won't show up in list immediately if you have double opt-in If your MailChimp list has double opt-in enabled, you won't see any subscribers added by your zap until after that new subscriber clicks through the double opt-in email. However, your task history will show a successful task immediately, even if the subscriber does not confirm the double opt-in email. My tasks show a \"halted\" status MailChimp checks for duplication based on an email address, so if your Zap tries to add an email address that already exists in that list, that task will appear as \"halted\" in your Zap run history. If you'd like to update a subscriber, select Yes from the dropdown menu of the Updated Existing field, in the Set up action section of the MailChimp step. My subscriber isn't triggering the Zap If someone subscribes to a list, then unsubscribes, and later is added back to the list, the Zap will not trigger as it sees it as a duplicate from the first time they subscribed. Unique email addresses will only be sent once. Your Zap may also not trigger as expected if subscribers are imported into MailChimp. In these cases, it's possible to bulk import data into Zap workflows . How do I know which subscribers were added through my Zap? You can look at the Source field on a subscriber record, in your MailChimp list, to see how it w",
|
|
"Connect Mailchimp to Zapier To create an app connection to Mailchimp on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mailchimp . Click Add connection . A new browser tab or window will open. Log into Mailchimp to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Mailchimp error: Invalid Resource - Please provide a valid email address",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33267872022029-Mailchimp-error-Invalid-Resource-Please-provide-a-valid-email-address"
|
|
},
|
|
{
|
|
"title": "Common problems with MailChimp on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495999420173-Common-problems-with-MailChimp-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Mailchimp error: Required field \"Subscriber Email\" (email) is missing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33183992657805-Mailchimp-error-Required-field-Subscriber-Email-email-is-missing"
|
|
},
|
|
{
|
|
"title": "How to get started with Mailchimp on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495967673485-How-to-get-started-with-Mailchimp-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 When using the Mailchimp Add/Update Subscriber action in your Zap workflows, you see the error message \"Invalid Resource - Please provide a valid email address\". You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens when: The mapped field does not contain a valid email address. The mapped field contains more data than just an email address, such as the email address and a telephone number. How to fix it To fix this issue: If the issue only occurs when you test the step, change the value to provide a valid email address. If the mapped field contains more information than just an email address, add a Formatter step after it to: Extract the email address or, Split text to isolate the email address. If the mapped field contains data in an unexpected format, you can use regular expressions (regex) to extract the email address. Before continuing to your Mailchimp step, add a filter to your Zap to ensure an email address exists in the field. Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier users in the Zapier Community. Learn more about getting help. Read our guide on how to get help and support with Zapier to find the best resources for your specific problem."
|
|
},
|
|
"ai": {
|
|
"slug": "ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Migrating from Agents to AI by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/47402591569805-Migrating-from-Agents-to-AI-by-Zapier"
|
|
},
|
|
{
|
|
"title": "AI by Zapier: new model-based pricing starting June 15, 2026",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46597632373389-AI-by-Zapier-new-model-based-pricing-starting-June-15-2026"
|
|
},
|
|
{
|
|
"title": "AI by Zapier model tier pricing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46425475442829-AI-by-Zapier-model-tier-pricing"
|
|
},
|
|
{
|
|
"title": "Add tools to your AI by Zapier step",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45863491098893-Add-tools-to-your-AI-by-Zapier-step"
|
|
},
|
|
{
|
|
"title": "Use AI by Zapier to analyze and return data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496342944013-Use-AI-by-Zapier-to-analyze-and-return-data"
|
|
},
|
|
{
|
|
"title": "AI quick start guide in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18590756459277-AI-quick-start-guide-in-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Migrating from Agents to AI by Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Zapier AI AI by Zapier Migrating from Agents to AI by Zapier July 15, 2026 18:10 Zapier is migrating Agents (agents.zapier.com) to AI by Zapier, a more powerful AI experience built directly into the Zap editor. This guide explains why Zapier is making this change, what changes for you, and how to migrate your agents to AI by Zapier. Why Agents is migrating to AI by Zapier Agents ran as a standalone product at agents.zapier.com. Because it lived outside the core Zapier platform, you could not combine your agents with the full library of Zap triggers, actions, filters, branching logic, and automation history. AI by Zapier brings everything together. Your agent's tool calling, AI reasoning, and autonomous task execution now run inside a single AI by Zapier step in the Zap editor, on the same infrastructure that powers your other Zaps. Benefits of migrating AI by Zapier lets you mix and match, within a single Zap, agentic steps that reason and act autonomously, AI steps for tasks like summarization and classification, and deterministic steps for precise, predictable actions. You are no longer limited to choosing between \"let the agent handle everything\" and \"hard-code every step.\" Granular control Model selection. Choose from Standard, Advanced, and Premium model tiers based on your task's complexity and cost needs, or select a specific model. Per-tool approvals. Turn on Require approval before running for any tool to pause the run and ask for your approval before AI by Zapier uses it. Leave it off for low-risk actions, such as reads, and turn it on for sensitive actions, such as writes. More reliable outcomes Structured output and input fields. Define exactly what fields the AI should return, and pass clear, typed inputs into the step from earlier Zap steps, so results map directly into downstream steps without extra parsing. Full observability in Zap history. Every agentic run is recorded in Zap history alongside your other automations. Open any run to review which tools were called, what data was passed, which model tier was used, and how many tasks it consumed, all from the same interface you use for every other Zap step. Cost control Task-based billing. AI by Zapier uses the same task-based pricing as the rest of Zapier. You no longer manage"
|
|
},
|
|
"looping": {
|
|
"slug": "looping",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Understanding Looping by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42969233918477-Understanding-Looping-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Loop your Zap actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496106701453-Loop-your-Zap-actions"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 21:22 Looping by Zapier lets you run an action or set of actions more than once in a single Zap. Instead of setting up the same action multiple times, you can use a loop to repeat it for each item in a list. Available on plans: Free Professional Team Enterprise Beta This feature is in open beta release. It's available for use but is still in active development and may change. When to use looping Looping is useful when you need to process multiple items individually. Common scenarios include: Adding multiple contacts to a CRM from a list of email addresses. Creating multiple rows in a spreadsheet from line items in an order. Sending individual messages to multiple recipients. Processing each item in an invoice or order separately. Example You have a list of email addresses to add to your contact list, but each Add Contact action will only add 1 contact. Instead of adding multiple Add Contact actions for each contact, you can use a Looping step followed by an Add Contact action. This will loop the Zap through the Add Contact step once for each contact in your list. This way, you only have to set up the Add Contact step once. Note Looping by Zapier allows you to create an intentional loop, unlike accidental Zap loops . How looping works When you add a loop to your Zap: All iterations of the loop execute in parallel (simultaneously), not one after another. Any action that follows a looping step runs once for each value you input into the loop. Each loop iteration results in a separate Zap run in your Zap history. You can create loops from: Text: Split a text string into individual values using a delimiter (like commas) Line items: Loop through each item in a set of line items Numbers: Run a specific number of loop iterations based on a numeric range Task usage Using the Looping by Zapier tool does not count towards your task usage . An action that runs before the loop appears in each Zap run but only uses 1 task. Each action step after the loop uses 1 task for each loop that runs. For example, if your loop runs 500 times, an action step after the looping step uses 500 tasks when the Zap runs. Limitations Nested loops: Nested loops are not supported. You cannot turn on a Zap with more than one Looping by Zapier step. Maximum number of loops: You can set your looping step to run up to 500 times. If you need to loop more than 500 times, contact Zapier support to be added to the feature request. Using loop actions with Paths : You cannot add a"
|
|
},
|
|
"delay": {
|
|
"slug": "delay",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Zapier wants your help improving delay",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33303435847821-Zapier-wants-your-help-improving-delay"
|
|
},
|
|
{
|
|
"title": "Add delays to Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288754829-Add-delays-to-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Common Problems with Delay",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496061204621-Common-Problems-with-Delay"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. In a previous update, we informed you about potential issues with the Delay app , particularly with short delays. This meant that occasionally delays resulted in longer-than-expected delays in Zap workflows. How is Zapier addressing this? To address these, we initially considered a validation rule that would set a minimum of 1 minute. However, we understand that short delays are crucial for many workflows. To ensure the best possible solution, we\u2019re exploring alternative approaches that better meet your needs. Zapier wants to hear from you We\u2019d love to hear from you! If you regularly use delays shorter than one minute, in your Zap workflows, please share your use cases with us in this Zapier form . Your input will help us improve the Delay app and ensure it consistently meets your needs."
|
|
},
|
|
"zapier-tables": {
|
|
"slug": "zapier-tables",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Zapier Tables: find record actions are slow or time out",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32162867109517-Zapier-Tables-find-record-actions-are-slow-or-time-out"
|
|
},
|
|
{
|
|
"title": "Trigger and continue Zap workflows from records",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9881673906701-Trigger-and-continue-Zap-workflows-from-records"
|
|
},
|
|
{
|
|
"title": "Zapier Tables error: Nothing can be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31507364727437-Zapier-Tables-error-Nothing-can-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Transfer existing data using a spreadsheet",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21695863326861-Transfer-existing-data-using-a-spreadsheet"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 06, 2026 16:40 Symptoms When you use either of the Zapier Tables find record actions in your Zap, it shows a 504 (server timeout) error or is slow to finish the Zap run. You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This can happen if you have a large number of records on a table and your table uses a filter that searches for a range of values, such as: Is greater than or equal to Is greater than Is less than or equal to Is less than Is between Is on or after Is after Is before Is on or before How to fix it Use the \"Is exactly\u201d filter operator : To refine your search query in your Find Record step, use the \u201cIs exactly\u201d operator. Sort the filtered field : If you cannot add a filter with the \u201cIs exactly\u201d operator to your Zap, optimize loading times by sorting the field used in your Find Record step."
|
|
},
|
|
"calendly": {
|
|
"slug": "calendly",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Calendly app on Zapier, you must have: Requires a Calendly Standard plan or higher. Available on: Standard, Teams, and Enterprise plans. Admin or owner access is required if using group or organization triggers."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Calendly to Zapier To create an app connection to Calendly on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Calendly . Click Add connection . A new browser tab or window will open. Log into Calendly to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Action required for Calendly (1.0.2) users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34438874719373-Action-required-for-Calendly-1-0-2-users"
|
|
},
|
|
{
|
|
"title": "Common Problems with Calendly on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495981284109-Common-Problems-with-Calendly-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Calendly on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495981235853-How-to-get-started-with-Calendly-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. Calendly is updating to a new app version, which brings several enhancements: Enhanced security : Connect to Calendly using OAuth for a more secure experience. This replaces the previous API Key method. New trigger: Invitee No Show Created : Triggers when an invitee is marked as \u201cno-show\u201d within Calendly. Improved group subscriptions : The new group subscription scope allows you to configure Invitee Created/ Cancelled triggers to be triggered only for certain user groups within Calendly. Expanded data : Additional fields and labels are available to use in your Zap workflows. Impact on your Zap workflows Current Zap workflows : Zap workflows that use the previous Calendly app version (1.0.2) will continue working until April 30, 2025. After this date, these Zap workflows will stop running. Action required : To ensure uninterrupted services, you\u2019ll need to manually update each affected Zap workflows to the latest app version . This may involve remapping fields to accommodate changes. View all affected Zap workflows that use Calendly (1.0.2). You only need to update connections and Zap workflows labels with CalendlyCLIAPI@1.0.2 in the Apps column. Updating your Zap workflows Locate your affected Zap workflows. View all affected Zap workflows that use Calendly (1.0.2) by using the App column. Open each Zap and click on the affected Calendly step . The right sidebar will open to the Setup tab. In the App tab, click Change . Search for and select Calendly as it appears without any specific version numbers. In the Account field, reconnect your app account . Click Continue . In the Configure tab, verify that your fields are set up as expected. Some fields may no longer exist in the updated app version. There are new fields available for use when mapping fields in your Zap workflows. In the Test tab, re-test your trigger or action step to ensure it works as expected. Click Publish to finalize your changes and turn your Zap on. You will need to repeat these steps for each affected Zap."
|
|
},
|
|
"microsoft-outlook": {
|
|
"slug": "microsoft-outlook",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Outlook app on Zapier, you must have: A Microsoft 365 Business or Enterprise account. An Exchange Online mailbox . Administrator consent or approval for third-party application access if your organization has restricted user consent settings. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Microsoft Outlook instance requires IP allowlisting. Connect Microsoft Outlook to Zapier To create an app connection to Microsoft Outlook on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Outlook . Click Add connection . A new browser tab or window will open. Log into Microsoft Outlook to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Microsoft Office: New emails won't trigger Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17502994583949-Microsoft-Office-New-emails-won-t-trigger-Zap"
|
|
},
|
|
{
|
|
"title": "How to get started with Microsoft Outlook on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18836255979277-How-to-get-started-with-Microsoft-Outlook-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated September 05, 2024 16:15 Symptoms When using Microsoft Outlook's New Email trigger in your Zap, the Zap does not run. Your Zap is turned on, but there is no corresponding Zap run in your Zap history. Causes This happens for a few reasons: The sender and receiver of the email are the same. The sender and receiver's domains are the same, and the receiver's email address is a shared inbox. The Zap will not trigger for emails sent to a shared inbox with the same domain as the sender's address. The New Email trigger can only trigger on up to 50 emails per polling interval. How to fix it To fix this: Check the sender's email isn't the same as the email as the connected app account (receiver's email) in your Zap. Send emails from an address with a different domain to your connected app account . For Zapier paid plans, you can adjust the polling interval between 1 and 15 mins."
|
|
},
|
|
"google-drive": {
|
|
"slug": "google-drive",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Drive app on Zapier, you must have: A Google account with access to Google Drive. You also need to have view or edit access to any files or folders you do not own that you want to interact with."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Drive to Zapier To create an app connection to Google Drive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Drive . Click Add connection . A new browser tab or window will open. Log into Google Drive to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Google Drive error: Required field \"file\" (file is missing)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28416820744333-Google-Drive-error-Required-field-file-file-is-missing"
|
|
},
|
|
{
|
|
"title": "Google Drive error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28416466338829-Google-Drive-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Common Problems with Google Drive",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495965264397-Common-Problems-with-Google-Drive"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Drive on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495965163405-How-to-get-started-with-Google-Drive-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 When using either the Google Drive Upload File or Move File action in your Zap workflows, you see the error message \"Nothing could be found\". You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens: When the mapped field from the previous step is blank and is required to upload or move a file in Google Drive. Your file URL is not publicly accessible or downloadable. The mapped field does not contain the file ID that Google Drive expects. How to fix it To fix this issue: Upload File If you have mapped a field containing a file URL in the File field, test if the file's URL is accessible or downloadable: Open an incognito browser and copy and paste the URL into the address bar. Press Enter on your keyboard. One of the following will happen: The file will display in the browser window if it\u2019s a viewable format. The browser will download the file to your computer. If the file cannot be accessed, you may see an error message. This means Zapier cannot access the file. Learn more about sending files in Zap workflows . Ensure the data from the previous step is consistently sent to the Google Drive step, or replace the current mapped field with one that consistently provides a value. If you cannot change the current mapped field, you can add conditional logic using a filter or branching logic with paths to your Zap. This will allow you to define what the Zap should do if the File field receives no data from the previous step. Move File Check the File field either has a file selected or contains a mapped field with the file ID . If you cannot change the current mapped field, you can add conditional logic using a filter or branching logic with paths to your Zap. This will allow you to define what the Zap should do if the File field receives no data from the previous step. If you are using the Find a File action, before your Move File action: Go to your Find a File action step. Select No in the Should this step be considered a \u201csuccess\u201d when nothing is found \u201d dropdown menu. This will halt the Zap run , and prevent any subsequent steps from continuing. In your Zap run, you\u2019ll see the message \u201cHalted Exception: Nothing could be found for the search.\u201d Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . "
|
|
},
|
|
"stripe": {
|
|
"slug": "stripe",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Stripe app on Zapier, you must have: An activated Stripe account. A paid Stripe plan. Administrator permissions on your Stripe account. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Stripe instance requires IP allowlisting. Connect Stripe to Zapier To connect your Stripe account to Zapier, you will need to create a separate connection for either live mode or test mode data. You cannot use the same connection for both. Connecting to live mode Connecting to test mode data Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Stripe . Click Add connection . A Connect an Account page will open in a browser tab or window. Click Yes, Continue to Stripe . Log into Stripe to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to use test mode data with Stripe on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31812286026253-How-to-use-test-mode-data-with-Stripe-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to use Stripe Payment Links with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/10821467221133-How-to-use-Stripe-Payment-Links-with-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Stripe on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496161863693-How-to-get-started-with-Stripe-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems With Stripe",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496000527629-Common-Problems-With-Stripe"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:12 To use test data from your Stripe account when creating Zap workflows, enable Stripe\u2019s test mode . This allows you to test Zap workflows steps without affecting real transactions or moving actual money. You can also use it to test when the Zap is on. This means you to test your Zap workflows with realistic data without impacting your live Stripe account. Supported triggers and actions You can use test mode data with these supported triggers and actions. Triggers Actions Canceled Subscription Checkout Session Completed Failed Payment Invoice Payment Failed New Charge New Customer New Dispute New Subscription New Payment Confirm Payment Create Customer Create Product Find Account Balance Find Charge Find Customer Find Invoice Find Payment 1. Enable Stripe's test mode In your Stripe account: In the top of the left side nav, click the name of your account . A pop-up will appear. Click Switch to sandbox . In the dropdown menu, select Test mode . An bar will appear at the top of your screen, displaying \" Test mode. You're using test data. No real transactions will be processed. \" Test mode is now enabled in your Stripe account. 2. Create a Stripe secret API key Follow Stripe's instructions on how to create a secret API key . 3. Connect to Stripe test mode on Zapier To create an app connection on Zapier to your Stripe account in test mode: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Stripe . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Test mode secret API key field, enter your Stripe secret key . Click Yes, Continue to Stripe . Log into Stripe to authenticate. Select your Stripe account. Click Continue . Your Stripe account is now successfully connected to Zapier. 4. Setting up your supported trigger or action When setting up your Zap with your supported trigger or action, the Configure tab will includes two fields: Use test mode data for the test sample Use test mode data events to trigger Zap Select True to enable either or both of these options. Once enabled, you can test your Zap when it\u2019s turned off or on. The table below explains each options and what its supports: **Field** **Purpose** **Works with** Use test mode data for the test sample Send tests when the Zap is turned off for setup and debugging. Supported triggers and actions . Use test mode data events to trigger Zap Sends tests when the Zap is turned on to simulate real"
|
|
},
|
|
"airtable": {
|
|
"slug": "airtable",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Airtable app on Zapier, you must have: You must verify your email address on Airtable . For Airtable Enterprise Scale plan users, you must grant Zapier access to Airtable in your allowlist . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Airtable instance requires IP allowlisting. Connect Airtable to Zapier To create an app connection to Airtable on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Airtable . Click Add connection . A new browser tab or window will open. Log into Airtable to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Latest update on migrating from Airtable API Keys to OAuth",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22047473894157-Latest-update-on-migrating-from-Airtable-API-Keys-to-OAuth"
|
|
},
|
|
{
|
|
"title": "How to get started with Airtable on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495995404173-How-to-get-started-with-Airtable-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Airtable error: You must provide either \u201cSearch by field\u201d AND \u201cSearch Value\u201d or \u201cSearch Formula\u201d",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30675317221005-Airtable-error-You-must-provide-either-Search-by-field-AND-Search-Value-or-Search-Formula"
|
|
},
|
|
{
|
|
"title": "Airtable error: Nothing can be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30667310717965-Airtable-error-Nothing-can-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Common Problems with Airtable on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496011037453-Common-Problems-with-Airtable-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Airtable error: API billing plan limit exceeded",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33679564719117-Airtable-error-API-billing-plan-limit-exceeded"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. On September 25, 2023, Zapier began to migrate users of Airtable who connected their accounts using API Keys into OAuth. This transition is necessary because Airtable will deprecate API Keys on February 1, 2024. By migrating to OAuth, your Zap workflows can continue running as normal. To ensure Zapier can successfully migrate your Airtable authentication on your behalf, follow these steps before February 1, 2024: Verify your email address in your Airtable account. Confirm you\u2019ve not exceeded Airtable\u2019s limit 20 tokens per user . For Airtable Enterprise Scale plan users, grant Zapier access to Airtable in your allowlist. Zapier will contact you by email if you need to take additional action to ensure a smooth migration of your Zap workflows. Learn more about the automatic migration of Zapier connections ."
|
|
},
|
|
"sms": {
|
|
"slug": "sms",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Important update for SMS by Zapier users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24178576809613-Important-update-for-SMS-by-Zapier-users"
|
|
},
|
|
{
|
|
"title": "Send text messages in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496258419341-Send-text-messages-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. We want to keep you informed about a significant change that impacts how you use SMS with Zapier , especially for our users with T-Mobile phone numbers. Here's what you need to know: Carrier Restrictions: T-Mobile has introduced A2P 10DLC non-compliance fines for SMS messages, including prohibited content, effective February 15, 2024. As a result, SMS by Zapier will no longer support numbers associated with T-Mobile carriers February 16, 2024. Affected users will encounter errors when attempting to send an SMS to a T-Mobile phone number. Disabled Zap workflows: Zapier has disabled live Zap workflows that were in violation of T-Mobile\u2019s content policies over the past month and notified affected accounts. Identify and troubleshoot Zap errors: SMS app accounts connected to T-Mobile carriers will no longer work starting Feb 16, 2024. View all of your Zap workflows that use SMS by Zapier . You will receive email alerts for affected Zap workflows that begin to encounter errors. Zap workflows that error 95% or more of the time over the past 7 days are automatically turned off unless you\u2019ve enabled error ratio override in your Zap workflows (only available in Professional, Team, and Company plans ). Zapier will notify you by email when your Zap workflows turn off. On the Zap history page and in the Zap editor , affected Zap runs will display the error message: Numbers from T-Mobile are not supported . Alternative solutions Zapier understands this update might disrupt your workflow. We are exploring options to once again support T-Mobile numbers in the future. As a workaround, we recommend exploring other SMS apps, such as Twilio or WhatsApp Notifications . These services offer robust alternatives for your messaging needs, depending on your specific requirements. You can explore additional SMS apps in the App Directory. If you need more assistance to create continuity for your SMS needs: You can work with a Zapier Expert to explore alternative options. You can post in the Zapier Community to chat with fellow automators. You can reach out to T-Mobile or Twilio with questions, comments, and feedback about their policies. Update as of Wednesday, February 21, 2024: As part of the recent changes to impose carrier restrictions, Zapier was notified that carriers outside of T-Mobile were being blocked inadver"
|
|
},
|
|
"gravity-forms": {
|
|
"slug": "gravity-forms",
|
|
"auth_signals": [
|
|
"basic_auth",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Gravity Forms app on Zapier, you must have: A Gravity Forms Pro or Elite license. The Gravity Forms Zapier add-on downloaded and installed on your WordPress site. An SSL certificate installed and configured on your website. Your website must be accessible to the internet (Zapier needs to reach your site via REST API). A WordPress user account with the gravityforms_edit_forms capability and Read/Write privileges for creating REST API keys. A Gravity Forms REST API v2 key (Consumer Key and Consumer Secret) created in your WordPress admin. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Gravity Forms instance requires IP allowlisting. Connect Gravity Forms to Zapier To create an app connection to Gravity Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gravity Forms. Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Site URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Gravity Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495956857357-Common-problems-with-Gravity-Forms-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Gravity Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495987809933-How-to-get-started-with-Gravity-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 01, 2024 13:36 I\u2019m not seeing my feeds in Gravity Forms Check your Gravity Forms API logs to see if there are any logs for your feeds. Logs will show: The REST API basic authentication and OAuth tests. Whether you\u2019re connecting to the right one in Zapier. A GET request for each connection attempt. A GET request each time Zapier reads your forms. A POST request when the Zap is turned on and when a feed is created. A DELETE request when your Zap is turned off. A /standard/ hook for new API requests. A /catch/ for legacy API requests. If you don\u2019t see these logs, this is an issue with the REST API setup in WordPress. This may be due to issues with: Basic authentication in WordPress Go to your WordPress Admin Dashboard. Click Tools . Select the Site Health . Test your authorization headers. The security item for the authorization header should say, The authorization header is working as expected. Go back to Tools . Select Site Health for Authentication Headers . If there are any errors, have your Server Host check that the server that hosts your site has CGIPassAuth directive enabled. Read more about WordPress: Basic authentication issues . General authentication issues . HT access . REST API issues . Bad redirection in WordPress Your redirection rules or another WordPress plugin is routing the REST API requests and remove the POST or DELETE from your request. This leaves a default GET request. This can occur when you enter your site URL: Without \u201cwww.\u201d if your URL requires it. Or if you enter your site URL with \u201cwww.\u201d when it does not require it. WordPress plugins Certain WordPress plugins like WordFence can block the REST API. Try adding https://hooks.zapier.com/ to your safe list in your security settings. You may have to disable these plugins if that doesn't work. CloudFlare If you\u2019re using CloudFlare, contact their support to allowlist your API connections. Some fields are empty but I know they are filled out! This isn't uncommon if you have multiple fields in a form with the same label. Zapier recommends adjusting each label to be unique. As a result, you will need to test your test again and remap the fields in your Zap. Errors in testing or blank test data Gravity Forms has blank sample data to start with so Zapier can recognize all the fields from the form. To test your Zap with real data, you'll need to do 3 things: Submit the form you have set up yourself, being sure to fill out all fields Go to the test option of the trigger step of "
|
|
},
|
|
"salesforce": {
|
|
"slug": "salesforce",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Salesforce app on Zapier, you must have: A paid Zapier plan. Salesforce is a premium app on Zapier. A Salesforce account with Sales/Service edition (including Essentials, Professional, Enterprise, Unlimited, or Performance editions). My Domain configured in your Salesforce org ( Custom Domains are not supported). Zapier approved as an External Client App in your Salesforce org. If your organization requires a custom app, follow the Salesforce administrator prerequisites guide. Appropriate user, object, and field permissions in Salesforce for the connecting user. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to",
|
|
"Prerequisites Before you create the External Client App, confirm you have: Administrator permissions in your Salesforce org. Access to Salesforce Setup. My Domain configured in your org. 1. Create an External Client App In Salesforce, click the gear icon and select Setup . In the Quick Find box, search for External Client App Manager . Click Create New External Client App . Enter the following basic information: External Client App Name: A name for the app (for example, Zapier ). Contact Email: Your admin email address. Distribution State: Select Local . Scroll down to the API (Enable OAuth Settings) section and select the Enable OAuth checkbox. In the Callback URL field, enter: https://zapier.com/dashboard/auth/oauth/return/SalesforceCLIAPI/ Under Selected OAuth Scopes , add all four of the following scopes. Zapier's authorization request includes every one of them, and Salesforce rejects the connection with an invalid_scope error if any one of them is missing. Access the identity URL service (id) Manage user data via APIs (api) Perform requests at any time (refresh_token, offline_access) Full access (full) Uncheck Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows . Click Create . Note Full access (full) is required and cannot be omitted. It does not grant Zapier more access than the connecting user already has: their Salesforce profile and permission sets still control which records and fields Zapier can reach. If Full access (full) is not enabled on the app, the connection cannot be authorized at all. 2. Configure the refresh token policy Configure the refresh token policy so connections remain active. In Setup, go to External Client App Manager . Open the app you created. Click the Policies tab, then click Edit . Under Refresh Token Policy , select Refresh token is valid until revoked . Leave Refresh Token Rotation disabled. Click Save . Note Zapier stores a single refresh token for each connection and cannot save a replaceme"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Salesforce to Zapier To create an app connection to Salesforce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Salesforce . Click Add connection . A new browser tab or window will open. Log into Salesforce to authenticate. Grant Zapier permission to access",
|
|
"connect Salesforce to Zapier . As of the Salesforce Spring '26 release, External Client Apps replace Connected Apps for new setups. Existing Connected Apps are unaffected and continue to work. The OAuth scope and refresh token requirements in this guide apply to both External Client Apps and Connected Apps. Prerequisites Before you create the External Client App, confirm you have: Administrator permissions in your Salesforce org. Access to Salesforce Setup. My Domain configured in your org. 1. Create an External Client App In Salesforce, click the gear icon and select Setup . In the Quick Find box, search for External Client App Manager . Click Create New External Client App . Enter the following basic information: External Client App Name: A name for the app (for example, Zapier ). Contact Email: Your admin email address. Distribution State: Select Local . Scroll down to the API (Enable OAuth Settings) section and select the Enable OAuth checkbox. In the Callback URL field, enter: https://zapier.com/dashboard/auth/oauth/return/SalesforceCLIAPI/ Under Selected OAuth Scopes , add all four of the following scopes. Zapier's authorization request includes every one of them, and Salesforce rejects the connection with an invalid_scope error if any one of them is missing. Access the identity URL service (id) Manage user data via APIs (api) Perform requests at any time (refresh_token, offline_access) Full access (full) Uncheck Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows . Click Create . Note Full access (full) is required and cannot be omitted. It does not grant Zapier more access than the connecting user already has: their Salesforce profile and permission sets still control which records and fields Zapier can reach. If Full access (full) is not enabled on the app, the connection cannot be authorized at all. 2. Configure the refresh token policy Configure the refresh token policy so connections remain active. In Setup, go to Exter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Salesforce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496020790925-How-to-get-started-with-Salesforce-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Tips and tricks with Salesforce triggers and actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496020846605-Tips-and-tricks-with-Salesforce-triggers-and-actions"
|
|
},
|
|
{
|
|
"title": "Salesforce administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44572745697421-Salesforce-administrator-prerequisites-for-Zapier-connection"
|
|
},
|
|
{
|
|
"title": "Salesforce error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30546219263245-Salesforce-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Common Problems with Salesforce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496037541005-Common-Problems-with-Salesforce-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Salesforce on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Salesforce How to get started with Salesforce on Zapier Updated August 10, 2026 10:41 Salesforce and Zapier connect to automate your CRM work. You can trigger actions when new leads or contacts are added and create or update records. Available on plans: Free Professional Team Enterprise Prerequisites To use the Salesforce app on Zapier, you must have: A paid Zapier plan. Salesforce is a premium app on Zapier. A Salesforce account with Sales/Service edition (including Essentials, Professional, Enterprise, Unlimited, or Performance editions). My Domain configured in your Salesforce org ( Custom Domains are not supported). Zapier approved as an External Client App in your Salesforce org. If your organization requires a custom app, follow the Salesforce administrator prerequisites guide. Appropriate user, object, and field permissions in Salesforce for the connecting user. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Salesforce instance requires IP allowlisting. Set up a custom Salesforce app for Zapier If your organization requires a custom app for third-party integrations, a Salesforce administrator must create an External Client App for Zapier. New custom apps in Salesforce are created as External Client Apps; Connected Apps can no longer be created through Salesforce Setup. Follow the Salesforce administrator prerequisites guide to complete this setup. Note Previously created Connected Apps continue to work and do not need to be migrated. Connect Salesforce to Zapier To create an app connection to Salesforce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Salesforce . Click Add connection . A new browser tab or window will open. Log into Salesforce to authenticate. Grant Zapier permission to access your account if prompted to. Your Salesforce account is now successfully connected to Zapier. Troubleshoot Salesforce app connection If you select sandbox and your account does not support a sandbox environment, you'll receive the following message \"Please check your username and password. If you still can't log in, contact your Salesforce administrator.\" If you receive the error "
|
|
},
|
|
"email-parser": {
|
|
"slug": "email-parser",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger Zap workflows from new parsed emails",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496292952973-Trigger-Zap-workflows-from-new-parsed-emails"
|
|
},
|
|
{
|
|
"title": "Set up your Email Parser account in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496306000269-Set-up-your-Email-Parser-account-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Common problems with Email Parser by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495976565005-Common-problems-with-Email-Parser-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Emails are parsed incorrectly in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496246139661-Emails-are-parsed-incorrectly-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Transfer mailboxes between email parser accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42442099551757-Transfer-mailboxes-between-email-parser-accounts"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 Note Email Parser by Zapier allows you to send emails to a custom \"@robot.zapier.com\" address and extract any data for use later in a Zap. Before you can trigger from new emails received by this address, you\u2019ll need to set up your mailbox and template . Once you\u2019ve done that, read on to learn how to set up a Zap that runs every time an email is received at your new address. 1. Select your trigger app and action In the Choose App field of the first step of your Zap, search for Email Parser by Zapier and select it. Select New Email for the trigger event Select Continue . 2. Connect your Email Parser account Select Sign in to Email Parser by Zapier . In the popup window, select Authorize to connect your account. Select Continue . 3. Select the mailbox you want to monitor Select a mailbox from the list. Select Continue . Any email sent to the email address of the mailbox you selected will cause this Zap to run. 4. Test your step Select Find Email to tell Zapier to check for any emails in the mailbox. If Zapier finds an email, your test is successful and you can continue. If there are no emails yet in the mailbox, send one to it and re-test this step. Note If an email contains more than one attachment, these will be shown as a zipped file. Once you\u2019ve set your trigger step you can continue by setting up your action . If you only want to run your Zap if certain data is present in the email, consider adding a filter . Once you finish and turn on your Zap, it will run every time a new email is received by the @robot.zapier.com email address you set up."
|
|
},
|
|
"google-docs": {
|
|
"slug": "google-docs",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Docs app on Zapier, you must have: A Google account with access to Google Docs. Appropriate permissions to access the Google Docs you want to use in your Zap workflows (view or edit access for documents you do not own)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Docs to Zapier To create an app connection to Google Docs on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Docs . Click Add connection . A new browser tab or window will open. Log into Google Docs to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Google Docs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495982583053-Common-Problems-with-Google-Docs"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Docs on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495967034765-How-to-get-started-with-Google-Docs-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Google Docs error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28490444947085-Google-Docs-error-Nothing-could-be-found-for-the-search"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Google Docs – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files Google Docs Common Problems with Google Docs Updated July 27, 2023 09:35 My settings in Google Docs are not being respected when using the Create Document actions The Google Docs API does not respect any settings you have configured in the Google Docs app settings in regards to defaults for documents created by Zapier. My template fields aren't appearing in Zapier or they all have generic names This may be due to your template format. Remove any HTML formatting, and check your template field formatting. Remove any HTML formatting If you copy and pasted fields in your template, they may contain HTML formatting. The HTML formatting won't be visible in your Google Doc, but you will need to remove it before using your Doc in Zapier. There are two ways to delete the HTML in your Google Docs template: Manually enter the template field Delete the template field and the text around the template field Manually type in the template field and the text around it. Remove formatting Highlight the template fields. In the top menu, click Format . Select Clear formatting . If you already selected the template in your Zap, click Refresh fields at the bottom of your Google Docs step. This will reload your template and display your template fields. Check your template field formatting To correctly format your template fields in Google Docs: Template fields must be wrapped in double curly braces. Remove any spaces. Remove any special characters like punctuation marks. Example Here\u2019s an example of a properly formatted template field: {{MyTemplateField}} . Learn more about how to create and autopopulate a Google Docs template . My template doesn't appear in the Create Document from Template Action step The Create Document from Template Action will only display templates that you created in Google Docs. It won't display existing templates created by Google Docs. Learn more about each template type ."
|
|
},
|
|
"trello": {
|
|
"slug": "trello",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Trello app on Zapier, you must have: An active Trello account (free Personal plan or any paid plan). Membership in the Trello boards you want to use with Zapier (some triggers or actions will not work if you haven't joined the specific board)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Trello to Zapier To create an app connection to Trello on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Trello . Click Add connection . A new browser tab or window will open. Log into Trello to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Trello on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495969213837-Common-problems-with-Trello-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Trello on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495921364237-How-to-get-started-with-Trello-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated September 01, 2025 14:42 How do I format my Trello cards? To format your Trello cards use Markdown syntax . Not all activities are triggering my Zap If you're using the New Activity or New Comment in Card triggers, you'll need to select a board to monitor. Not selecting a board means that only activities (or comments) that you created will be triggered. With a board selected, all activities and comments will trigger the zap. Clickable URLs For Trello New Card triggers, we provide the clickable URL directly. However, if you use New Activity or you will need to look for Data Card URL or similar. This will vary based on what sort of item triggers the activity. For example, cards vs. comments vs. checklists all generate activity, but have the clickable URL on different labels. New Notification doesn't give you a direct URL, so you will have to build it yourself. Private and Public Boards Zapier supports both private and public Trello boards. Not triggering on New Card when the Zap is looking for new cards on ANY board If you are trying to trigger on new cards across all boards on your Trello account, you will need to be a member on those cards for the Zap to pick them up. Alternatively, you'll need to build a zap for each board you want to trigger new cards off of. Error 429 - Rate limit exceeded In rare cases, Trello actions can run into Trello's API limits, which are 300 calls every 10 seconds. If you see an error like this, if you're able to have fewer items trigger at once that will help. Also, adjusting your zap to use fewer items that result in extra API calls, like due dates and checklist items, can help avoid that error. Error: Invalid Value for Value This error message can happen if you set a custom text value in the Label field. Changing it to a default color from the dropdown should solve the issue. If you want to dynamically set the label, you'll need two extra steps: Find/create label (searching on the label name from a previous step) Add label to card I'm getting an error when trying to move my card to a different list The current \"Move card to a different list\" action only works for moving between lists on the same board. You can't move a card to a different board, but you can create a card on a different board that has the same name and description. My Zap is creating Trello cards on the wrong board This can happen if you have lists with the same names across multiple boards. To solve this, make sure to always reselect both the board na"
|
|
},
|
|
"jotform": {
|
|
"slug": "jotform",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jotform app on Zapier, you must have: A Jotform account (free Starter plan or any paid plan). At least one published form in your Jotform account to connect."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Jotform to Zapier To create an app connection to Jotform on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jotform . Click Add connection . A Connect an Account page will open in a browser tab or window. You can complete the following optional fields: Account HIPAA Compliant? Do You Use European Datacenters? If you're unsure how to answer, you can find this information in"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Jotform on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496003142925-How-to-get-started-with-Jotform-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Jotform values are missing or incorrect",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496086266253-Jotform-values-are-missing-or-incorrect"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Jotform on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Jotform How to get started with Jotform on Zapier Updated August 15, 2025 13:21 Jotform and Zapier connect to automate form workflows. You can trigger actions when new submissions are received and create new submissions or assign forms. Prerequisites To use the Jotform app on Zapier, you must have: A Jotform account (free Starter plan or any paid plan). At least one published form in your Jotform account to connect. Connect Jotform to Zapier To create an app connection to Jotform on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jotform . Click Add connection . A Connect an Account page will open in a browser tab or window. You can complete the following optional fields: Account HIPAA Compliant? Do You Use European Datacenters? If you're unsure how to answer, you can find this information in your Jotform account settings. Click Yes, Continue to Jotform. Log into Jotform to authenticate. Grant Zapier permission to access your account if prompted to. Your Jotform account is now successfully connected to Zapier. About Jotform's app Triggers, searches, and actions Triggers New Submission (Instant) - Triggers when a new submission has been added to a specific. form. New Signed Document (Polling) - Triggers when a signed document is received. Searches No search actions are available for Jotform. Actions Assign Form - Invite assignees to complete your form. Create Submission - Generate a new submission for your form. Assign Prefilled Form - Invite assignees to complete your pre-populated form. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Daily API call limits based on plan type . Free Jotform accounts are limited to 1,000 API requests per day, Bronze accounts to 10,000 requests per day, Silver to 50,000, and Gold to 100,000. These limits reset at midnight EST and can cause integrations to fail when exceeded. For branded accounts (i.e. yourcompanyname.jotform.com) and sub-user accounts, you must use the Jotform Enterprise app instead of this integration. Templates View all of Jotform's templates . Use cases 5 ways to automate Jotform Add new Jotform responses to Excel Connect J"
|
|
},
|
|
"activecampaign": {
|
|
"slug": "activecampaign",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ActiveCampaign app on Zapier, you must have: A paid ActiveCampaign plan. If user permissions are enabled in your ActiveCampaign account, make sure you have the necessary access to specific features like Lists and Campaigns. If not, contact your ActiveCampaign administrator."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ActiveCampaign to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with ActiveCampaign",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495914552077-Common-Problems-with-ActiveCampaign"
|
|
},
|
|
{
|
|
"title": "How to get started with ActiveCampaign on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495914434573-How-to-get-started-with-ActiveCampaign-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with ActiveCampaign – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing ActiveCampaign Common Problems with ActiveCampaign Updated March 05, 2026 12:40 ActiveCampaign On-Site Support Right now, Zapier can only be used with ActiveCampaign's hosted version (the one on activecampaign.com). If you are using the on-site (self-installed on your own server) then you will not be able to use Zapier with ActiveCampaign right now. Using multi-select custom fields (e.g., multi-selection list or check boxes) When adding multiple options in a multi-select custom field, use double pipes ( || ) as the delimiter between options. To select both \"Option 1\" and \"Option 2\", fill in the field in the action template with Option 1||Option 2 . When using the New Deal Added or Updated Trigger, I would like to trigger on either new deals or updated deal, not both In order to set up your Zap so that it triggers solely on either new deals or updated deals you will need to add a Filter step. To do this for New Deals only, your filter will need to be set up like this: For Update Deals only, the filter will need to be set up like this: I\u2019m getting an Unexpected Error Occurred in my Task History One possible explanation is that the data that is being sent onto ActiveCampaign looks spammy. Things can that trip this error include: string having exactly 13 characters string not having spaces string with the first character being 5 While these certainly aren't the only rules that might trip this error, you may want to check the data that is going to ActiveCampaign. When using the New Contact Updated or Added, it\u2019s triggering on existing contacts that are already subscribed to that list. If you are only expecting to trigger from new subscribers, what you will need to do here is add a Filter step to your Zap so that only new subscribers will Trigger."
|
|
},
|
|
"chatgpt": {
|
|
"slug": "chatgpt",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ChatGPT (OpenAI) app on Zapier, you must have: An OpenAI account with prepaid billing enabled. This is separate from the ChatGPT pricing plans , and you do not need a paid ChatGPT subscription. To use GPT-4 models (including GPT-4o), you must make a successful payment of $5 or more in your OpenAI account. You can do so by purchasing $5 in credits . Learn more about getting access to these models . API Organization Verification to access certain models, such as reasoning models ."
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to ChatGPT (OpenAI) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ChatGPT (OpenAI) . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Important notice: OpenAI migrating to ChatGPT (OpenAI)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34343385573005-Important-notice-OpenAI-migrating-to-ChatGPT-OpenAI"
|
|
},
|
|
{
|
|
"title": "Important update: ChatGPT users \u2013 OpenAI Assistants API deprecation",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44865998484365-Important-update-ChatGPT-users-OpenAI-Assistants-API-deprecation"
|
|
},
|
|
{
|
|
"title": "ChatGPT (OpenAI) now supports Responses API",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37029145798925-ChatGPT-OpenAI-now-supports-Responses-API"
|
|
},
|
|
{
|
|
"title": "Choosing the right ChatGPT (OpenAI) action to send messages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34534135938317-Choosing-the-right-ChatGPT-OpenAI-action-to-send-messages"
|
|
},
|
|
{
|
|
"title": "Advanced fields for ChatGPT (OpenAI)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22497191078797-Advanced-fields-for-ChatGPT-OpenAI"
|
|
},
|
|
{
|
|
"title": "ChatGPT (OpenAI) error: Required field \"User Message\" (user_message) is missing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27670089986701-ChatGPT-OpenAI-error-Required-field-User-Message-user-message-is-missing"
|
|
},
|
|
{
|
|
"title": "How to get started with ChatGPT (OpenAI) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14860148802829-How-to-get-started-with-ChatGPT-OpenAI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "ChatGPT (OpenAI) error: invalid_image or invalid_image_format",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27472126237453-ChatGPT-OpenAI-error-invalid-image-or-invalid-image-format"
|
|
},
|
|
{
|
|
"title": "ChatGPT (OpenAI) error: [insufficient_quota] You exceeded your current quota, please check your plan and billing details",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24053361579533-ChatGPT-OpenAI-error-insufficient-quota-You-exceeded-your-current-quota-please-check-your-plan-and-billing-details"
|
|
},
|
|
{
|
|
"title": "ChatGPT (OpenAI) error: Not enough tokens available to send the assistant message and the user message",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27548250757901-ChatGPT-OpenAI-error-Not-enough-tokens-available-to-send-the-assistant-message-and-the-user-message"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. Zapier has an important update regarding Zapier\u2019s OpenAI and ChatGPT integrations. To simplify and improve the user experience, we will be combining both apps into one called ChatGPT (OpenAI). Why is this change happening? As part of Zapier\u2019s commitment to continuously improving powerful AI automation tools, our customers have highlighted that the distinction between both apps has been confusing. By combining the two, we can add new features and enhance stability to help you get even more done! Key changes App renaming: The ChatGPT app will be renamed ChatGPT (OpenAI) on February 20, 2025. App migration: We will migrate the OpenAI app to ChatGPT (OpenAI) app in Zapier. This migration will occur between February 20-28, 2025. Actions updates : Most actions will be automatically updated to the latest ChatGPT (OpenAI) version. Some actions will be migrated as \u201clegacy.\u201d Legacy actions will continue to work, but support for them will be phased out over time. Action updates We\u2019re updating some actions between February 20-28, 2025. Zap workflows using these actions will automatically switch to the latest ChatGPT (OpenAI) actions: Send Prompt Create Transcription Generate Image with DALL\u00b7E 2 Generate Image with DALL\u00b7E 3 Search Embeddings API Request Custom Actions No action is required from you if your Zap workflows contain any of these actions. Legacy actions This is the full list of legacy actions along with the latest and equivalent actions you can use with ChatGPT (OpenAI). **OpenAI legacy action** **ChatGPT (OpenAI) latest action** Analyze Text Sentiment Analyze Text Sentiment Create Translation Create Translation Check Moderation Check Moderation Classify Text Classify Text Convert Text to Speech Convert Text to Speech Summarize Text Summarize Text You can continue to use these legacy actions within your Zap workflows, however support for them will gradually phased out over time. It\u2019s important to note there is no specific end-of-life date. If you have any issues while using a legacy action, you will need to update your Zap to use the latest actions is the best way to resolve them. Zapier strongly recommends updating your Zap workflows to use the latest actions ChatGPT (OpenAI). This ensures you benefit from the latest features, bug fixes, and overall performance. Learn more about how to use Cha"
|
|
},
|
|
"monday": {
|
|
"slug": "monday",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the monday.com app on Zapier, you must have: An active Monday.com account with Admin or Member user permissions for the boards, workspaces you want to connect. A Monday.com Standard plan or higher. as these plans supports integrations."
|
|
],
|
|
"connect_steps": [
|
|
"Connect monday.com to Zapier Find",
|
|
"connect my monday.com Account to Zapier Currently, only monday.com Standard plan or higher plans have access their API which is needed by Zapier. My sharable board isn't available in the board dropdown To get access to Sharable boards, you need to connect using your Personal API token, and not your Company API token. I'm getting an error when entering a value for a location column When updating a value to a location column, Monday.com expects this data to be formatted as longitude and latitude . If you do not have this information, a workaround is to set it as 0, as the address is not verified to match the longitude and latitude."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with monday.com on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496052585485-How-to-get-started-with-monday-com-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Monday.com error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33088826490253-Monday-com-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Common Problems with monday.com on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496065865613-Common-Problems-with-monday-com-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with monday.com on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Monday.com How to get started with monday.com on Zapier Updated August 19, 2025 15:35 Monday.com and Zapier connect to automate your work. You can trigger actions when new items are created or column values change and create new items or update existing ones. Prerequisites To use the monday.com app on Zapier, you must have: An active Monday.com account with Admin or Member user permissions for the boards, workspaces you want to connect. A Monday.com Standard plan or higher. as these plans supports integrations. Connect monday.com to Zapier Find your monday.com credentials To find your personal access token, refer to monday.com\u2019s instructions. Connect to monday.com on Zapier To create an app connection to monday.com on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select monday.com . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter your personal access token. Click Yes, Continue to monday.com . Your monday.com account is now successfully connected to Zapier. About monday.com's app Triggers, searches, and actions Triggers Triggers Any Column Value Changed in Board (Instant) - Triggers when any column's value is changed in the selected board. Item Moved to Group (Same or Different Board) (Instant) - Triggers when an item is moved to a group (same or different board). New Subitem on Board (Instant) - Triggers when a new subitem on a specific board is created. Specific Column Value Changed in Board (Instant) - Triggers when a specific column's value changes in the selected board. New User (Polling) - Triggers when a new user joins your monday.com account. New Item in Board (Instant) - Triggers when an item is created in a specific board. New Board (Polling) - Triggers when a new board is created. Specific Columns Values Changed in Board (Instant) - Triggers when one of the specified columns' value is changed in the selected board. New Update in Board (Instant) - Triggers when a new update is posted on a board. Searches Searches Get Items by Column Value - Find all items that match a specific value in a selected column Get Board Values - Returns the data for a all columns in the specific board Get File C"
|
|
},
|
|
"clickup": {
|
|
"slug": "clickup",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ClickUp app on Zapier, you must have: A owner, admin or member role in ClickUp."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ClickUp to Zapier To create an app connection to ClickUp on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickUp . Click Add connection . A new browser tab or window will open. Log into ClickUp to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ClickUp on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496034846733-How-to-get-started-with-ClickUp-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ClickUp on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity ClickUp How to get started with ClickUp on Zapier Updated August 12, 2025 13:36 ClickUp and Zapier help automate your project and task management workflows. You can use triggers like new tasks or task changes to automatically create tasks, update their status, or post comments. Prerequisites To use the ClickUp app on Zapier, you must have: A owner, admin or member role in ClickUp. Connect ClickUp to Zapier To create an app connection to ClickUp on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickUp . Click Add connection . A new browser tab or window will open. Log into ClickUp to authenticate. Grant Zapier permission to access your account if prompted to. Your ClickUp account is now successfully connected to Zapier. About ClickUp's app Triggers, searches, and actions Triggers New Message Posted to Channel - Triggers when a new message is posted to a specific channel you choose. New Comment on a Task - Triggers when a new Comment is added to a Task in ClickUp. New List (Instant) - Triggers when new lists are created. New Attachment Added to Task - Triggers when an attachment is added to a task. Task Changes (Instant) - Triggers when a task changes. New Reaction Added to Chat Message - Triggers when a reaction (emoji) is added to a message in a public channel. New Folder - Triggers when new folders are created. New Task - Triggers when tasks are added. New Reaction Added to Task Comment - Triggers when a reaction (emoji) is added to a message for a task comment. New Time Entry - Triggers when a new Time Entry is added using ClickUp Time tracking. Searches Find Custom Fields - View the Custom Fields available on tasks in a specific Team / Space / Folder / List. Find a List of All Tasks - Finds a list of all tasks created in Workspace/Space/Folder/List. Supports Custom Fields. Find User by Name or Email - Find an existing user by their name or their email. Find the Most Recent Task - Find the most recent task created in Workspace/Space/Folder/List. Find Task by ID - Find an existing task by its ID. Find Documents - Search for documents by location. Actions Archive or Delete Task - Archive or delete ClickUp task Send Direct Message - Send a direct message to a us"
|
|
},
|
|
"facebook-conversions": {
|
|
"slug": "facebook-conversions",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Facebook Conversions app on Zapier, you must have: A Facebook Business Manager account. You must have full control access for the business asset access associated with the ad account and Facebook page. To record conversion events for a Meta Pixel, you must add Zapier as a Partner."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Facebook Conversions to Zapier To create an app connection to Facebook Conversions on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Facebook Conversions . Click Add connection . A new browser tab or window will open. Log into Facebook Conversions to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "Changes impacting Facebook Offline Conversions users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26967162052493-Changes-impacting-Facebook-Offline-Conversions-users"
|
|
},
|
|
{
|
|
"title": "How to get started with Facebook Conversions on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496085415949-How-to-get-started-with-Facebook-Conversions-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Limited-time offer: 100,000 free Facebook Conversions tasks per month for 6 months",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37500885530893-Limited-time-offer-100-000-free-Facebook-Conversions-tasks-per-month-for-6-months"
|
|
},
|
|
{
|
|
"title": "Send CRM funnel events to Facebook Conversions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496104661517-Send-CRM-funnel-events-to-Facebook-Conversions"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"google-ads": {
|
|
"slug": "google-ads",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Ads app on Zapier, you must have: A paid Zapier plan. Google Ads is a premium app on Zapier. However, eligible users can use Google Ads for free on Zapier for 6 months (available to both paid and free Zapier plan users). A paid Google Ads plan: Custom Matched Audiences require a minimum of $50k in ad spend. An activated Google Ads account. These account permissions: Offline conversions require: a Google Click ID. a 'Main Account' but the 'Managed Account ID' is optional. Approve Zapier as a data partner.",
|
|
"Prerequisites You must have access to a Google Ads Account that meets the requirements to access Customer Match . Zapier must be added as an approved data partner in your Google Ads account. Add a contact to customer list Select the app and event you want to use as the trigger. This will be the data you send to Google Ads to adjust your customer list. Select the Google Ads app as the action app. In the Event dropdown menu, select Add Contact to Customer List . Click Continue . Log in and select your Google account associated with your Google Ads account. In the Use Google Ads as dropdown menu, select the Google Ads Account you wish to import conversion events into. (Optional) Use the Managed Account dropdown menu, if you want to send all requests to the Manager account. In the Customer List dropdown menu, select the list to add your contact to. In the Customer Identifier dropdown menu, select how to identify your customer: Email Phone number First name, last name, country, and zip code Multiple Identifiers (for advanced users) When adding a contact, you can only set one of the following identifier combinations: Email Phone number First name, last name, country, and zip code.When using the Multiple Identifiers option, you must pass on the values for only one identifier combination. For cases where you expect to receive more than one type of identifier, use a filter or path before your Add Contact to Customer List action. Add your input values from your trigger step to the field you've selected as your Customer Identifier. Click Continue . Click Test Step . Note It takes 6-12 hours before the customer is populated in your customer list. Remove a contact from customer list Select the app and event you want to use as the trigger. This will be the data you send to Google Ads to adjust your customer list. Select the Google Ads app as the action app. In the Event dropdown menu, select Add Contact to Customer List . Click Continue . Log in and select your Google account ass"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Ads to Zapier To create an app connection to Google Ads on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Ads . Click Add connection . A new browser tab or window will open. Log into Google Ads to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Ads on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495986864781-How-to-get-started-with-Google-Ads-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Add or remove contacts in Google Ads customer lists",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496085748877-Add-or-remove-contacts-in-Google-Ads-customer-lists"
|
|
},
|
|
{
|
|
"title": "Common Problems with Google Ads on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495971543437-Common-Problems-with-Google-Ads-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Limited-time offer: Use Google Ads on Zapier and get free tasks for 6 months!",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30759982131213-Limited-time-offer-Use-Google-Ads-on-Zapier-and-get-free-tasks-for-6-months"
|
|
},
|
|
{
|
|
"title": "How to set up your Google Ads New Lead Form Entry trigger",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496055479181-How-to-set-up-your-Google-Ads-New-Lead-Form-Entry-trigger"
|
|
},
|
|
{
|
|
"title": "How to set up Google Ads' Send Offline Conversion action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496054576909-How-to-set-up-Google-Ads-Send-Offline-Conversion-action"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Ads on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Google Ads How to get started with Google Ads on Zapier Updated April 10, 2026 17:03 Google Ads and Zapier work together to automate your advertising workflows. You can trigger actions whenever a new lead is created from a lead form extension or a new campaign is launched. You can also perform actions like adding or removing a contact from a customer list, sending offline conversion data, or setting a campaign status. Available on plans: Free Professional Team Enterprise Prerequisites To use the Google Ads app on Zapier, you must have: A paid Zapier plan. Google Ads is a premium app on Zapier. However, eligible users can use Google Ads for free on Zapier for 6 months (available to both paid and free Zapier plan users). A paid Google Ads plan: Custom Matched Audiences require a minimum of $50k in ad spend. An activated Google Ads account. These account permissions: Offline conversions require: a Google Click ID. a 'Main Account' but the 'Managed Account ID' is optional. Approve Zapier as a data partner. Connect Google Ads to Zapier To create an app connection to Google Ads on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Ads . Click Add connection . A new browser tab or window will open. Log into Google Ads to authenticate. Grant Zapier permission to access your account if prompted to. Your Google Ads account is now successfully connected to Zapier. About Google Ads's app Triggers, searches, and actions Triggers New Campaign (Polling) - Triggers whenever a new campaign is created in Google Ads. New Lead Form Entry (Polling) - Triggers whenever a new lead is created from a Lead Form Extension. Searches Find Campaign by Id - Finds a Google Ads Campaign whose id matches the provided input. Find Customer List - Finds a customer list by name. Find Campaign by Name - Finds a Google Ads Campaign whose names matches the provided input. Actions Add Contact to Customer List With Email - Adds a contact to a customer list using their email address. Note: It takes 6 to 12 hours for the customer list to be populated with contacts. Create Customer List - Creates a customer list in Google Ads Audience Manager. Remove Contact From Customer List - Removes a contact from a "
|
|
},
|
|
"squarespace-forms": {
|
|
"slug": "squarespace-forms",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Squarespace Forms app on Zapier, you must have: A Squarespace website on Core, Plus, Advanced, Business, Commerce Basic, or Commerce Advanced plan. Admin access to your Squarespace account to generate API keys with Forms permissions. A form block, newsletter block, or cover page form on your Squarespace site (other form types cannot be connected to Zapier). The form must be connected to Zapier storage within Squarespace ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Squarespace Forms to Zapier To create an app connection to Squarespace Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Squarespace Forms . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Squarespace Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496018137741-How-to-get-started-with-Squarespace-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Squarespace Forms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Squarespace Forms How to get started with Squarespace Forms on Zapier Updated August 28, 2025 12:36 Squarespace Forms and Zapier connect to automate your work. You can trigger actions when new form submissions are received and add contacts to email lists or CRMs. Prerequisites To use the Squarespace Forms app on Zapier, you must have: A Squarespace website on Core, Plus, Advanced, Business, Commerce Basic, or Commerce Advanced plan. Admin access to your Squarespace account to generate API keys with Forms permissions. A form block, newsletter block, or cover page form on your Squarespace site (other form types cannot be connected to Zapier). The form must be connected to Zapier storage within Squarespace . Connect Squarespace Forms to Zapier To create an app connection to Squarespace Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Squarespace Forms . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your unique API key from your Squarespace Developer tools panel. The API key must have Forms permissions. Click Yes, Continue to Squarespace Forms . Your Squarespace Forms account is now successfully connected to Zapier. About Squarespace Forms's app Triggers, searches, and actions Triggers New Form Submission - Triggers when form submission is submitted (Instant) Searches No search actions available Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Limitations Only works with form blocks, newsletter blocks, and cover page forms - it's not possible to connect Zapier to other forms on your site. Squarespace does not store form submissions, so Zapier automatically generates example forms for testing purposes. Each form or newsletter block needs at least one Zap per action - you cannot have multiple actions triggered by a single Zap connection. Templates View all of Squarespace Forms's templates . Use cases 5 ways to automate Squarespace with Zapier Your guide to form and survey automation Automatically add leads to your CRM or email marketing platform Additional Squarespace Forms resources Zapie"
|
|
},
|
|
"webflow": {
|
|
"slug": "webflow",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Webflow app on Zapier, you must have: An active Webflow account (free Starter plan or any paid site plan). For form submission triggers : At least one form submission must have been received through your Webflow form before connecting to Zapier (you can submit a test submission if needed). To use CMS collections and items, you'll need a CMS site plan ($23/month or higher) to access CMS Collections and API functionality. For file upload backup workflows: Login security for uploaded files must be disabled in Site settings Forms \"Restrict uploaded file access\" set to off."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Webflow to Zapier To create an app connection to Webflow on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Webflow . Click Add connection . A new browser tab or window will open. Log into Webflow to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Webflow on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496043300877-Common-Problems-with-Webflow-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Webflow on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496043264653-How-to-get-started-with-Webflow-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Webflow on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Webflow Common Problems with Webflow on Zapier Updated March 05, 2026 13:11 I'm getting 400 or 404 errors This is likely because you renamed your site/form and the slugs/names are different. To fix this, reselect the forms/sites in your trigger and try again. My Zap is not triggering anymore Depending on your Webflow plan, there's a limit to the number of webhook requests. If you reach this limit, the Zap will no longer be triggered. Check your plan at Webflow for details. My Webflow forms are not showing up For the Form Submission Trigger, Form Name doesn't show up, looking like this: If your Webflow forms are not showing up when setting up the New Form Submission trigger, you need to publish the form on the site and submit an entry. On Webflow, you can tell it's published due to the rocket icon being green. You can check for submissions by clicking here in the Dashboard:"
|
|
},
|
|
"excel": {
|
|
"slug": "excel",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Excel app on Zapier, you must have: A Microsoft 365 Business or Enterprise paid account . Sufficient permissions to view information from spreadsheets and make changes to them within your Microsoft account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Excel to Zapier To create an app connection to Microsoft Excel on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Excel . Click Add connection . A new browser tab or window will open. Log into Microsoft Excel to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft Excel on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496029352973-How-to-get-started-with-Microsoft-Excel-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Work with Microsoft Excel in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496044256909-Work-with-Microsoft-Excel-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Finding/Updating Rows in Microsoft Excel",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980806669-Finding-Updating-Rows-in-Microsoft-Excel"
|
|
},
|
|
{
|
|
"title": "Common Problems with Microsoft Excel",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496044350733-Common-Problems-with-Microsoft-Excel"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft Excel on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Microsoft Excel How to get started with Microsoft Excel on Zapier Updated May 29, 2026 18:14 Microsoft Excel and Zapier connect to automate your spreadsheet work. You can trigger actions when new rows are added and create or update rows in worksheets. Prerequisites To use the Microsoft Excel app on Zapier, you must have: A Microsoft 365 Business or Enterprise paid account . Sufficient permissions to view information from spreadsheets and make changes to them within your Microsoft account. Connect Microsoft Excel to Zapier To create an app connection to Microsoft Excel on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Excel . Click Add connection . A new browser tab or window will open. Log into Microsoft Excel to authenticate. Grant Zapier permission to access your account if prompted to. Your Microsoft Excel account is now successfully connected to Zapier. About Microsoft Excel's app Triggers, searches, and actions Triggers New Row (Polling) - Triggers when a new row is added to a worksheet in a spreadsheet. New Worksheet (Polling) - Triggers when a new worksheet is added to a spreadsheet. New Row in Table (Polling) - Triggers when a new row is added to a table in a spreadsheet. Updated Row (Polling) - Triggers when a row is added or updated in a worksheet. Searches Find Row - Finds a row by a column and value. Returns the entire row if one is found. Get Cells in Range - Returns the contents of a range of cells. Get Row by ID - Returns the content of a row based on its ID. Get Worksheet by ID - Returns a worksheet metadata based on its ID. Find or Create Row - Finds or creates a specific find row. Find or Create Worksheet - Finds or creates a worksheet by name. Actions Add Row - Adds a new row to the end of a worksheet. Add Row(s) - Adds one or more rows to the end of a worksheet (with line item support). Add Row to Table - Adds a new row to the end of a specific table. Clear Cells by Range - Clears the contents and/or formatting of a range of cells. Clear Column by Index - Clears the contents and/or formatting of a column by index. Create Spreadsheet - Creates a new spreadsheet. Create Workbook - Creates a new workbook. Create Worksheet - Cre"
|
|
},
|
|
"telegram": {
|
|
"slug": "telegram",
|
|
"auth_signals": [
|
|
"webhook"
|
|
],
|
|
"primary_auth": "webhook",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Telegram app on Zapier, you must have: A Telegram account (free account is sufficient). A Telegram bot created through BotFather. Bot Token obtained from BotFather (use the /token command in the BotFather channel)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect the new bot to Zapier for that Zap. Each bot can only be connected to one Zap with a New Message trigger at a time. Still need help? If this article did not fix the issue, you can: Read Get help and support with Zapier for more ways to get help. Ask in the Zapier Community . Other Zapier users may have run into the same problem. Contact Zapier Support . Support can look at your account and help find a solution.",
|
|
"Connect Telegram to Zapier To create an app connection to Telegram on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Telegram . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Bot Token field, e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Telegram on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43583646587021-Common-problems-with-Telegram-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Telegram on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16700016131085-How-to-get-started-with-Telegram-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 I cannot retrieve test records when my Zap is on When your Zap with a Telegram New Message trigger is on, you may not be able to pull in new sample data or test records in the Zap editor, even though your bot is connected and set up for outgoing webhooks. Cause When the Zap is on, the webhook is registered with Telegram and messages are sent to that webhook. In this state, the Zap editor cannot fetch test records the usual way. How to fix it Use a previous Zap run as your test record . If the Zap is on and receiving messages, Zap history has the data from real runs. Use a run from history to map fields or test later steps. If you need newer test records in the Zap editor: Turn the Zap off (this deregisters the webhook so the editor can request test records). In Telegram, send a new message to your bot. In Zapier, click the Telegram trigger step, then the Test tab. Click Find new records . After new records appear, turn the Zap on again. Only one of my Zap workflows receives Telegram messages You have more than one Zap using the same Telegram bot with a New Message trigger, but only one Zap receives the messages. Cause Each Telegram bot has a single webhook URL. When you connect the same bot to another Zap or register a new webhook, Telegram replaces the previous URL. Only one Zap can receive events from that bot at a time. How to fix it Create a separate bot for each Zap that must receive Telegram messages. Use BotFather to create a new bot and get its token. Connect the new bot to Zapier for that Zap. Each bot can only be connected to one Zap with a New Message trigger at a time. Still need help? If this article did not fix the issue, you can: Read Get help and support with Zapier for more ways to get help. Ask in the Zapier Community . Other Zapier users may have run into the same problem. Contact Zapier Support . Support can look at your account and help find a solution."
|
|
},
|
|
"asana": {
|
|
"slug": "asana",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Asana app on Zapier, you must have: An active Asana account (free Personal plan or any paid plan). App management permissions to access Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Asana to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Asana . Click Add connection . A new browser tab or window will open. Log into Asana to authenticate. Grant Zapier permission to access your account if prompted to. Your Asana account is now successfully connected to Zapier."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Asana on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495914652045-How-to-get-started-with-Asana-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Asana",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495947433869-Common-Problems-with-Asana"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Asana on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Asana How to get started with Asana on Zapier Updated August 14, 2025 10:35 Asana and Zapier connect to automate your project work. You can trigger actions when tasks are created or completed and create new tasks or projects. Prerequisites To use the Asana app on Zapier, you must have: An active Asana account (free Personal plan or any paid plan). App management permissions to access Zapier. Connect Asana to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Asana . Click Add connection . A new browser tab or window will open. Log into Asana to authenticate. Grant Zapier permission to access your account if prompted to. Your Asana account is now successfully connected to Zapier. About Asana's app Triggers, searches, and actions Triggers Completed Task (Polling) - Triggered when a task within a project, or any project within a workspace, is marked as completed. Does not trigger on completed subtasks. New Comment on a Task (Instant) - Triggers when a new Comment is added to a Task in Asana. New Story (Polling) - Triggered when you add a new story. New Subtask (Instant) - Triggered when you add a new subtask. New Attachment Added to Task (Instant) - Triggers when an attachment is added to a task. Tag Added to Task (Instant) - Triggered when a Tag is added to a Task. Updated Task (Instant) - Triggered when a Task is updated in a Project. New Workspace/Organization (Polling) - Triggered when you add a new workspace/organization. New Task (Instant) - Triggered when a Task is added to a Project. New Project (Instant) - Triggers when a new Project is created. New Completed Subtask (Instant) - Triggers when a Subtask is completed in Asana. New Tag Created (Polling) - Triggered when you create a new tag. Task Moved to Section (Instant) - Triggers when a Task is moved to a section. New Team (Polling) - Triggered when you add a new team. New User (Polling) - Triggered when you add a new user. Searches Find Project - Finds an existing project. Find Section in Project - Finds an existing section within a workspace project. Find Task Comments - Finds comments for a specific task. Find Tasks in Workspace - Searches for tasks in a workspace using Asana's search API. Returns multiple re"
|
|
},
|
|
"zoom": {
|
|
"slug": "zoom",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoom app on Zapier, you must have: A Zoom account (free Basic account or any paid plan). For webinar-related integrations: A paid Zoom account with a Zoom Video Webinar license . For webinar registrations: Webinars must have registration set to required . Zapier added to your Zoom App Marketplace . To trigger for all users, you need to be added as a user to the Zoom App Marketplace with either User with Shared Access or Admin permissions ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoom to Zapier To create an app connection to Zoom on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoom . Click Add connection . A new browser tab or window will open. Log into Zoom to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Zoom",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980386317-Common-Problems-with-Zoom"
|
|
},
|
|
{
|
|
"title": "How to get started with Zoom on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496043733261-How-to-get-started-with-Zoom-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Zoom – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Zoom Common Problems with Zoom Updated May 29, 2026 18:13 I'm an admin and want to trigger all recordings for all users in the Zoom org but cannot If you're using the New Cloud Recording, New Meeting, or New Meeting Ended trigger in your Zap workflows, and it's not triggering on all users, this is likely due to missing access permissions in your Zoom app connection on Zapier. To fix this: Go to the Zoom app marketplace and log in to your admin account. In the top right, click Manage . In the left navigation, under Admin app management , click Apps on account . Search and select the Zapier app . In the User & groups tab, click + Add Users . Add the user whose recordings or meetings that you want to trigger the Zap for. Go back to Zapier. You'll need to reconnect your app connection to Zoom. When setting your app permissions, make sure to select the Allow this app to use share access permission checkbox. I can't connect my Zoom account If you're having trouble connecting to your account, check to see: Is Zapier pre-approved in the Zoom Marketplace ? If not, contact your Zoom admin. How many Zoom accounts are connected to your Zapier account? Right now, only 1 Zoom account can be connected to 1 Zapier account. I am having trouble downloading a recording from the New Recording trigger To receive a URL that will allow you to download files from the New Recording trigger, follow these steps: Go to zoom.us/profile/setting?tab=recording . Make sure \u201cOnly authenticated users can view cloud recordings\u201d is set to OFF . Make sure \u201cRequire password to access shared cloud recordings\u201d is set to OFF . At this time, the New Recording trigger is only able to provide accessible download URLs when those two settings are set to Off . If you need to have one or both of those settings set to On , but would still like to download files from the New Recording trigger, please contact our support team , and we can file a feature request on your behalf. The meeting duration is wrong The Duration field for the Create Meeting action uses values in minutes. Make sure that the duration has not been set in hours. How can I use Zapier with a payment processor to register paid webinar attendees? Please refer to this Zoom guide for more details: https://support.zoom.us/h"
|
|
},
|
|
"google-contacts": {
|
|
"slug": "google-contacts",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Contacts app on Zapier, you must have: A Google account with access to Google Contacts (free Google account or any paid Google Workspace plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Contacts to Zapier To create an app connection to Google Contacts on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Contacts . Click Add connection . A new browser tab or window will open. Log into Google Contacts to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Google Contacts error: requested entity was not found",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28416687812749-Google-Contacts-error-requested-entity-was-not-found"
|
|
},
|
|
{
|
|
"title": "Common Problems with Google Contacts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495933900173-Common-Problems-with-Google-Contacts"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Contacts on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495951097357-How-to-get-started-with-Google-Contacts-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:14 When using the Google Contacts actions Add Contacts to Groups, Update Contact, or Update Contact Photo, in your Zap workflows, you see the error message \"requested entity was not found\". You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens when the contact's value or mapped field does not contain the Contact ID. Google Contacts requires the contact ID, not other contact info, like a name. Example The ID for a contact should be in the format \u201cpeople/c2796895998380961600\u201d. How to fix it To fix this issue: Go to your affected Google Contacts step. In the Contact field: To statically update the same contact each time the Zap runs, select the contact from the dropdown menu. To dynamically update contacts each time the Zap runs, select the Original ID field as a custom value . (Optional) Depending on your Zap setup, if you are unable to locate the Original ID field from a previous Google Contact step, you will need to add a Find Contact step prior to your affected Google Contacts step. Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier users in the Zapier Community. Learn more about getting help. Read our guide on how to get help and support with Zapier to find the best resources for your specific problem."
|
|
},
|
|
"discord": {
|
|
"slug": "discord",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Discord app on Zapier, you must have: An active Discord account (free or paid). Discord server owner or manager role permissions . Enable Manage Webhooks permission in your General Channel permissions ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Discord to Zapier To create an app connection to Discord on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Discord . Click Add connection . A new browser tab or window will open. Log into Discord to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Tips for formatting Discord messages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496165585165-Tips-for-formatting-Discord-messages"
|
|
},
|
|
{
|
|
"title": "How to get started with Discord on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048271501-How-to-get-started-with-Discord-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated September 06, 2023 10:49 You can format Discord messages in Zapier to add user mentions and notifications . Mentions and notifications User mentions: type an open angle bracket , the at symbol (@) , the user\u2019s user ID , and a closing angle bracket . <@1234567890> Role mentions: type an open angle bracket , the at symbol (@) , the ampersand symbol (&) , the Discord role ID , and a closing angle bracket . <@&0987654321> Everyone notification: type the at symbol (@) , then type \u201c everyone \u201d. @everyone Here notification: type the at symbol (@) , then type \u201c here \u201d. @here Tip Follow these instructions to find Discord user IDs and role IDs ."
|
|
},
|
|
"tally": {
|
|
"slug": "tally",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Tally app on Zapier, you must have: A Tally account (free or paid plan). A published Tally form that you want to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier. Connect Tally to Zapier To create an app connection to Tally on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Tally . Click Add connection . A new browser tab or window will open. Log into Tally to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Tally on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39882352154381-How-to-get-started-with-Tally-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Tally on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Tally How to get started with Tally on Zapier Updated October 01, 2025 11:27 Tally and Zapier connect to automate form workflows. You can trigger actions when new submissions are received and add contacts to email lists or create records in spreadsheets. Prerequisites To use the Tally app on Zapier, you must have: A Tally account (free or paid plan). A published Tally form that you want to connect to Zapier. Connect Tally to Zapier To create an app connection to Tally on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Tally . Click Add connection . A new browser tab or window will open. Log into Tally to authenticate. Grant Zapier permission to access your account if prompted to. Your Tally account is now successfully connected to Zapier. About Tally's app Triggers, searches, and actions Triggers New Submission - Triggers when a new form submission is received. (Instant) Searches No searches available Actions No actions available Limitations Rate limits of 100 requests per minute for API calls. Templates View all of Tally's templates . Use cases 4 ways to automate Tally Additional Tally resources Zapier's Tally integration page Tally's Help Center Tally's API documentation"
|
|
},
|
|
"flodesk": {
|
|
"slug": "flodesk",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Flodesk app on Zapier, you must have: A Flodesk account. The app works with both free and paid Flodesk plans."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Flodesk to Zapier To create an app connection to Flodesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Flodesk . Click Add connection . A new browser tab or window will open. Log into Flodesk to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Flodesk on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496055316877-How-to-get-started-with-Flodesk-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Flodesk on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Flodesk How to get started with Flodesk on Zapier Updated August 12, 2025 13:39 Flodesk and Zapier work together to automate your email marketing and subscriber lists. You can use triggers like new subscribers to automatically create, update, or manage subscribers across different segments. Prerequisites To use the Flodesk app on Zapier, you must have: A Flodesk account. The app works with both free and paid Flodesk plans. Connect Flodesk to Zapier To create an app connection to Flodesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Flodesk . Click Add connection . A new browser tab or window will open. Log into Flodesk to authenticate. Grant Zapier permission to access your account if prompted to. Your Flodesk account is now successfully connected to Zapier. About Flodesk's app Triggers, searches, and actions Triggers Triggers Subscriber Added to Segment - Triggers when a subscriber is added to a segment. Subscriber Unsubscribed - Triggers when a subscriber is unsubscribed. Subscriber Created - Triggers when a new subscriber is created. Searches Searches Find a Subscriber by Email Address - Find a Subscriber by email address. Actions Actions Add Existing Subscriber to Workflow - Adds a subscriber to a workflow. Remove Existing Subscriber From Segment - Removes a subscriber from a segment. Unsubscribe Subscriber - Unsubscribes a subscriber. Add Existing Subscriber to Segment - Adds a subscriber to a segment. Create/Update Subscriber - Creates a new subscriber or updates an existing one. Remove Existing Subscriber From Workflow - Removes a subscriber from a workflow. Limitations Flodesk does not provide real trigger samples from your account, only generic samples are provided. API rate limiting is enforced at 100 requests per minute. If you exceed your rate limit, the API will return a 429 error. Templates View all of Flodesk's templates . Use cases 6 ways to automate Flodesk Additional Flodesk resources Zapier's Flodesk integration page Flodesk's Help Center Flodesk's API documentation"
|
|
},
|
|
"google-tasks": {
|
|
"slug": "google-tasks",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Tasks app on Zapier, you must have: A Google account (free personal Google account or Google Workspace account). Tasks must be added to specific Google Tasks lists (tasks added from Google Docs or Google Chat will not trigger workflows)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Tasks to Zapier To create an app connection to Google Tasks on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Tasks . Click Add connection . A new browser tab or window will open. Log into Google Tasks to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Google Tasks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495936877837-Common-Problems-with-Google-Tasks"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Tasks on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496001826573-How-to-get-started-with-Google-Tasks-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Google Tasks – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Google Tasks Common Problems with Google Tasks Updated January 03, 2023 16:46 How Can I Trigger On All Google Tasks? Tasks will need to be added to a specific Google Tasks list in order to trigger your Zap. Tasks added from Google Docs or Google Chat will not trigger your Zap."
|
|
},
|
|
"facebook-pages": {
|
|
"slug": "facebook-pages",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Facebook Pages app on Zapier, you must have: Facebook access with full control permissions to the Facebook Page you want to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Facebook Pages to Zapier To create an app connection to Facebook Pages on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Facebook Pages . Click Add connection . A new browser tab or window will open. Log into Facebook Pages to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "How to get started with Facebook Pages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495933127693-How-to-get-started-with-Facebook-Pages"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"shopify": {
|
|
"slug": "shopify",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Shopify app on Zapier, you must have: A paid Zapier plan. Shopify is a premium app on Zapier. An active Shopify store account (any plan - Basic, Shopify, Advanced, or Plus). You must have app and channel access permissions enabled for your user account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Shopify to Zapier To create an app connection to Shopify on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Shopify . Click Add connection . A new browser tab or window will open. A Connect an Account page will open in a browser tab or window. In the Account field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Shopify",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495984022669-Common-Problems-with-Shopify"
|
|
},
|
|
{
|
|
"title": "How to get started with Shopify on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495935490957-How-to-get-started-with-Shopify-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Shopify – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Shopify Common Problems with Shopify Updated March 05, 2026 13:11 How do I use line items with Shopify? To use line items in Zapier, you'll usually want to ensure that both the trigger and the action you're using have line item support on Zapier: In Zapier's Shopify integration, the \u201cNew Order,\u201d \u201cNew Paid Order,\u201d \u201cNew Cancelled Order,\u201d \u201cNew Abandoned Cart,\u201d and \u201cNew Updated Order\u201d triggers offer line item support, as does the \"Create Order\" action. If you want to learn more about how line items work, read our Guide to Line Items here ."
|
|
},
|
|
"brevo": {
|
|
"slug": "brevo",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Brevo app on Zapier, you must have: You must have API permissions to create an API key in Brevo ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Brevo to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Brevo (formerly SendinBlue) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495995251597-How-to-get-started-with-Brevo-formerly-SendinBlue-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Brevo (formerly SendinBlue) on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Brevo How to get started with Brevo (formerly SendinBlue) on Zapier Updated March 04, 2026 04:40 Brevo and Zapier work together to automate your email marketing and sales. You can use triggers like new contacts or email activity to automatically add contacts, send transactional emails, or manage deals. Prerequisites To use the Brevo app on Zapier, you must have: You must have API permissions to create an API key in Brevo . Connect Brevo to Zapier Find your Brevo credentials To find your API key, refer to Brevo\u2019s instructions . Connect to Brevo on Zapier To create an app connection to Brevo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Brevo . Click Add connection . A Connect an Account page will open in a browser tab or window. Enter your API Key . Click Yes, Continue to Brevo . Your Brevo account is now successfully connected to Zapier. About Brevo's app Triggers, searches, and actions Triggers New Campaign Status - Triggers when the status of a Brevo campaign is updated. Contact Added - Triggers when a Brevo contact is added. Contact Unsubscribed - Triggers when a Brevo contact unsubscribes from a list they belonged to. Marketing Email Delivered - Triggers when a Brevo campaign marketing email is delivered. Marketing Email Opened - Triggers when a Brevo campaign marketing email is opened. Transactional Email Delivered - Triggers when a Brevo transactional email is delivered. Link Clicked - Triggers when a Brevo contact clicks on any link in a Brevo email campaign. Contact Subscribed to Specific List(s) - Triggers when a Brevo contact is subscribed to specific list(s). Contact Updated - Triggers when a Brevo contact is updated (either list(s) they belong to or contact data). Marketing Email Hard Bounced - Triggers when a Brevo campaign marketing email is hard bounced. Transactional Email Hard Bounced - Triggers when a Brevo transactional email is hard bounced. Transactional Email Opened - Triggers when a Brevo transactional email is opened. (Instant) Searches Find Deal - Retrieve the details of a deal in Brevo using either its name or ID as input. If a deal name is provided and multiple deals share the same name, the most recently created o"
|
|
},
|
|
"kit": {
|
|
"slug": "kit",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Kit app on Zapier, you must have: A paid Kit account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Kit to Zapier To create an app connection to Kit on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kit . Click Add connection . A new browser tab or window will open. Log into Kit to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Kit on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495978497549-Common-Problems-with-Kit-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Kit on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496026725773-How-to-get-started-with-Kit-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Kit on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Kit Common Problems with Kit on Zapier Updated May 29, 2026 18:13 Subscriber isn't showing up on the form even though the task is successful By default, Kit requires subscribers to double-opt-in to emails for confirmation. That means they won't show up on the list until they confirm their subscription. If you'd like to automatically add them to the list, you can turn off the double opt-in by going to the Form settings, clicking Incentive Email, and selecting \"auto-confirm new members\" at the bottom. New subscribers in Kit are not triggering the Zap If you add subscribers manually in Kit, via the \"Import Subscribers\" button, the automation triggers (including Zap workflows) are not triggered. To trigger the Zap, add subscribers through a form or landing page, or through a Zap or the Kit API."
|
|
},
|
|
"pipedrive": {
|
|
"slug": "pipedrive",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Pipedrive app on Zapier, you must have: An active Pipedrive account (any plan including free trial). Pipedrive API access enabled for your user account (this is enabled by default for all users, but can be disabled by admins)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Pipedrive to Zapier To create an app connection to Pipedrive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pipedrive . Click Add connection . A new browser tab or window will open. Log into Pipedrive to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Pipedrive error: Neither an Organization nor a Person were provided",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33088876078221-Pipedrive-error-Neither-an-Organization-nor-a-Person-were-provided"
|
|
},
|
|
{
|
|
"title": "How to get started with Pipedrive on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495922929037-How-to-get-started-with-Pipedrive-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common problems with Pipedrive on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495937445773-Common-problems-with-Pipedrive-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Pipedrive error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33088851998349-Pipedrive-error-Nothing-could-be-found-for-the-search"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 04, 2026 04:38 When using Pipedrive\u2019s Create Lead action, you get the error \u201cNeither an Organization nor a Person were provided\u201d. You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens when the Person and Organization fields are mapped with fields containing text instead of IDs. How to fix it To fix it: If necessary, add Find Person and Find Organization action steps before the Create Lead action . This step is only necessary if the preceding steps only provide a person's or organization's name instead of the person ID and organization ID . In your Create Lead step : Remove the currently mapped fields for Person and Organization. Replace them with fields containing the person ID and the organization ID . Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier users in the Zapier Community. Learn more about getting help. Read our guide on how to get help and support with Zapier to find the best resources for your specific problem."
|
|
},
|
|
"kajabi": {
|
|
"slug": "kajabi",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Kajabi app on Zapier, you must have: An active Kajabi account (any paid plan - Kickstarter, Basic, Growth, or Pro). At least one purchase, form submission, or completed assessment on your Kajabi site (depending on the specific Zapier connection you want to create). A paid Zapier account, as Kajabi is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Kajabi to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Kajabi on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496046159757-Common-Problems-with-Kajabi-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Kajabi on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496014369677-How-to-get-started-with-Kajabi-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Kajabi on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Kajabi Common Problems with Kajabi on Zapier Updated March 05, 2026 12:40 I'm receiving this error: \"uemail: uis already taken\" Sometimes, when we attempt to add an offer to an email address that's already received an offer previously, Kajabi returns this error. The reason behind that is Kajabi sets up an external_user_id by default which is different from the email address. When attempting to add another offer to the same user, the external_user_id needs be the same. This can be avoided by setting the user's email address as the external_user_id so it's the same each time. You can do this while setting up your Action step in Kajabi in the Zap Template like this:"
|
|
},
|
|
"twilio": {
|
|
"slug": "twilio",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Twilio app on Zapier, you must have: A Twilio account (free trial or paid account). At least one verified phone number in your Twilio account (required for trial accounts to send/receive messages and calls). For SMS messaging: Toll Free verification completed if using US numbers (required for trial accounts). A Twilio phone number (automatically assigned to trial accounts, or purchased for paid accounts)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Twilio to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Twilio on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495969317005-Common-problems-with-Twilio-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Twilio on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495953727373-How-to-get-started-with-Twilio-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated June 21, 2024 08:24 New SMS won't trigger my Zap Check if the number has a webhook setup in Twilio. To do this: Go to your phone number's configuration page . Choose the number you want to work with. If you do not have a webhook to use, you can set up the number with a TwiML bin. This will provide an endpoint for the messages to go to, so messages are received without changing any part of your current messaging flow. Zapier is missing some incoming SMS messages When your Zap runs (either every 5 or 15 minutes, depending on your plan), Zapier is only able to see the last 50 messages. If you receive more than 50 messages between cycles, the Zap would miss all but the last 50 messages received since the last time the Zap ran. Can I use MMS? Zapier supports MMS for the 'Send SMS' action, but not for SMS triggers. To take advantage of that action, you'll need a direct link to the file so you can insert it under the 'Media URL' field in your zap. Is there a limit to the media that can be sent via MMS? Yes, there is. Media may include up to forty seconds of video, audio, one image, or a slideshow of multiple images. My call isn't being forwarded The Send Digits field is a string of numbers that are dialed after the call is connected, but it does not forward the call to a new number. It is meant more to respond to menu options, like \"push 1 to talk to sales\". We don't currently support forwarding a call via Twilio, but if you email us we'll add your vote to the feature request. The phone number is not a valid mobile number We normally see this error if a landline phone number has been used instead of mobile phone number. Double-check the number being sent to Twilio to see if that could be the case here. The phone number is invalid If you're running into this error, it's likely that the phone number supplied is in a format that Twilio isn\u2019t expecting. Twilio expects Phone numbers to be in E.164 format, beginning with \u2018+\u2019. Read Twilio\u2019s guide on the accepted E.164 format here . The 'From' number is not a valid phone number, shortcode, or alphanumeric sender ID\" Error The first thing to check here is that the Alphanumeric SenderID is enabled in Twilio. Twilio\u2019s guide on How to get an Alphanumeric Sender ID details how to check whether this feature has been enabled in your Twilio account. The next thing to check is whether you\u2019re sending messages to countries that support Alphanumeric Sender IDs. The US for example does not support Alphanumeric Sender IDs. See"
|
|
},
|
|
"mailerlite": {
|
|
"slug": "mailerlite",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the MailerLite app on Zapier, you must have: An active MailerLite account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect MailerLite to Zapier To create an app connection to MailerLite on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MailerLite . Click Add connection . A Connect an Account page will open in a browser tab or window. In API Token field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with MailerLite on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39881918440717-How-to-get-started-with-MailerLite-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with MailerLite on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing MailerLite How to get started with MailerLite on Zapier Updated September 26, 2025 13:47 MailerLite and Zapier connect to automate your email marketing. You can trigger actions when new subscribers join and create or update subscribers from other apps. Prerequisites To use the MailerLite app on Zapier, you must have: An active MailerLite account. Connect MailerLite to Zapier To create an app connection to MailerLite on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MailerLite . Click Add connection . A Connect an Account page will open in a browser tab or window. In API Token field, enter your MailerLite API token . Learn how to find your MailerLite API token . Click Yes, Continue to MailerLite . Your MailerLite account is now successfully connected to Zapier. About MailerLite's app Triggers, searches, and actions Triggers Subscriber Clicked Campaign Link (Instant) - Triggers when a subscriber clicks a link in a campaign. Campaign Sent (Instant) - Triggers when a campaign has been sent out. Subscriber Added to Group (Instant) - Triggers when a subscriber is added to a group. Subscriber Bounced (Instant) - Triggers when an email to a subscriber bounces. Subscriber Deleted (Instant) - Triggers when a subscriber is deleted or forgotten. Subscriber Triggered Automation (Instant) - Triggers when a subscriber triggers a selected workflow. Subscriber Fields Updated (Instant) - Triggers when the subscriber fields have been updated. Subscriber Opened Campaign (Instant) - Triggers when a subscriber opens a campaign. Spam Complaint (Instant) - Triggers when a subscriber issues a spam complaint about an email. Subscriber Completed Automation (Instant) - Triggers when a subscriber completed a selected workflow. Subscriber Created (Instant) - Triggers when a subscriber was created on your mailing list. Subscriber Removed From Group (Instant) - Triggers when a subscriber has been removed from a group. Subscriber Unsubscribed (Instant) - Triggers when a subscriber has unsubscribed from your mailing list. Searches Find a Subscriber - Search for a subscriber by email or name. Find a Group - Search for a group by name. Actions Change Subscriber Email - Change subscriber email to a"
|
|
},
|
|
"acuity-scheduling": {
|
|
"slug": "acuity-scheduling",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Acuity Scheduling app on Zapier, you must have: View & edit or administrator access ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Acuity Scheduling to Zapier To create an app connection to Acuity Scheduling on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Acuity Scheduling . Click Add connection . A new browser tab or window will open. Log into Acuity Scheduling to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Acuity Scheduling on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495976377613-How-to-get-started-with-Acuity-Scheduling-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Acuity Scheduling",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495976435597-Common-Problems-with-Acuity-Scheduling"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Acuity Scheduling on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Acuity Scheduling How to get started with Acuity Scheduling on Zapier Updated May 29, 2026 18:14 Acuity Scheduling and Zapier automate your scheduling and client management. You can use triggers like new appointments or cancellations to automatically update a client or block off time on your calendar. Prerequisites To use the Acuity Scheduling app on Zapier, you must have: View & edit or administrator access . Connect Acuity Scheduling to Zapier To create an app connection to Acuity Scheduling on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Acuity Scheduling . Click Add connection . A new browser tab or window will open. Log into Acuity Scheduling to authenticate. Grant Zapier permission to access your account if prompted to. Your Acuity Scheduling account is now successfully connected to Zapier. About Acuity Scheduling's app Triggers, searches, and actions Triggers Appointment Start - Triggers a specified time before an appointment starts. Appointment Canceled - Triggers when an appointment is canceled. New Product Order - Triggers when a new order is completed. New Appointment - Triggers when a new appointment is scheduled. Appointment Rescheduled - Triggers when an appointment in Acuity gets rescheduled. Searches Find Appointment by ID - Finds an existing appointment by appointment ID. Find Appointments by Client Info - Find existing appointments from client info. Actions Add Package Code - Adds a new package code. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Add Coupon Code - Adds a new coupon code. Add Blocked Off Time - Block off a new range of time on your schedule. Add or Update Client - This action updates a client's information in Acuity Scheduling. If the client does not exist, it creates a new client. Limitations Zapier is not compatible with Acuity's HIPAA-enabled setting. Acuity supports up to 25 Zap workflows per contributor , with each contributor requiring view & edit or administrator access to connect to Zapier. Templates View all of Acuity Scheduling's templates . Use cases 7 ways to integrate Acuity Scheduling with your other apps Can you use Acuity "
|
|
},
|
|
"youtube": {
|
|
"slug": "youtube",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the YouTube app on Zapier, you must have: A Google account with access to YouTube. For personal YouTube accounts, no special permissions required. For YouTube Studio Content Manager accounts , you need to be a channel owner. For Brand accounts , you need to be a channel owner or manager."
|
|
],
|
|
"connect_steps": [
|
|
"Connect YouTube to Zapier To create an app connection to YouTube on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select YouTube . Click Add connection . A new browser tab or window will open. Log into YouTube to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with YouTube",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495991159693-Common-Problems-with-YouTube"
|
|
},
|
|
{
|
|
"title": "How to get started with YouTube on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495973053453-How-to-get-started-with-YouTube-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with YouTube – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files YouTube Common Problems with YouTube Updated May 29, 2026 18:13 My videos aren't being found by the New Video in Channel trigger Check your Channel field has your Youtube Channel ID mapped. My Zap can't find a video even though I know it exists We can only trigger Zap workflows videos that are set to public . Videos that are private or unlisted can't trigger your Zap workflows. SoftTimeLimitExceeded Error The process of downloading the video (from the origin) and uploading it to YouTube must finish within 180 seconds (three minutes). Otherwise, our system will cancel the process. Zapier suggests compressing your video so that it can be uploaded correctly. I can't upload more than 5 videos in a day If you're on a Free or Trial Zapier plan, you're limited to uploading up to 5 videos in a 24-hour period with the YouTube app. To fix held Zap runs, wait 24 hours, and you can replay them. In addition, the daily upload quota is imposed by YouTube's API. Each video upload consumes 1,600 quota units, and typically the default quota is 10,000 units per day. This allows approximately 6 video uploads per user per day. Learn more about Youtube's quota calculator . My Zap does not show real data when I test the Upload Video action. When you test the YouTube action \"Upload Video\", the step will not upload the video. It will return default data so that you can continue setting up the Zap without affecting your channel."
|
|
},
|
|
"wix": {
|
|
"slug": "wix",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Wix app on Zapier, you must have: A Wix account with a website (free or premium plan works). For custom Velo integrations : Wix Velo development environment enabled on your site."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Wix to Zapier To create an app connection to Wix on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wix . Click Add connection . A new browser tab or window will open. Log into Wix to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Wix on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496085961485-How-to-get-started-with-Wix-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Wix on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Wix How to get started with Wix on Zapier Updated September 26, 2025 15:49 Wix and Zapier connect to automate your website workflows. You can trigger actions when forms are submitted, orders are placed, or bookings are made. Prerequisites To use the Wix app on Zapier, you must have: A Wix account with a website (free or premium plan works). For custom Velo integrations : Wix Velo development environment enabled on your site. Connect Wix to Zapier To create an app connection to Wix on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wix . Click Add connection . A new browser tab or window will open. Log into Wix to authenticate. Grant Zapier permission to access your account if prompted to. Your Wix account is now successfully connected to Zapier. About Wix's app Triggers, searches, and actions Triggers Triggers eCommerce (Instant) - Triggers include: Order placed, Checkout abandoned. Events (Instant) - Triggers when an event ends, a ticket is ordered or a guest joins the waitlist. Tasks and Workflows (Instant) - Triggers include: Task assigned, task overdue, task deleted, workflow card added, workflow card moved Members and Contacts (Instant) - Triggers when contacts are created, group status changes, or on post activity. Forms (Instant) - Triggers when a form is submitted. File Share (Instant) - Triggers when folder access is requested or access is approved. Online Programs (Instant) - Triggers when members join, pay, leave or participants complete steps. Loyalty and Referrals (Instant) - Triggers when loyalty points is reached or when there is a successful referral. Wix Restaurants (Instant) - Triggers include: Order created, Order accepted, Delivery order ready and more. Wix Proposals (Instant) - Triggers include: Proposal template created, updated, deleted; proposal status changed. Segments (Instant) - Triggers include: Contact enters segment, contact leaves segment. Bookings (Instant) - Triggers when a session starts, ends or a client books or checks in. Chat and Inbox (Instant) - Triggers when a visitor is live on your site. Wix Forum (Instant) - Triggers include: Forum comment published, forum comment deleted, and more. Blog (Instant) - Triggers when "
|
|
},
|
|
"whatsapp-notifications": {
|
|
"slug": "whatsapp-notifications",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the WhatsApp Notifications app on Zapier, you must have: A paid Zapier account. WhatsApp Notifications is a premium app on Zapier. An active WhatsApp account with a verified phone number. Acceptance that messages can only be sent to yourself (the account holder). You cannot send WhatsApp messages to other people's phone numbers."
|
|
],
|
|
"connect_steps": [
|
|
"Connect WhatsApp Notifications to Zapier To create an app connection to WhatsApp Notifications on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WhatsApp Notifications . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Phone Number (WhatsApp) field's help text , click the hyperlink this link . This will open a new tab in"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "WhatsApp Notifications error: Cannot read properties of undefined (reading \u2018map\u2019)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33149043325325-WhatsApp-Notifications-error-Cannot-read-properties-of-undefined-reading-map"
|
|
},
|
|
{
|
|
"title": "Send messages in Zap workflows using WhatsApp Notifications",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19805639844621-Send-messages-in-Zap-workflows-using-WhatsApp-Notifications"
|
|
},
|
|
{
|
|
"title": "WhatsApp Notifications error: (#100) Invalid parameter",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33153912437773-WhatsApp-Notifications-error-100-Invalid-parameter"
|
|
},
|
|
{
|
|
"title": "How to get started with WhatsApp Notifications on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40852749640589-How-to-get-started-with-WhatsApp-Notifications-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Important update: WhatsApp Notifications is becoming a premium app",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39395817773453-Important-update-WhatsApp-Notifications-is-becoming-a-premium-app"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 When using WhatsApp Notifications Send Message action in your Zap workflows, you see the error message \"Cannot read properties of undefined (reading \u2018map\u2019)\". You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens when: You\u2019ve not selected a template. You used a custom value in the Template field. You cannot create your own template within Zapier. You must use one of the available pre-defined templates to send a message. How to fix it To fix this issue: In the Template field: Click the three dot icon . Select Static . Select a pre-defined template . (Optional) If you want more templates, send your suggestions to the Zapier Support team . Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier users in the Zapier Community. Learn more about getting help. Read our guide on how to get help and support with Zapier to find the best resources for your specific problem."
|
|
},
|
|
"klaviyo": {
|
|
"slug": "klaviyo",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Klaviyo app on Zapier, you must have: An active Klaviyo account (free or paid plan). Add Zapier as an app from Klaviyo's marketplace ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Klaviyo to Zapier To create an app connection to Klaviyo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Klaviyo . Click Add connection . A new browser tab or window will open. Log into Klaviyo to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Klaviyo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496039282189-How-to-get-started-with-Klaviyo-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Klaviyo",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496039565709-Common-Problems-with-Klaviyo"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Klaviyo on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Klaviyo How to get started with Klaviyo on Zapier Updated August 15, 2025 15:01 Klaviyo and Zapier connect to automate email marketing. You can trigger actions when new profiles join lists or events occur and create subscribers or track customer actions. Prerequisites To use the Klaviyo app on Zapier, you must have: An active Klaviyo account (free or paid plan). Add Zapier as an app from Klaviyo's marketplace . Connect Klaviyo to Zapier To create an app connection to Klaviyo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Klaviyo . Click Add connection . A new browser tab or window will open. Log into Klaviyo to authenticate. Grant Zapier permission to access your account if prompted to. Your Klaviyo account is now successfully connected to Zapier. About Klaviyo's app Triggers, searches, and actions Triggers Triggers New Event - Triggers on a new event. Optional filtering by metric. (Polling) New Profile - Triggers when a new Profile is created. Optionally filter for new Profiles that subscribed to a specific channel. (Polling) Profile added to Segment or List - Triggers when a Profile is added to a Segment or to a List. (Polling) Searches Searches Find Campaign - Find a campaign by name Find Segment - Find a segment by name Find Tag - Find a tag by name Find List - Find a list by name Find a Profile - Finds a Profile by email address or phone number. Optionally, provide a list to search within Find or Create Subscriber - Finds a subscriber, or optionally creates one if none are found Actions Actions Add Tag to List - Adds an existing tag to a list Create List - Creates a new list Create Event - Creates a new event for a specific metric Remove Tag From List - Removes an existing tag from a list Send Campaign - Sends a draft campaign immediately Create Or Update Profile - Create or Update a Profile and add it to a list you specify. Profiles are single or double opted in based on the list's settings Unsubscribe Profile - Unsubscribes a Profile from Email and/or SMS based on provided identifiers Add Profile to List - Adds an existing profile to a list Add Tag to Segment - Adds an existing tag to a Segment Create Profile - Creates a new Profile. Optionally subscribe "
|
|
},
|
|
"weather": {
|
|
"slug": "weather",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger Zap workflows from weather forecasts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/11070671532045-Trigger-Zap-workflows-from-weather-forecasts"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 You can use The Weather to look for or trigger from weather conditions found in Open Weather . Note Time and date fields are provided in UNIX time. You can convert these to different timestamp formats using the Formatter app. You must enter a latitude and longitude to use The Weather\u2019s triggers and actions. You can use this latitude and longitude finder to look them up for your location. If you select Fahrenheit as your weather unit, The Weather returns all data in imperial units. If you select Celsius as your weather unit, The Weather returns all data in metric units. Use The Weather to trigger a Zap All triggers for The Weather app run once a day at 7AM and respect your account time zone . Choose your app and event In the Zap editor, click the Trigger step. A dialog box will open. In the App & event s tab, search for and select The Weather . Click the Event dropdown menu and select the event that will trigger the Zap. Click Continue . Set up your trigger Enter the latitude and longitude of the location you want weather conditions for. If using the Is There A Frost Warning Today?, Will It Rain Today?, Or Today\u2019s Forecast triggers, select a weather unit . If using the Today\u2019s Air Quality trigger, select an air quality threshold . This will trigger for the selected air quality threshold, as well as any air quality thresholds that are worse. Use The Weather to search for weather conditions Choose your app and event In the Zap outline, click the Action step or the plus sign + to add a new action. A dialog box will open. Search for and select The Weather . Click the Action event dropdown menu and select the action that you want your Zap to perform. Set up your action Enter the latitude and longitude of the location you want weather conditions for. If using the Get Current Weather or Today\u2019s Weather Forecast action, select a weather unit . Click Continue ."
|
|
},
|
|
"storage": {
|
|
"slug": "storage",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "StoreClient (Javascript)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496011910029-StoreClient-Javascript"
|
|
},
|
|
{
|
|
"title": "Save and retrieve data from Zap workflows using Storage by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496293271053-Save-and-retrieve-data-from-Zap-workflows-using-Storage-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Storage examples in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197365389-Storage-examples-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Using Storage by Zapier values in Code Steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496062115597-Using-Storage-by-Zapier-values-in-Code-Steps"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 05, 2024 17:48 Storing and retrieving data with StoreClient is very simple. There is no need to require it - it comes pre-imported in your Code environment. You will need to provide a secret that will protect your data. I recommend using Random.org's excellent password generator . Be very sure you pick a complex secret - if anyone guesses it they'll be able to read and write your data! Instantiating a client is very simple: var store = StoreClient('your secret here'); StoreClient is a promise based library and a great time to get familiar with async and await ! Most likely you just want to get and set some values - this is the simplest possible example: const store = StoreClient('your secret here'); await store.set('hello', 'world'); const value = await store.get('hello'); return {result: value} // value === 'world' If the value doesn't exist during your get() call - it will return a null value. Bulk Operations You can also save and retrieve multiple keys and values - a slightly more complex example: const store = StoreClient('your secret here'); await store.setMany({hello: 'world', foo: 'bar'}) const values = await store.getMany('hello', 'foo'); // values === {hello: 'world', foo: 'bar'} await store.deleteMany('hello', 'foo'); // or, if you want to wipe everything await store.clear(); Note, you can call getMany and deleteMany in a few different ways: store.getMany('hello', 'foo'); // as arguments store.getMany(['hello', 'foo']); // as array store.getMany({hello: null, foo: null}); // as object API You can also access the stored data via our store API. More info at https://store.zapier.com/ Limitations Any JSON serializable value can be saved. The secret must be under 32 chars in length. Every key must be under 32 chars in length. Every value must be under 250 kb. Only 500 keys may be saved per secret. Keys will expire if you do not touch them in 3 months."
|
|
},
|
|
"dropbox": {
|
|
"slug": "dropbox",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Dropbox Sign app on Zapier, you must have: A Dropbox Sign API plan .",
|
|
"Prerequisites To use the Dropbox app on Zapier, you must have: A paid Dropbox plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Dropbox Sign to Zapier To create an app connection to Dropbox Sign on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dropbox Sign . Click Add connection . A new browser tab or window will open. Enter",
|
|
"Connect Dropbox to Zapier To create an app connection to Dropbox on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dropbox . Click Add connection . A new browser tab or window will open. Log into Dropbox to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems With Dropbox on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495932691597-Common-Problems-With-Dropbox-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Dropbox Sign on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18499335881869-How-to-get-started-with-Dropbox-Sign-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Dropbox on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495949756045-How-to-get-started-with-Dropbox-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated July 12, 2023 16:11 Files Uploaded to a Subdirectory Aren't Detected Unfortunately, this is a current limitation of our integration with Dropbox. Zapier only detects files that are dropped directly in the specified folder when setting up the Zap. So if a new upload creates a folder and puts a file in it, the Zap won't be triggered. Folder contains more entries than file_limit (4000) Right now, you can only watch for new files in a Dropbox folder if the folder has less than 4000 items in it. You'll receive a hard error from Dropbox (and the Zap will not work) as soon as you exceed this limit. We're working on increasing this, though. Stuck in Upload Loop This error commonly occurs when uploading very large files. Unfortunately, our Dropbox integration can't handle files over 100 MB, so you'll need to try and reduce your file size or move them over to Dropbox manually. Uploading a file creates a text file instead of what I expect The Dropbox app requires file objects to be passed along during a Zap and will not download files from a URL. One may consider using a Gmail 'Send Email' action as you can provide a public URL and create a file object that Dropbox can use. File field is missing from the returned data for the New File in Folder trigger Although other data for the new file is retrieved when triggered, the file itself isn't pulled to our platform when its size is above 100 MB. This will cause other steps depending on the file field to fail. To get around this, you can set the \"Include file contents?\" field to NO to exclude the file contents and use the \"Direct Media URL\" field provided by Dropbox instead of the \"File\" field:"
|
|
},
|
|
"fathom": {
|
|
"slug": "fathom",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Fathom app on Zapier, you must have: An active Fathom account ( free or paid plan ). For personal use only: Fathom Free plan allows limited Zapier automations Access to Fathom's Settings page to enable the Zapier integration ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Fathom to Zapier To create an app connection to Fathom on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Fathom . Click Add connection . A new browser tab or window will open. Log into Fathom to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Fathom on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39883434017165-How-to-get-started-with-Fathom-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Fathom on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Fathom How to get started with Fathom on Zapier Updated March 04, 2026 04:44 Fathom and Zapier connect to automate meeting workflows. You can trigger actions when new recordings, transcripts, or action items are created and save them to apps like Google Drive or Slack. Prerequisites To use the Fathom app on Zapier, you must have: An active Fathom account ( free or paid plan ). For personal use only: Fathom Free plan allows limited Zapier automations Access to Fathom's Settings page to enable the Zapier integration . Connect Fathom to Zapier To create an app connection to Fathom on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Fathom . Click Add connection . A new browser tab or window will open. Log into Fathom to authenticate. Grant Zapier permission to access your account if prompted to. Your Fathom account is now successfully connected to Zapier. About Fathom's app Triggers, searches, and actions Triggers New Action Item (Instant) - Triggers when there's a new action item from a meeting. New Download Video (Instant) - Triggers when a meeting recording is available for download. New Recording (Instant) - Triggers when there's a new meeting recording. New AI Summary (Instant) - Triggers when there's a new AI summary from a meeting. New Highlight (Instant) - Triggers when there's a new highlight from a meeting. New Transcript (Instant) - Triggers when there's a new transcript from a meeting. Searches No searches available for this app. Actions No actions available for this app. Limitations Fathom free plan users only get \"Premium features for 5 calls per month\" including AI action items, follow-up emails, and conversational AI features, which may limit the data available for Zapier automations. Templates View all of Fathom's templates . Use cases 6 ways to automate Fathom Get it done: 6 task automation ideas Additional Fathom resources Zapier's Fathom integration page Fathon's Help Center"
|
|
},
|
|
"sub-zap-by-zapier": {
|
|
"slug": "sub-zap-by-zapier",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Understanding the Sub-Zap app",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32283713627533-Understanding-the-Sub-Zap-app"
|
|
},
|
|
{
|
|
"title": "Create reusable Zap steps with the Sub-Zap app",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308527629-Create-reusable-Zap-steps-with-the-Sub-Zap-app"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 21:22 A sub-Zap is a set of actions that can receive data from other Zap workflows and send back the results of their actions. Instead of rebuilding the same steps across multiple workflows, you can create a sub-Zap once and use it within different Zap workflows. Consider it like a \u201cmini-Zap workflow\u201d designed for specific, repeatable tasks that you can insert into any workflow. A sub-Zap allows you to manage and maintain these tasks in one place, streamlining your automation. Beta The Sub-Zap app is a beta feature. It\u2019s available for use, but still in active development and may change. Available on plans: Free Professional Team Enterprise When to use a Sub-Zap A sub-Zap is most helpful when you have the same set of steps repeated across different Zap workflows. Here are a few examples of ways you can use a sub-Zap: Data transformation: Use a sub-Zap to standardize or format data, such as converting dates, calculations, or adjusting text. Shared notifications: If you send similar notifications across several apps, a sub-Zap allows you to handle the messaging, ensuring consistency in tone and structure. Standardized responses : a sub-Zap works well for predefined workflows, such as customer follow-ups, internal alerts, or status updates. More examples can be found in this Community post . Components of a Sub-Zap A sub-Zap works by receiving data from one or more Zap workflows, processing it through a set of action steps, and sending the results back to the original Zap or Zap workflows. Each sub-Zap you build must consist of: A Start a Sub-Zap trigger: This step defines the data fields the sub-Zap workflow will receive from Zap workflows. You can specify what information from the main Zap you want to pass onto your sub-Zap. Actions : Like a regular Zap, the Sub-Zap app can include multiple actions. You can add as many actions as needed. Return From a Sub-Zap action : This final step of your sub-Zap sends data back to your Zap workflows. To interact with a sub-Zap in other Zap workflows, you add the Call a Sub-Zap action to your Zap. This action will: Send data from that Zap to your sub-Zap. Trigger your sub-Zap to run all its actions. Receive data back from the sub-Zap that can be used in any subsequent steps. Learn how to create a sub-Zap . Limitations and considerations Sub-Zap requirements : All sub-Zap workflows must use the Start a Sub-Zap trigger and have a Return From a Sub-Zap action as its last step. All Paths branches must hav"
|
|
},
|
|
"zoho-crm": {
|
|
"slug": "zoho-crm",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoho CRM app on Zapier, you must have: An active Zoho CRM account (free plan supports up to 3 users, or any paid plan). A paid Zapier plan. Zoho CRM is as a premium app on Zapier. User permissions must match the actions you want to perform in Zapier. Admin privileges are needed to create, or update records. A non-admin account can use Zapier to find and read data from their own account. API access enabled in your Zoho CRM account. You may need to contact your Zoho CRM administrator to enable API access if it's not already enabled."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoho CRM to Zapier To create an app connection to Zoho CRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho CRM . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Select Zoho Domain, select"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems With Zoho CRM",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495922246029-Common-Problems-With-Zoho-CRM"
|
|
},
|
|
{
|
|
"title": "How to get started with Zoho CRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495954476045-How-to-get-started-with-Zoho-CRM-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:14 I Cannot Get My Auth Token To Work You will need to create an auth token here: https://www.zoho.com/developer/help/api/using-authentication-token.html . If it still doesn't work, you may also need to contact your ZohoCRM administrator to enable API access. I received an error for \"EXCEEDED_MAXIMUM_ALLOWED_AUTHTOKENS\" when connecting my account You will need to delete any old or unused Auth Tokens in Zoho CRM by visiting this link: https://accounts.zoho.com/u/h#sessions/userauthtoken Then you will be able to create a new auth token here: https://www.zoho.com/developer/help/api/using-authentication-token.html What permissions do I need? Most Action steps require Admin privileges. Non-admin users will only be able to see entries associated with their own account and will not be able to create module entries. I received an error for \"Crossed License Limits\" Zoho has very strict API limits. On their lower plans you can have about two Zap workflows triggering off Zoho turned On at a time. We recommend contacting Zoho to get your API limit raised. Read more on ZohoCRM's API limits here: http://www.zoho.com/crm/help/api/using-authentication-token.html#API_Limit New Entry trigger doesn't trigger Custom Modules are not currently supported by this trigger. Zoho CRM's API limits you to the standard modules listed here . My field isn't getting saved (like Product Details) but the rest of the record is That is because Product Details and a few other fields are Related Fields in Zoho. We don't support these in Zapier yet. (More on what these are is at this link .) We try and hide them where we can but they pop up occasionally. We recommend using a different free text field to apply miscellaneous details for the record as a workaround for now. We have a couple feature requests for related fields; contact support to get notified if/when support is available. Error: Please check whether you have provided proper values for \"DATE\" fields Zoho requires a specific format to accept the date field. If you get the error above, you'll want to add a Formatter step that takes the date/time field and converts it to a format like this: 2016-05-10 09:40:35 You can do so by setting up your Formatter Date/Time action like this: Trigger Workflow is set to yes but not being triggered in Zoho We've seen two issues in the past with Zoho workflow rules: Plan issues - some workflows are only available on the Enterprise plans in Zoho. Permission issues - some workflows"
|
|
},
|
|
"todoist": {
|
|
"slug": "todoist",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Todoist app on Zapier, you must have: An active Todoist account (free Beginner plan or any paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Todoist to Zapier To create an app connection to Todoist on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Todoist . Click Add connection . A new browser tab or window will open. Log into Todoist to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Todoist",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496025744013-Common-Problems-with-Todoist"
|
|
},
|
|
{
|
|
"title": "How to get started with Todoist on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495977355661-How-to-get-started-with-Todoist-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Todoist – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Todoist Common Problems with Todoist Updated March 05, 2026 13:11 Why aren't my notes showing on my task? Notes and attachments are Premium features on Todoist, so you will need to purchase Todoist Premium in order for notes to be passed on by your Zap. Completed sub-tasks aren't triggering my Zap. Sub-tasks do not trigger when they're completed but rather when the parent task is completed. Sub-tasks will not trigger until the Task is checked off at which point two Zapier trigger events will fire."
|
|
},
|
|
"anthropic-claude": {
|
|
"slug": "anthropic-claude",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Anthropic (Claude) integration on Zapier, you must have: A paid Anthropic account with API access. View Anthropic's plans . An API key from the Anthropic Console. Get your Anthropic API key Go to the Anthropic Console . Log in or create an account. Navigate to the API keys section. Click Create Key and copy your API key. Store your API key securely. You'll need it to"
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to Anthropic (Claude) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Anthropic (Claude) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Anthropic (Claude) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15790125155853-How-to-get-started-with-Anthropic-Claude-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Anthropic (Claude) on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Anthropic (Claude) How to get started with Anthropic (Claude) on Zapier Updated January 23, 2026 10:14 Anthropic (Claude) and Zapier connect to automate AI-powered workflows. You can send messages to Claude, generate content, summarize information, and integrate AI capabilities across your apps. Prerequisites To use the Anthropic (Claude) integration on Zapier, you must have: A paid Anthropic account with API access. View Anthropic's plans . An API key from the Anthropic Console. Get your Anthropic API key Go to the Anthropic Console . Log in or create an account. Navigate to the API keys section. Click Create Key and copy your API key. Store your API key securely. You'll need it to connect to Zapier. Learn more about Anthropic's API documentation . Connect Anthropic (Claude) to Zapier To create an app connection to Anthropic (Claude) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Anthropic (Claude) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Anthropic API key . Click Yes, Continue to Anthropic (Claude) . Your Anthropic (Claude) account is now successfully connected to Zapier. About Anthropic (Claude)'s app Triggers, searches, and actions Triggers No triggers are available for Anthropic (Claude). Searches Get File Metadata : Get metadata for a specific file. List Files : List all files uploaded to Anthropic. Actions Send Message : Send a message to Claude and the model generates the next message in the conversation, storing the messages as you go. Upload File : Upload a file to Anthropic. Download File : Download file content from Anthropic. Delete File : Delete a file from Anthropic. Limitations Anthropic enforces rate limits on API requests. Learn more about Anthropic's rate limits . You must have API access enabled on your Anthropic account. Templates View all of Anthropic (Claude)'s templates . Additional Anthropic resources Zapier's Anthropic (Claude) integration page Anthropic documentation Anthropic Console"
|
|
},
|
|
"square": {
|
|
"slug": "square",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Square app on Zapier, you must have: A Square account (free or paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Square to Zapier To create an app connection to Square on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Square . Click Add connection . A new browser tab or window will open. Log into Square to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Square on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495998720909-How-to-get-started-with-Square-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Square on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Square How to get started with Square on Zapier Updated October 01, 2025 13:07 Square and Zapier connect to automate your work. You can trigger actions when new payments or customers are added and create invoices or orders. Prerequisites To use the Square app on Zapier, you must have: A Square account (free or paid plan). Connect Square to Zapier To create an app connection to Square on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Square . Click Add connection . A new browser tab or window will open. Log into Square to authenticate. Grant Zapier permission to access your account if prompted to. Your Square account is now successfully connected to Zapier. About Square's app Triggers, searches, and actions Triggers New Appointment - Triggers when a new appointment is created. (Polling) New Customer - Triggers when a new customer is created. (Polling) New Order - Triggers when a new order is processed. (Polling) New Catalog Item - Triggers when a new catalog item is created. (Polling) New Invoice - Triggers when a new invoice is added. (Polling) New Payment - Triggers when a new payment is created. (Polling) Searches Find Customer - Finds a customer based on email, phone number, or reference ID. Find Service - Finds a service. Find Customer - Find a customer. Optionally, create one if none are found. Find Customer by ID - Finds a customer based on their unique Square ID. Find Order - Finds an order based on customer, fulfillment status, or order state. Find Order - Find an order. Optionally, create one if none are found. Actions Add Customer to Group - Adds a customer to a group. Change Inventory - Adjusts an inventory or changes its physical count. Create Invoice - Creates a new draft invoice for an order. Refund Payment - Refunds a completed payment. Send Invoice - Sends an existing draft invoice. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create Appointment - Creates a new appointment. Create Customer - Creates a customer. Create Paid Order - Creates an externally paid and completed order. Remove Customer From Group - Removes a customer from a group. Update Customer - Updates a cus"
|
|
},
|
|
"jira-software-cloud": {
|
|
"slug": "jira-software-cloud",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jira Software Cloud app on Zapier, you must have: An active Jira Software Cloud account. User permissions to access the projects you want to use."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Jira Software Cloud to Zapier To create an app connection to Jira Software Cloud on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jira Software Cloud . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: What version of Jira do you use? : Select I use Jira Software Cloud . (Optional) Are you connecting to Atlassian Government Cloud (AGC)? : Select either True or False . Leave this field as False if you have a Standard Jira Cloud account. (Optional) JIRA Cloud Site : If you use multiple JIRA cloud sites, enter the site URL you want to connect to. Click Yes, Continue to Jira Software Cloud . Log into Jira Software Cloud to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Jira Software Cloud on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496083316365-Common-Problems-with-Jira-Software-Cloud-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Jira Software Cloud on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38815673973133-How-to-get-started-with-Jira-Software-Cloud-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Jira Software Cloud on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Jira Software Cloud Common Problems with Jira Software Cloud on Zapier Updated May 29, 2026 18:14 JIRA Software Cloud users seeing `Your JIRA credentials are invalid` You're a JIRA Software Cloud user seeing the following error: Your JIRA credentials are invalid, or have been temporarily disabled by Atlassian. Please log in to JIRA to verify access via these credentials. If you're using JIRA Software Cloud, you'll have to connect to our new JIRA Software Cloud app to continue to use JIRA with Zapier. Previously, the Zapier app called \"JIRA Server\" could be used when you had JIRA Software Cloud set up on JIRA. However, due to an API deprecation, the Zapier app \"JIRA Server\" cannot be used with JIRA Software Cloud any longer, as JIRA Software Cloud is no longer compatible with the Zapier \"JIRA Server\" app. In order to continue to use JIRA Software Cloud with Zapier, you'll have to connect to and rebuild your Zap workflows with the integration specifically called JIRA Software Cloud. You can view that here: https://zapier.com/apps/jira-software Fields not showing up in Create Issue action Check your Project to make sure the field you want to use is available.Check that your user role has permission to update this field."
|
|
},
|
|
"quickbooks": {
|
|
"slug": "quickbooks",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the QuickBooks Online app on Zapier, you must have: A paid QuickBooks Online subscription . Admin permissions in your QuickBooks Online account. A paid Zapier plan. QuickBooks Online is a premium app on Zapier. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your QuickBooks Online instance requires IP allowlisting. Connect QuickBooks Online to Zapier To create an app connection to QuickBooks Online on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select QuickBooks Online . Click Add connection . A new browser tab or window will open. Log into QuickBooks Online to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "QuickBooks Online error: Nothing could be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33994496448781-QuickBooks-Online-error-Nothing-could-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Common Problems with QuickBooks Online on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496000012301-Common-Problems-with-QuickBooks-Online-on-Zapier"
|
|
},
|
|
{
|
|
"title": "QuickBooks Online error: Required fields are missing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33344679121037-QuickBooks-Online-error-Required-fields-are-missing"
|
|
},
|
|
{
|
|
"title": "How to get started with QuickBooks Online on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495935103885-How-to-get-started-with-QuickBooks-Online-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:12 When using any of QuickBooks Online search actions in your Zap workflows, you see the error message \u201cNothing could be found for the search\". You may see this error when setting up a Zap or in the details of a Zap run in your Zap history. Causes This happens when the search value provided in your Zap does not match the actual data in QuickBooks Online. Common causes include: Incorrect field selection : The Zap may have the wrong field mapped . For instance, if QuickBooks Online requires a numerical ID for the invoice, but the chosen field provides text, the search will error. Whitespace character issues : Extra spaces (leading, trailing, or within) in the mapped field can prevent an exact match. For example, \" Invoice 123 \" will not match \"Invoice 123\" as it contains a space before and after the data. Data inconsistencies : The data in the mapped field may not match due to typos, case sensitivity differences, or other minor discrepancies compared to the data in QuickBooks Online. How to fix it To fix this issue: Review the Data Out tab in your most recent Zap run to understand what is being sent to QuickBooks Online. If the wrong field is mapped , replace it with the correct field. To check for whitespaces characters, highlight the field by clicking and dragging your cursor over the text. This will make extra whitespaces more noticeable. If the whitespace was added to the Zap step field, remove it and leave only the mapped field. If the mapped field contains white spaces, you can add a Formatter step to remove extra text . If the above steps do not resolve the issue, check the help text for the search value. It will contain information about how QuickBooks Online expects to read this information. If the mapped field looks correct, check in QuickBooks Online to see if the data matches. For example, verify the email address provided by the Zap matches the email address on the customer profile in QuickBooks Online. If the data in QuickBooks Online does not match the data available in your Zap, it's likely due to how the data is entered into QuickBooks Online. If the data matches, check you are searching by the correct field in your QuickBooks Online search action. Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier us"
|
|
},
|
|
"follow-up-boss": {
|
|
"slug": "follow-up-boss",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Follow Up Boss app on Zapier, you must have: A paid Follow Up Boss account. Correct permission level to the information you need. Access permission are based on your role, requiring you to have one of the following roles: Owner, Admin (Broker), Agent, or Lender access."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Follow Up Boss to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with SMTP on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495975505421-Common-Problems-with-SMTP-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Follow Up Boss on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495975567501-How-to-get-started-with-Follow-Up-Boss-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Follow Up Boss",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496004884621-Common-Problems-with-Follow-Up-Boss"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with SMTP on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Zapier tools Email & communication Email, IMAP, SMTP, & Email Parser Common Problems with SMTP on Zapier Updated March 05, 2026 13:11 Can I send HTML messages with a zap using SMTP? Yes! To do this, you add the HTML version of your email to the \"HTML Body\" field on your Zap template. You need to do this in addition plain text version of your body. The plain text version is then a fall back if the receiving client can't accept HTML. For tips on writing HTML, check out W3 Schools here: https://www.w3schools.com/html/html_basic.asp 503 5.5.1 RCPT Errors If you get an error with \"503 5.5.1 RCPT\" in the message, this likely means that the email address the zap was trying to send to was empty or invalid. Double check that you have a valid email address in your sample data and task history for that zap, and make changes to the configuration of your zap if you don't. I am not receiving emails sent by SMTP by Zapier When using SMTP by Zapier, the emails are actually being sent by your mailserver. Zapier communicates with it via SMTP to deliver the data from our system, but your mailserver is ultimately sending these emails. You should review your SMTP logs should you need more information about delivery status."
|
|
},
|
|
"skool": {
|
|
"slug": "skool",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Skool app on Zapier, you must have: A Skool Pro plan subscription. Group admin permissions in your Skool account. Access to your Skool group's API key and Skool group URL (the back half of your group's URL) for authentication purposes."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Skool to Zapier To create an app connection to Skool on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Skool . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Skool group API key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Skool on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/10458381459341-How-to-get-started-with-Skool-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Skool on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Skool How to get started with Skool on Zapier Updated January 23, 2026 14:12 Skool and Zapier connect to automate your community. You can trigger actions when new paid members join and invite members or unlock courses. Prerequisites To use the Skool app on Zapier, you must have: A Skool Pro plan subscription. Group admin permissions in your Skool account. Access to your Skool group's API key and Skool group URL (the back half of your group's URL) for authentication purposes. Connect Skool to Zapier To create an app connection to Skool on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Skool . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Skool group API key : Enter your Skool group API key . Skool group URL : Enter your Skool group URL . Click Yes, Continue to Skool . Your Skool account is now successfully connected to Zapier. About Skool's app Triggers, searches, and actions Triggers Answered Membership Questions (Polling) - Triggers when a potential member has submitted answers to group membership questions. New Paid Member (Polling) - Triggers when a new member successfully completes payment and joins the group. Searches No search actions are available for this app. Actions Invite Member - Invites a Member to your group (requires Email Address) Unlock Course for Member - Unlocks a given course for a specific member in your group (requires Email Address) Limitations The Zapier integration is only available on the Pro plan and not on the Hobby plan. Templates View all of Skool's templates . Use cases 5 ways to automate Skool Automate certificates for online tests and quizzes Additional Skool resources Zapier's Skool integration page Skool's Help Center Skool's API documentation"
|
|
},
|
|
"google-ai-studio": {
|
|
"slug": "google-ai-studio",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google AI Studio (Gemini) app on Zapier, you must have: A Google account with access to Google AI Studio . An API key from Google AI Studio. Get your Google AI Studio API key Go to Google AI Studio API keys . Log in with your Google account if prompted. Click Create API key . Select a Google Cloud project or create a new one. Copy your API key and store it securely. You will need it to"
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to Google AI Studio (Gemini) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google AI Studio (Gemini) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google AI Studio (Gemini) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29858475126413-How-to-get-started-with-Google-AI-Studio-Gemini-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google AI Studio (Gemini) on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Google AI Studio (Gemini) How to get started with Google AI Studio (Gemini) on Zapier Updated August 10, 2026 10:41 Google AI Studio (Gemini) and Zapier connect to automate AI-powered workflows. You can generate text, images, audio, and video, understand documents and audio files, and have conversations with Gemini models. Prerequisites To use the Google AI Studio (Gemini) app on Zapier, you must have: A Google account with access to Google AI Studio . An API key from Google AI Studio. Get your Google AI Studio API key Go to Google AI Studio API keys . Log in with your Google account if prompted. Click Create API key . Select a Google Cloud project or create a new one. Copy your API key and store it securely. You will need it to connect to Zapier. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Google AI Studio (Gemini) instance requires IP allowlisting. Connect Google AI Studio (Gemini) to Zapier To create an app connection to Google AI Studio (Gemini) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google AI Studio (Gemini) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Google AI Studio API key . Click Yes, Continue to Google AI Studio (Gemini) . Your Google AI Studio (Gemini) account is now successfully connected to Zapier. About Google AI Studio (Gemini)'s app Triggers, searches, and actions Triggers No triggers are available for Google AI Studio (Gemini). Searches No search actions are available for Google AI Studio (Gemini). Actions Send Prompt - Sends a prompt to a Gemini model and returns the generated response. You can configure system instructions, temperature, and other parameters. Create Conversation - Starts or continues a conversation with a Gemini model. Supports multi-turn conversations with message history. Understand Document - Processes a document from a URL and answers questions or generates summaries based on your prompt. Understand Audio - Processes an audio file from a URL and generates transcripts, summaries, or answers questions based on your prompt. Ge"
|
|
},
|
|
"quo": {
|
|
"slug": "quo",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Quo app on Zapier, you must have: An active Quo subscription. Owner or Admin permissions in your Quo workspace."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Quo to Zapier To create an app connection to Quo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Quo . Click Add connection . A new browser tab or window will open. Log into Quo to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Quo (formerly OpenPhone) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39931472609677-How-to-get-started-with-Quo-formerly-OpenPhone-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Quo (formerly OpenPhone) on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Quo How to get started with Quo (formerly OpenPhone) on Zapier Updated September 29, 2025 10:26 Quo and Zapier connect to automate your phone system. You can trigger actions when calls complete or messages arrive and send texts or update contacts. Prerequisites To use the Quo app on Zapier, you must have: An active Quo subscription. Owner or Admin permissions in your Quo workspace. Connect Quo to Zapier To create an app connection to Quo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Quo . Click Add connection . A new browser tab or window will open. Log into Quo to authenticate. Grant Zapier permission to access your account if prompted to. Your Quo account is now successfully connected to Zapier. About Quo's app Triggers, searches, and actions Triggers Call Recording Completed (Instant) - Triggers when a call recording has finished. Outgoing Message Delivered (Instant) - Triggers when an outbound message was delivered to the recipients. Outgoing Call Completed (Instant) - Triggers when an outgoing call has ended. Incoming Call Completed (Instant) - Triggers when an incoming call is completed. If the call is not picked up by you, the answeredAt field will be null. If the user leaves a voicemail, you will get the recording and a transcription on the same object. Incoming Message Received (Instant) - Triggers when you receive a message. Searches No search actions available. Actions Send a Message - Sends a new message via OpenPhone. Create or Update Contact - Creates a contact or updates an existing contact. Limitations Completed US carrier registration is required for messaging to US numbers. Standard SMS limited to 160 characters per segment, Unicode/emoji SMS limited to 70 characters per segment, with longer messages automatically split into multiple segments. Learn more about Quo character count limits and strategies . Rate limits apply. API usage limits are designed to prevent abuse and ensure reliability, with limits varying by endpoint and subscription level. Templates View all of Quo's templates . Use cases 5 ways to automate Jobber with Zapier Connect your virtual phone system to other business apps with automation Easily send OpenPh"
|
|
},
|
|
"instagram-for-business": {
|
|
"slug": "instagram-for-business",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Instagram for Business app on Zapier, you must have: An Instagram Business or Creator account. Your Instagram professional account linked to a Facebook Page . Note To use the Publish Photo or Publish Video actions, you must have permission to create content on the linked Facebook Page. For Classic and new experience pages , you need at least partial Facebook access or task access to content . For Facebook Pages part of a business portfolio , you need at least partial access (business tools and Facebook)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Instagram for Business to Zapier Instagram for Business uses OAuth to authenticate"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Instagram for Business on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496085325069-Common-Problems-with-Instagram-for-Business-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Instagram for Business on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496101110541-How-to-get-started-with-Instagram-for-Business-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Instagram for Business on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Instagram for Business Common Problems with Instagram for Business on Zapier Updated October 29, 2024 16:58 I\u2019m getting an error when using the Publish Photo action The Publish Photo action only works for Instagram Business accounts linked to a Facebook user with permission to create content. The specific permissions required depend on the type of Facebook account type: Classic and new experience pages : You must have at least partial Facebook access or task access to content . Facebook Pages part of a business portfolio : You must have at least partial access (business tools and Facebook). Why can I only tag 9 users in the Publish Photo action? Currently, this action is limited to only 9 tagged users. Those tagged users will be displayed in a 3x3 grid from top to bottom and left to right. The correct location is not being tagged When using a \u201cLocation\u201d field in the Publish Photo action, this field chooses the first matching result that Instagram provides. To tag the correct location, you\u2019ll need to enter a specific location, such as an address. If you\u2019re interested in a specific Instagram step to find a particular location more accurately, reach out and let our Support team know , and they can file a feature request for this."
|
|
},
|
|
"facebook-lead-ads-beta": {
|
|
"slug": "facebook-lead-ads-beta",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Facebook Lead Ads (for Business admins) app on Zapier, you must have: The Facebook page that you\u2019re connecting to must be added to a business portfolio . Your Facebook account must be added to the business portfolio associated with the ad account and Facebook page. You must have full control access for the business asset access associated with the ad account and Facebook page. A paid Zapier account. Facebook Lead Ads (for Business Admins) is a premium app on Zapier. Note Zapier offers two versions of the Facebook Lead Ads app integration on Zapier: one for standard accounts and one for Business Admins. The app you should use depends on the permissions of your Facebook account ."
|
|
],
|
|
"connect_steps": [
|
|
"connect Facebook Lead Ads to Zapier. Facebook Lead Ads (for Business Admins) You\u2019ll need to have the following permissions for each page you'd like to use with a Zap: The Facebook page that you\u2019re connecting to must be added to a business portfolio . Your Facebook account must be added to the business portfolio associated with the ad account and Facebook page. You must have full control access for the business asset access associated with the ad account and Facebook page. Once you have the correct permissions, you can connect Facebook Lead Ads (for Business Admins) to Zapier. Note If you update your Facebook Lead Ads permissions , you must reconnect your account to Zapier. Troubleshooting your Facebook permissions If you have trouble setting these permissions, it may mean you do not have admin access. In this case, the business manager admin can implement these changes for you. More information on controlling access to your leads can be found in Facebook's documentation .",
|
|
"To create an app connection to Facebook Lead Ads (for Business admins) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Facebook Lead Ads (for Business admins) . Click Add connection . A new browser tab or window will open. Log into Facebook Lead Ads (for Business admins) to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "What permissions do I need to use Facebook Lead Ads with Zapier?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496040397965-What-permissions-do-I-need-to-use-Facebook-Lead-Ads-with-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Facebook Lead Ads (for Business Admins) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496123584781-How-to-get-started-with-Facebook-Lead-Ads-for-Business-Admins-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"woocommerce": {
|
|
"slug": "woocommerce",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the WooCommerce app on Zapier, you must have: The paid WooCommerce Zapier Integration plugin from the WooCommerce.com Extension Store. Software requirements : A WordPress website with WooCommerce installed (minimum version 8.3, latest version recommended). WordPress version 6.4 or higher (latest version recommended). PHP version 7.4 or higher (latest version recommended). Configuration requirements : A WordPress administrator account with administrator role permissions. WordPress pretty permalinks enabled (default permalinks will not work). HTTPS enabled on your website (site must be accessible via https://). WooCommerce REST API running and operational. WordPress Cron running and operational. WooCommerce extensions To use specific features for a WooCommerce extensions with Zapier, you must ensure you have the minimum version installed. Learn more in WooCommerce's extension requirements documentation . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your WooCommerce instance requires IP allowlisting. Connect WooCommerce to Zapier To create an app connection to WooCommerce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WooCommerce . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: WordPress Site Address (URL) : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with WooCommerce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495989524621-How-to-get-started-with-WooCommerce-on-Zapier"
|
|
},
|
|
{
|
|
"title": "WooCommerce update: new features and enhancements",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25419111668621-WooCommerce-update-new-features-and-enhancements"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with WooCommerce on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce WooCommerce How to get started with WooCommerce on Zapier Updated August 10, 2026 10:41 WooCommerce and Zapier connect to automate your store. You can trigger actions when new orders or customers are created and create products or update inventory. Prerequisites To use the WooCommerce app on Zapier, you must have: The paid WooCommerce Zapier Integration plugin from the WooCommerce.com Extension Store. Software requirements : A WordPress website with WooCommerce installed (minimum version 8.3, latest version recommended). WordPress version 6.4 or higher (latest version recommended). PHP version 7.4 or higher (latest version recommended). Configuration requirements : A WordPress administrator account with administrator role permissions. WordPress pretty permalinks enabled (default permalinks will not work). HTTPS enabled on your website (site must be accessible via https://). WooCommerce REST API running and operational. WordPress Cron running and operational. WooCommerce extensions To use specific features for a WooCommerce extensions with Zapier, you must ensure you have the minimum version installed. Learn more in WooCommerce's extension requirements documentation . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your WooCommerce instance requires IP allowlisting. Connect WooCommerce to Zapier To create an app connection to WooCommerce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WooCommerce . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: WordPress Site Address (URL) : Enter your WordPress website's home page URL starting with https:// and without trailing slash. WordPress Username : Enter your administrator username or email address . WordPress Application Password : Enter your WordPress Application Password (recommended) or regular WordPress password . Click Yes, Continue to WooCommerce . Your WooCommerce account is now successfully connected to Zapier. About WooCommerce's app Triggers, searches, and actions Triggers Booking (Instant) - Triggers when any Booking is created, updated, deleted, etc. WooCommerce"
|
|
},
|
|
"microsoft-teams": {
|
|
"slug": "microsoft-teams",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Teams app on Zapier, you must have: A Business or Enterprise Microsoft 365 paid plan (Microsoft Teams Essentials, Microsoft 365 Business Basic, Microsoft 365 Business Standard, or any Enterprise plan). One of the following administrator roles in your Microsoft 365 organization: Global Administrator Security Administrator Security Reader Privileged Role Administrator. Installation of the Zapier app within Microsoft Teams. Install Zapier app To install the Zapier app on Microsoft teams: Open up Microsoft Teams and check the Teams tab. Find the team you'd like to use and press the three dots next to its name . Select Manage team . Click Apps > More apps to reach Microsoft's app store. In the search box, enter \" Zapier \". Click the dropdown arrow next to Open , then Add to a team . From there, [Team Name] > General should be populated by default, but if not, locate it and then click Set up a bot . Go back to Zapier and refresh the Team dropdown menu in the Zap."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Teams to Zapier To create an app connection to Microsoft Teams on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Teams . Click Add connection . A new browser tab or window will open. Log into Microsoft Teams to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Microsoft Teams on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496015602829-Common-Problems-with-Microsoft-Teams-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Microsoft Teams on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496017011469-How-to-get-started-with-Microsoft-Teams-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Microsoft Teams on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Microsoft Teams Common Problems with Microsoft Teams on Zapier Updated March 05, 2026 12:41 Error: \"DataPostError: Problem creating Connected Account Test\" If you receive this error, this is because the Microsoft Teams Zapier integration does not support Microsoft Teams Free accounts. In addition, ensure your Microsoft Teams account that you're connecting to Zapier is one of the following administrator roles: Global Administrator, Security Administrator, Security Reader or Privileged Role Administrator. More information on how to view your permission level in Microsoft Teams can be found here . I installed the Zapier app, but the team I want to use is still listed as \"Requires Zapier app to be installed\" If you see Requires Zapier app to be installed beside the team name in the Zap editor, it usually means that the app has not been installed for that specific team. To get the app installed: Open up Microsoft Teams and check the Teams tab. Find the team you'd like to use and press the three dots next to its name. Select Manage team . Click Apps > More apps to reach Microsoft's app store. In the search box, enter \"Zapier.\" Click the dropdown arrow next to Open , then, Add to a team . From there, [Team Name] > General should be populated by default, but if not, locate it and then click Set up a bot . Go back to Zapier and refresh the Team dropdown menu in the Zap. If you go through these steps and still don't see the message removed from the team, try reconnecting Microsoft Teams to Zapier. Learn how to reconnect your app account ."
|
|
},
|
|
"xero": {
|
|
"slug": "xero",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Xero app on Zapier, you must have: A paid Xero account. Standard or Adviser level user permissions in your Xero organization . A paid Zapier plan. Xero is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Xero to Zapier To create an app connection to Xero on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Xero . Click Add connection . A new browser tab or window will open. Log into Xero to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Xero on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38844152391821-How-to-get-started-with-Xero-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Xero on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495985208589-Common-Problems-with-Xero-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Xero: New Sales Invoice trigger is not triggering as expected",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32817998525965-Xero-New-Sales-Invoice-trigger-is-not-triggering-as-expected"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Xero on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Xero How to get started with Xero on Zapier Updated April 10, 2026 17:03 Xero and Zapier connect to automate your accounting work. You can trigger actions when new payments or invoices are created and create invoices or contacts. Available on plans: Free Professional Team Enterprise Prerequisites To use the Xero app on Zapier, you must have: A paid Xero account. Standard or Adviser level user permissions in your Xero organization . A paid Zapier plan. Xero is a premium app on Zapier. Connect Xero to Zapier To create an app connection to Xero on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Xero . Click Add connection . A new browser tab or window will open. Log into Xero to authenticate. Grant Zapier permission to access your account if prompted to. Your Xero account is now successfully connected to Zapier. About Xero's app Triggers, searches, and actions Triggers New Bank Transaction (Polling) - Triggers when a new bank transaction is created. New Contact (Polling) - Triggers when you add a new contact. New Employee (Polling) - Triggers when a new employee is created (Exclusively for Australian Instances). Overdue Sales Invoice (Polling) - Triggers when a sales invoice is overdue by a specified number of days. New Payslip (Polling) - Triggers when a new payslip is created. New Purchase Order (Polling) - Triggers when a new purchase order is created or enters a status for the first time. New Reconciled Payment (Polling) - Triggers when a payment is reconciled for the first time. New or Updated Contact (Polling) - Triggers when a contact is created or updated. Updated Sales Invoice (Instant) - Triggers when a Sales Invoice is updated. New Bill (Polling) - Triggers when you add a new bill. (Accounts Payable). New Credit Note (Polling) - Triggers when a new credit note is created. New Report (Polling) - Triggers when you run or refresh one of the selected Xero report types (Balance Sheet, Profit & Loss, etc.). New Payment (Polling) - Triggers when you receive a new payment. New Project (Polling) - Triggers when a new project is created. May not trigger if there are more than 500 projects. Searches Find Credit Note - Finds a credit note by number or reference and retrieve"
|
|
},
|
|
"zendesk": {
|
|
"slug": "zendesk",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zendesk app on Zapier, you must have: Administrator permissions in your Zendesk account with API access enabled. A Zendesk Team plan or higher. A paid Zapier plan. Zendesk is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zendesk to Zapier To create an app connection to Zendesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zendesk . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Account : Enter",
|
|
"to connect your Zendesk account to Zapier are usually because the account being connected isn't an admin account inside of Zendesk. You'll need to make sure you're connecting using a Zendesk user who is also an administrator for this to work. It is also possible you have API access disabled inside Zendesk. To turn it on, go to your API Channel Settings (Channels > API) and enable the API. Date is invalid error Zendesk expects the date in ISO format: \"2016-08-16\". To fix this, there are two options: If you control how the date is formatted in the trigger, you can change it to the correct format at the source. If you do not control how the date is formatted in the trigger, you can use the Formatter app to convert the date to the format that Zendesk requires. Custom Fields That I Didn't Select Are Being Added to New/Updated Tickets The ticket may be getting picked up and modified by Zendesk Triggers . In Zendesk, Triggers are business rules that run immediately after tickets are created or updated. These can sometimes have conditions which can cause custom fields to be added to the ticket. Extra Tags That I Didn't Select Are Being Added to New/Updated Tickets If extra tags that are being added, check to see if Automatic Ticket Tagging is enabled. Seeing a 404 Error When Searching for a New Sample with the New Ticket Trigger This can happen when the View that is selected in the options is no longer available. You'll need to either select a new View or recreate the View and reselect it before attempting to pull in a new sample. My Search Query Isn't Finding Any Tickets Are you searching by description and using partial word in your search query? The Zendesk search will look for an exact match, so partial words won't return any results. For example, if there is a ticket with description \"This is a ticket\" and the search is for \"This is a tick\", nothing will be found, even though \"This is a\" may find that ticket. A Requester Is Not Receiving Email Notifications of Newly Cr"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zendesk on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495936547085-How-to-get-started-with-Zendesk-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Zendesk",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495936578701-Common-Problems-with-Zendesk"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zendesk on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Support Zendesk How to get started with Zendesk on Zapier Updated April 10, 2026 17:04 Zendesk and Zapier connect to automate your support work. You can trigger actions when new tickets are created and create tickets from forms or update existing ones. Available on plans: Free Professional Team Enterprise Prerequisites To use the Zendesk app on Zapier, you must have: Administrator permissions in your Zendesk account with API access enabled. A Zendesk Team plan or higher. A paid Zapier plan. Zendesk is a premium app on Zapier. Connect Zendesk to Zapier To create an app connection to Zendesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zendesk . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Account : Enter your Zendesk subdomain . Agent Email : Enter your Zendesk administrator email address . API Token : Enter your Zendesk API token . Learn more about finding your Zendesk API token . Click Yes, Continue to Zendesk . Your Zendesk account is now successfully connected to Zapier. About Zendesk's app Triggers, searches, and actions Triggers New Group - Triggers when a new group is created. (Polling) New Ticket in View - Triggers when a new ticket is added to a view. (Polling) Tag Added to User - Triggers when a one or more tags are added to a user. (Instant) New Suspended Ticket - Triggers when a new suspended ticket is created in Zendesk. Note: Suspended tickets are automatically deleted after 14 days. (Polling) Updated Ticket - Triggers when an existing ticket is updated. (Polling) New View - Triggers when a new view is created. (Polling) New Tag Added to Ticket - Triggers when a new tag is added to a ticket. (Polling) New Ticket - Triggers when a new ticket is created. Optionally select an organization. (Polling) New Organization - Triggers when a new organization is created. (Polling) New Action on Ticket - Triggers when there is activity (an audit) on a specific ticket. Non-admins can only watch one ticket per Zap. (Polling) New User - Triggers when a new user is created. (Polling) Searches Find Tickets - Finds existing tickets. Returns multiple results as individual items. Find Latest Comment - Find"
|
|
},
|
|
"manychat": {
|
|
"slug": "manychat",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Manychat app on Zapier, you must have: An active Manychat Pro subscription."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Manychat to Zapier To create an app connection to ManyChat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ManyChat . Click Add connection . A new browser tab or window will open. Log into ManyChat to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Manychat on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39319458369037-How-to-get-started-with-Manychat-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Manychat on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Manychat How to get started with Manychat on Zapier Updated September 18, 2025 15:54 Manychat and Zapier connect to automate your chatbot workflows. You can trigger actions when users subscribe or get tagged and send messages or update user data. Prerequisites To use the Manychat app on Zapier, you must have: An active Manychat Pro subscription. Connect Manychat to Zapier To create an app connection to ManyChat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ManyChat . Click Add connection . A new browser tab or window will open. Log into ManyChat to authenticate. Grant Zapier permission to access your account if prompted to. Your ManyChat account is now successfully connected to Zapier. About Manychat's app Triggers, searches, and actions Triggers Chat Opened - Triggers when a chat is opened with a user. (Instant) New Order Paid - Triggers when a user has purchased an order. (Instant) New or Updated Custom Field - Triggers when you add/update a selected custom field on a user. (Instant) New \"Trigger a Zap\" Event - Triggers when your bot sends the \"Trigger a Zap\" event. (Instant) New Subscriber - Triggers when a user subscribes to your page. (Instant) New Tagged User - Triggers when a new tag is added to a user. (Instant) Searches Find User by Custom Field - Finds a user by custom field. Find User by Name - Finds a user by name. Find Order by ID - Finds a order by ID. Find User by ID - Finds a user by ID. Actions Add Tag to User - Adds a tag to a user. Remove Tag From User - Removes a tag from a user. Send Content to User - Sends a content to a user. Set Custom Field - Adds or updates a custom field value for a user. Unsubscribe User From Sequence - Unsubscribes a user from a sequence. Create Subscriber - Create a Unified or a WhatsApp subscriber. Send Dynamic Message to User - Sends a dynamic message to user. Send Text Message to User - Sends a message to a user. Subscribe User to Sequence - Subscribes existing ManyChat Subscriber to a Sequence. Subscribers can't be added via Zapier. Limitations API rate limits apply . The API has a 10 requests per second (RPS) limit for subscriber endpoints that applies to each chatbot account. Templates View all of Manychat's"
|
|
},
|
|
"microsoft-todo": {
|
|
"slug": "microsoft-todo",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft To Do app on Zapier, you must have: A valid Microsoft account - either a personal Microsoft account (free) or a work/school account with appropriate licensing. For work/school accounts : A supported Microsoft 365 subscription that includes Microsoft To Do licensing (Business Essentials, Business Premium, Enterprise E1-E5, Education plans, etc.)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft To Do to Zapier To create an app connection to Microsoft To Do on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft To Do . Click Add connection . A new browser tab or window will open. Log into Microsoft To Do to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft To Do on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496034283533-How-to-get-started-with-Microsoft-To-Do-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft To Do on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Microsoft To Do How to get started with Microsoft To Do on Zapier Updated January 21, 2026 11:19 Microsoft To Do and Zapier connect to automate your tasks. You can trigger actions when new tasks are created or completed and create new tasks in lists. Prerequisites To use the Microsoft To Do app on Zapier, you must have: A valid Microsoft account - either a personal Microsoft account (free) or a work/school account with appropriate licensing. For work/school accounts : A supported Microsoft 365 subscription that includes Microsoft To Do licensing (Business Essentials, Business Premium, Enterprise E1-E5, Education plans, etc.). Connect Microsoft To Do to Zapier To create an app connection to Microsoft To Do on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft To Do . Click Add connection . A new browser tab or window will open. Log into Microsoft To Do to authenticate. Grant Zapier permission to access your account if prompted to. Your Microsoft To Do account is now successfully connected to Zapier. About Microsoft To Do's app Triggers, searches, and actions Triggers Completed Task - Triggers when a task is completed. (Polling) New Task - Triggers when a new task is created. (Polling) New List - Triggers when a new list is created. (Polling) Updated Task - Triggers when a task is updated. (Polling) Searches Find a Task - Search for a Task. Actions Create List - Creates a new list. Complete Task - Marks a task as complete. Create Task - Creates a new task. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Find or Create Task - Finds a task by title, or creates one if none is found. Limitations API rate limits apply . Microsoft Graph API (which Microsoft To Do uses) has a global limit of 130,000 requests per 10 seconds per app across all tenants, and the Microsoft To-Do connector specifically limits API calls to 100 per connection every 60 seconds. Trigger polls are limited to once every 120 seconds (2 minutes), which may cause delays in real-time automation. Templates View all of Microsoft To Do's templates . Use cases Microsoft To Do automation: 5 ways to streamline your t"
|
|
},
|
|
"wordpress": {
|
|
"slug": "wordpress",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the WordPress app on Zapier, you must have: The Zapier for WordPress plugin installed and activated on your WordPress site. For WordPress.com users: A Business plan or higher to install plugins. Your website must be launched . Use SSL with your website to ensure the safety of your WordPress login credentials. (Optional, but recommended) A WordPress user account with Editor or Administrator permissions for Zapier to access your site. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your WordPress instance requires IP allowlisting. Connect WordPress to Zapier To create an app connection to WordPress on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WordPress . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Base URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with WordPress (Legacy)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495984944909-How-to-Get-Started-with-WordPress-Legacy"
|
|
},
|
|
{
|
|
"title": "Common Problems with WordPress",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495969550989-Common-Problems-with-WordPress"
|
|
},
|
|
{
|
|
"title": "How to get started with WordPress on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496101767309-How-to-get-started-with-WordPress-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated June 20, 2024 13:27 The first thing you'll need to do when setting up Zapier with WordPress is give us the information to access your WordPress account. For example, that means your: Blog URL A username A password While not required, we highly recommend using SSL with your blog to ensure the safety of your WordPress login credentials. You can find more information about using SSL and SSL certificates with your WordPress site on our Advanced Tips help page . Also, while optional, we really recommend creating a brand new user, just for Zapier, with a strong password generated from a service like random.org . We'll show you how to do that now! Creating a Secure Account for Zapier (optional) This is a simple process, just a few steps are involved. First you'll need to log into your WordPress admin and click to add a new User: Now put zapier as the username, use any email you like (maybe your own email address, don't use Zapier's email addresses) and generate a secure password . For role, you can choose Admin if you want Zapier to be able to do anything to your blog. We generally recommend Editor , but you can read more about WordPress User Roles if you like! Click Add New User and that's it for this section! Connecting Your Account to Zapier Now that you have a user account for Zapier to use, we can connect your account! One thing you'll need to get right is your Base URL , but it is quite simple. Let's say your admin account is located here: Then you'd want to use the same URL before /wp-admin/ as your Base URL, and place your username password. That would look something something like this: Please note, the /wordpress/ section of the URL is not really required, that just happens to be where it is installed. Your's might be http://blog.mywebsite.com/ or https://mywebsite.com/blog/ or even https://mywebsite.com/ ! After clicking continue, you should see a section that looks something like this: Congrats, your account is now connected to Zapier!"
|
|
},
|
|
"strava": {
|
|
"slug": "strava",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Strava app on Zapier, you must have: An active Strava account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Strava to Zapier To create an app connection to Strava on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Strava . Click Add connection . A new browser tab or window will open. Log into Strava to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Strava on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496039717517-Common-problems-with-Strava-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Strava on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048093197-How-to-get-started-with-Strava-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 My Strava Club Activity Zap workflows don't trigger according to my plan's interval Due to limitations imposed by the Strava API, Zap workflows using this app as a trigger can only check for information every 15 minutes. Why don't I see all of the activity fields for \"Club Activities\"? Strava limits what club activity data is made available to external applications. Examples of fields not provided are Activity ID , URL and Athlete Last Name ."
|
|
},
|
|
"pandadoc": {
|
|
"slug": "pandadoc",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the PandaDoc app on Zapier, you must have: A PandaDoc Business or Enterprise plan. An active PandaDoc account with proper workspace access (if using multiple workspaces, ensure you"
|
|
],
|
|
"connect_steps": [
|
|
"Connect PandaDoc to Zapier To create an app connection to PandaDoc on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select PandaDoc . Click Add connection . A new browser tab or window will open. Log into PandaDoc to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with PandaDoc on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048747021-Common-Problems-with-PandaDoc-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with PandaDoc on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496064389773-How-to-get-started-with-PandaDoc-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with PandaDoc on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files PandaDoc Common Problems with PandaDoc on Zapier Updated March 05, 2026 12:41 If you have several workspaces in your PandaDoc account, you will see sample templates from the workspace you connected to Zapier at the 3rd step \"Connect PandaDoc + Zapier\" If you have multiple pricing tables in a document, products from the pricing tables will show up in different arrays (like in different fields). In order to pass all products into an Action application, you need to add all product arrays in a respective field, e.g., find and add all product name (PricingTable1 Product Name, PricingTable2 Product Name fields) fields arrays in the Name field. If role name in PandaDoc contains an underscore (_), errors might occur in the \u201cCreate document\u201d action causing recipient information to map incorrectly. The Zap will fail during a test. If PandaDoc serves as a \u201cTrigger\u201d application and you do not select a PandaDoc template, you\u2019ll be able to use general PandaDoc document data only in an \u201cAction\u201d application. However, if you select a template, you will get all the data available in the template: tokens, fields, pricing tables, metadata. Zap set for a template won\u2019t work for a document duplicate created out of this template."
|
|
},
|
|
"google-chat": {
|
|
"slug": "google-chat",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Chat app on Zapier, you must have: A Google Workspace account (Business or Enterprise plan) with access to Google Chat. Permission to install Zapier app from your Google Workspace administrator. The Zapier app must be added to Google Chat and configured with \"allowzaps\" command to enable Zap integration."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Chat to Zapier To create an app connection to Google Chat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Chat . Click Add connection . A new browser tab or window will open. Log into Google Chat to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Chat on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27757653667597-How-to-get-started-with-Google-Chat-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Chat on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Google Chat How to get started with Google Chat on Zapier Updated January 23, 2026 14:45 Google Chat and Zapier connect to send automated messages. You can create messages in chat spaces when forms are submitted or emails arrive. Prerequisites To use the Google Chat app on Zapier, you must have: A Google Workspace account (Business or Enterprise plan) with access to Google Chat. Permission to install Zapier app from your Google Workspace administrator. The Zapier app must be added to Google Chat and configured with \"allowzaps\" command to enable Zap integration. Connect Google Chat to Zapier To create an app connection to Google Chat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Chat . Click Add connection . A new browser tab or window will open. Log into Google Chat to authenticate. Grant Zapier permission to access your account if prompted to. Your Google Chat account is now successfully connected to Zapier. About Google Chat's app Triggers, searches, and actions Triggers No triggers are available for Google Chat. Searches No searches are available for Google Chat. Actions Create Message - Create a message in Hangouts Chat. Limitations Rate limits apply with a maximum of 1 write per second per space for message creation, updates, and deletions. Google's Advanced Protection Program must be disabled to use Google Chat with Zapier, as it blocks third-party app access. To send messages in groups chats, you must add Zapier as a bot . Templates View all of Google Chat's templates . Use cases 5 ways to automate Google Chat with Zapier Notify your team about Gmail emails in Google Chat Additional Google Chat resources Zapier's Google Chat integration page Google Chat's Help Center Google Chat's API documentation"
|
|
},
|
|
"wpforms": {
|
|
"slug": "wpforms",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the WPForms app on Zapier, you must have: A WPForms Pro license or higher. The latest version of WPForms installed to meet the minimum required version for the Zapier addon. A WordPress website with HTTPS enabled and an up-to-date SSL certificate installed, as Zapier requires a secure connection. The WPForms Zapier addon installed and activated on your WordPress site. Your WPForms license verified in your WordPress dashboard."
|
|
],
|
|
"connect_steps": [
|
|
"Connect WPForms to Zapier To create an app connection to WPForms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WPForms . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete these fields: API Key: Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with WPForms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496015101709-Common-Problems-with-WPForms-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with WPForms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496033440269-How-to-get-started-with-WPForms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with WPForms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM WPForms Common Problems with WPForms on Zapier Updated March 05, 2026 13:11 414 Request URI Too Long According to the WPForms team, You will need to contact your web host. In every case so far it's been a security rule (ModSecurity or similar) or server configuration that causes these issues. The issue is coming from the web server app on your host prior to WPForms getting this request. You should reach out to your web host for assistance in increasing the URI limit that your web server is willing to forward along to the applications hosted on said host. Some Fields Don't Come Through From the Form If you're not seeing data from all of the fields that have been filled in (or even seeing that the field exists), please check to see if you have any add-ons for WPForms. One plugin that was found to conflict (apparently discontinued on March 19, 2019) is Fancy Fields For WPForms Lite Plugin Including File Upload . When used in conjunction with the upgraded version of WPForms, it caused certain fields to not make it to Zapier."
|
|
},
|
|
"constant-contact": {
|
|
"slug": "constant-contact",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Constant Contact app on Zapier, you must have: An active Constant Contact account. Administrator privileges."
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to Constant Contact on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Constant Contact . Click Add connection . A new browser tab or window will open. Log into Constant Contact to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Constant Contact on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495922355981-How-to-get-started-with-Constant-Contact-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Constant Contact",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495970200589-Common-Problems-with-Constant-Contact"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Constant Contact on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Constant Contact How to get started with Constant Contact on Zapier Updated October 01, 2025 11:14 Constant Contact and Zapier connect to automate your email marketing. You can trigger actions when new contacts are added and create contacts from forms or other apps. Prerequisites To use the Constant Contact app on Zapier, you must have: An active Constant Contact account. Administrator privileges. To create an app connection to Constant Contact on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Constant Contact . Click Add connection . A new browser tab or window will open. Log into Constant Contact to authenticate. Grant Zapier permission to access your account if prompted to. Your Constant Contact account is now successfully connected to Zapier. About Constant Contact's app Triggers, searches, and actions Triggers New Contact (Polling) - Triggers when a new contact is added to your account. New List (Polling) - Triggers when a new list is added. New Email Open (Polling) - Triggers when a recipient opens an email from a specified campaign activity. New Unsubscriber (Polling) - Triggers when a contact Unsubscribes (Email Unsubscribed). Searches Find or Create Contact - Find Contact by email or create a new one. Actions Add Contact to List - Adds a contact to one or more lists. Remove Contact From List - Remove a contact from one or more lists. Update Contact - Updates a contact in your account. Empty values will be cleared on the contact. If the contact being updated is deleted, the contact will be revived. Create Contact - Creates a contact on a specific list in your account. Tag Contact - Add one or more Tags to a Contact. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits apply. Standard API key access is limited to 10,000 requests per day and 4 requests per second, which can impact high-volume automations. Templates View all of Constant Contact's templates . Use cases 4 Constant Contact automation ideas A guide to email automation with Zapier A guide to email marketing automation: best practices and automated workflows Automatically add leads to your"
|
|
},
|
|
"thrivecart": {
|
|
"slug": "thrivecart",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ThriveCart app on Zapier, you must have: A ThriveCart account. An active ThriveCart account with products. Access to the ThriveCart account you want to integrate (if you're a sub-user, you'll only have access to products the account owner has granted you permission to use)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ThriveCart to Zapier To create an app connection to ThriveCart on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ThriveCart . Click Add connection . A new browser tab or window will open. Log into ThriveCart to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ThriveCart on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496071316237-How-to-get-started-with-ThriveCart-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ThriveCart on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce ThriveCart How to get started with ThriveCart on Zapier Updated September 19, 2025 11:44 ThriveCart and Zapier connect to automate your sales. You can trigger actions when products are purchased or carts are abandoned. Prerequisites To use the ThriveCart app on Zapier, you must have: A ThriveCart account. An active ThriveCart account with products. Access to the ThriveCart account you want to integrate (if you're a sub-user, you'll only have access to products the account owner has granted you permission to use). Connect ThriveCart to Zapier To create an app connection to ThriveCart on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ThriveCart . Click Add connection . A new browser tab or window will open. Log into ThriveCart to authenticate. Grant Zapier permission to access your account if prompted to. Your ThriveCart account is now successfully connected to Zapier. About ThriveCart's app Triggers, searches, and actions Triggers Affiliate Approved (Instant) - Triggers when an affiliate is approved to promote a product. Affiliate Commission Paid (Instant) - Triggers when an affiliate commission is paid. Affiliate Rejected (Instant) - Triggers when an affiliate is rejected from promoting a product, or when their access is revoked. Bump Purchase (Instant) - Triggers when a specific bump (or bumps) are purchased. Downsell Purchase (Instant) - Triggers when a specific downsell (or downsells) are purchased. Upsell Purchase (Instant) - Triggers when a specific upsell (or upsells) are purchased. Recurring Payments Cancelled (Instant) - Triggers when a recurring payment for a subscription or a split pay is cancelled. Recurring Payment Failed (Instant) - Triggers when a subscription or split pay rebill payment fails. Subscription Paused (Instant) - Triggers when a subscription or a split pay is paused. Affiliate Commission Earned (Instant) - Triggers when an affiliate earns commission. Affiliate Commission Clawback (Instant) - Triggers when an affiliate commission is clawed back. Cart Abandoned (Instant) - Triggers when a customer enters their email address into the checkout page, but leaves without making a purchase. Payment Declined (Instant) - Triggers when a customer'"
|
|
},
|
|
"zapier-manager": {
|
|
"slug": "zapier-manager",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Manage your account and Zap workflows with Zapier Manager",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496310892301-Manage-your-account-and-Zap-workflows-with-Zapier-Manager"
|
|
},
|
|
{
|
|
"title": "Manage notifications when errors occur in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496289225229-Manage-notifications-when-errors-occur-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 Zapier Manager is the housekeeping tool for your Zapier account. It allows you to set up Zap workflows for receiving notifications for Zap errors or when you reach your task usage limits; turning off your Zap workflows; inviting new members to your team and more. Using this tool doesn't count towards your task usage . Zapier Manager can be used as a trigger, an action, or a search step within your Zap workflows. Add Zapier Manager as a trigger Available on plans: Free Professional Team Enterprise In the Zap editor, go to the Trigger step. In the App & event tab, search for and select Zapier Manager . Click the Event dropdown menu and select the event that you want to trigger Zapier Manager. For example, you can choose to trigger the Zap when a Zap in your account encounters an error, or when a task in one of your Zap workflows is halted. Note If the Zap is in a Team or Enterprise account, error notifications will go to the user who created the errored Zap, not the user who set up the error notification Zap. The New Zap Error trigger will not provide information about a specific task that errored. Errors are raised for Zap workflows, not for specific tasks. Once you\u2019ve set up your trigger, you can set up an action . For example, if the Zap triggers when a Zap in your account encounters an error, you might set up an action to send you a Slack notification to inform you of this error. Add Zapier Manager as an action Available on plans: Free Professional Team Enterprise To use Zapier Manager in an action, you must first set up your trigger . In the Zap editor, go to the Action step. If you don\u2019t see this step, click the + icon to add a new step. In the App & event tab, search for and select Zapier Manager . Click the Event dropdown menu and select the event that you want Zapier Manager to perform. For example, you can choose to have Zapier Manager turn a Zap in your account on or off, or invite a member to your Zapier team (Team and Enterprise plans only). Once you've set up your action, you can add another action, or turn your Zap on. Add Zapier Manager as a search step Available on plans: Free Professional Team Enterprise To use Zapier Manager in a search step, you'll need to create a multi-step Zap, which is only available on paid plans , as this workflow requires at least two actions. You must first set up your trigger which tells Zapier when to start the search process. In the Zap editor, go to the Action step. If you don\u2019t see "
|
|
},
|
|
"docusign": {
|
|
"slug": "docusign",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Docusign app on Zapier, you must have: An active DocuSign account. Your Permissions Profile must have permissions for the actions you intent to use with Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Docusign to Zapier To create an app connection to DocuSign on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select DocuSign . Click Add connection . A new browser tab or window will open. Log into DocuSign to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Docusign on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495938018317-How-to-get-started-with-Docusign-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with DocuSign on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495973803149-Common-Problems-with-DocuSign-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Docusign on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM DocuSign How to get started with Docusign on Zapier Updated October 31, 2025 15:52 DocuSign and Zapier connect to automate document workflows. You can trigger actions when envelopes are sent or completed and create new signature requests from templates. Prerequisites To use the Docusign app on Zapier, you must have: An active DocuSign account. Your Permissions Profile must have permissions for the actions you intent to use with Zapier. Connect Docusign to Zapier To create an app connection to DocuSign on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select DocuSign . Click Add connection . A new browser tab or window will open. Log into DocuSign to authenticate. Grant Zapier permission to access your account if prompted to. Your DocuSign account is now successfully connected to Zapier. About Docusign's app Triggers, searches, and actions Triggers Click Agreed (Instant) - Triggers when a recipient accepted a clickwrap agreement. New Docusign Connect Event (Instant) - Triggers when selected Docusign events occur. Envelope Corrected (Instant) - Triggers when an envelope is corrected. Envelope Declined (Instant) - Triggers when an envelope is declined. Envelope Delivered (Instant) - Triggers when an envelope is delivered. Envelope Purge (Instant) - Triggers when an envelope is purged. Envelope Sent (Instant) - Triggers when an envelope is sent. New Navigator Agreement (For IAM Plans) (Polling) - Triggers when a new Navigator agreement is created. Only available for Docusign IAM Plans. Maestro Workflow Completed (For IAM Plans) (Instant) - Triggers when a Maestro workflow completes. Only available for Docusign IAM Plans. Maestro Workflow Started (For IAM Plans) (Instant) - Triggers when a Maestro workflow starts. Only available for Docusign IAM Plans. Identity Verification Pending (Instant) - Triggers when a signer completed the identity verification process for an eIDAS-compliant Qualified Electronic Signature (QES), but the result is still pending. New Folder (Polling) - Triggers when a new folder is created. New User Added to Workspace (For IAM Plans) (Polling) - Triggers when a new user is added to a workspace. Only available for Docusign IAM Plans. Recipient Autorespo"
|
|
},
|
|
"jobber": {
|
|
"slug": "jobber",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jobber app on Zapier, you must have: An active Jobber account on a plan that includes Zapier integration (available on Connect, Grow, and Plus plans)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Jobber to Zapier To create an app connection to Jobber on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jobber . Click Add connection . A new browser tab or window will open. Log into Jobber to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Jobber on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859679162381-How-to-get-started-with-Jobber-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Jobber on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Jobber How to get started with Jobber on Zapier Updated January 23, 2026 14:39 Jobber and Zapier connect to automate your home service business. You can trigger actions when new clients or invoices are created and create new clients, jobs, or quotes. Prerequisites To use the Jobber app on Zapier, you must have: An active Jobber account on a plan that includes Zapier integration (available on Connect, Grow, and Plus plans). Connect Jobber to Zapier To create an app connection to Jobber on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jobber . Click Add connection . A new browser tab or window will open. Log into Jobber to authenticate. Grant Zapier permission to access your account if prompted to. Your Jobber account is now successfully connected to Zapier. About Jobber's app Triggers, searches, and actions Triggers New Client Created - Triggers when a client is created. (Instant) New Invoice Created - Triggers when an invoice is created. (Instant) Job Closed - Triggers when a job is closed. (Instant) Job Updated - Triggers when a job is updated. (Instant) New Quote Created - Triggers when a quote is created. (Instant) New Request Created - Triggers when a request is created. (Instant) Client Updated - Triggers when a client is updated. (Instant) Invoice Updated - Triggers when a invoice is updated. (Instant) New Job Created - Triggers when a job is created. (Instant) Quote Approved - Triggers when a quote is approved. (Instant) Quote Sent - Triggers when a quote is sent. (Instant) Searches Find or Create Client - Finds the client that aligns most closely with the search criteria. Find Client - Finds the client that aligns most closely with the search criteria. Actions Add Tags to Client - Adds tags to a client Create Quote - Creates a new quote. This will create the quote for the client's first property. Create Request - Creates a new request. This will create the request for the client's first property. Create Client - Creates a new client. Create Job - Creates a new job. This will create the job for the client's first property. Add Note to Request - Adds a note to a request Limitations API rate limits apply : 2500 requests per 5 minutes per app/account combinat"
|
|
},
|
|
"linkedin": {
|
|
"slug": "linkedin",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LinkedIn app on Zapier, you must have: A LinkedIn account. Admin access to a LinkedIn Company Page if you want to use the Create Company Update action. Learn more about LinkedIn Page admin roles . Tip Want more cost-effective LinkedIn ads? The LinkedIn Conversions app shows you which ads drive results, helping you improve ROI. It's free to use on Zapier. Learn how to get started with LinkedIn Conversions ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect LinkedIn to Zapier LinkedIn uses OAuth to authenticate"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with LinkedIn on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495987891853-How-to-get-started-with-LinkedIn-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with LinkedIn on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing LinkedIn How to get started with LinkedIn on Zapier Updated January 21, 2026 16:03 LinkedIn and Zapier connect to automate your social media marketing workflows. You can automatically share updates to your personal profile or company page when triggered by events in other apps. Prerequisites To use the LinkedIn app on Zapier, you must have: A LinkedIn account. Admin access to a LinkedIn Company Page if you want to use the Create Company Update action. Learn more about LinkedIn Page admin roles . Tip Want more cost-effective LinkedIn ads? The LinkedIn Conversions app shows you which ads drive results, helping you improve ROI. It's free to use on Zapier. Learn how to get started with LinkedIn Conversions . Connect LinkedIn to Zapier LinkedIn uses OAuth to authenticate your account on Zapier. To create an app connection to LinkedIn on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LinkedIn . Click Add connection . A new browser tab or window will open. Log in to your LinkedIn account with your email or phone and password. Grant Zapier permission to access your account when prompted. Your LinkedIn account is now successfully connected to Zapier. About LinkedIn's app Triggers, searches, and actions Triggers No triggers are available for LinkedIn. Searches No search actions are available for LinkedIn. Actions Create Share Update - Posts a status update to your LinkedIn profile. You can include text content, URLs, images, and control visibility settings. Create Company Update - Publishes an update to a LinkedIn Company Page you manage. You can include content, images, mentions, and preview information. API Request (Beta) - This is an advanced action that makes a raw HTTP request with LinkedIn authentication. Limitations To use the Create Company Update action, you must be an administrator of the company page. LinkedIn has rate limits that may affect high-volume workflows. LinkedIn has pagination limits for API requests. Templates View all of LinkedIn's templates . Additional LinkedIn resources Zapier's LinkedIn integration page LinkedIn Help Center LinkedIn API documentation"
|
|
},
|
|
"onedrive": {
|
|
"slug": "onedrive",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the OneDrive app on Zapier, you must have: A Microsoft 365 Business or Enterprise paid subscription. OneDrive for Business account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect OneDrive to Zapier To create an app connection to OneDrive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select OneDrive . Click Add connection . A new browser tab or window will open. Log into OneDrive to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with OneDrive on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495920347533-How-to-get-started-with-OneDrive-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with OneDrive on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files OneDrive How to get started with OneDrive on Zapier Updated March 30, 2026 15:55 OneDrive and Zapier connect to automate file management. You can trigger actions when new files are added and upload files or create folders. Prerequisites To use the OneDrive app on Zapier, you must have: A Microsoft 365 Business or Enterprise paid subscription. OneDrive for Business account. Connect OneDrive to Zapier To create an app connection to OneDrive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select OneDrive . Click Add connection . A new browser tab or window will open. Log into OneDrive to authenticate. Grant Zapier permission to access your account if prompted to. Your OneDrive account is now successfully connected to Zapier. About OneDrive's app Triggers, searches, and actions Triggers New File (Polling) - Triggers when a new file is created in the personal drive. New Folder (Polling) - Triggers when a new folder is created in the personal drive. New or Updated File (Polling) - Triggers when a file is created or modified in the selected folder. Searches Find Drive by ID - Find a specific drive using its unique ID. Find File - Search for files by name, content, or metadata. Find File or Folder by ID - Find a specific file or folder in a personal drive using its unique ID. Find Folder - Search for folders by name and metadata. Find Items (Via KQL) - Search for items using Keyword Query Language. Get Item Permissions - List all users and links that have access to a file or folder. Actions Copy File or Folder - Copy a file or folder to a new location. Create Folder - Create a new folder. Create Sharing Invitation - Send a sharing invitation to specific recipients for a file or folder in a personal drive. Create Sharing Link - Create a sharing link for a file or folder in a personal drive. Create Text File - Create a new text file with custom content. Delete File or Folder - Deletes a file or folder, moving it to the Recycle Bin. Export File - Exports a file to PDF or HTML format. Move or Rename File or Folder - Moves a file or folder to a different location. Optionally rename the item. Remove Item Permission - Remove a specific user or link's access to a file or folder."
|
|
},
|
|
"eventbrite": {
|
|
"slug": "eventbrite",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Eventbrite app on Zapier, you must have: A free Eventbrite account. To use Eventbrite triggers, your organizational role must have the Create webhooks permission enabled. If you lack this permission, you may need to contact your Eventbrite administrator."
|
|
],
|
|
"connect_steps": [
|
|
"to connect your Eventbrite app to Zapier and use the New Attendee and other triggers. You can fix this by contacting your Eventbrite organization administrator, and requesting they provide you with administrator access so that you can connect your Eventbrite account to Zapier. Once your permission are enabled in Eventbrite, you can try connecting your Eventbrite account to your Zap again. Events aren't showing up in the Events dropdown This usually happens if the user who connected to Zapier is a sub-user in their Eventbrite account. Only the main account holder can see the events in the account through Zapier. Sub-users aren\u2019t able to see other events, even if they create the event themselves. To get around this, you should connect the main administrator\u2019s account to Zapier instead of yours. To do that: Go to Eventbrite.com and log out of your account Log in as the main account holder Back in Zapier, go to your Connected Accounts page: https://zapier.com/app/settings/authorizations Click \"Reconnect\" on the Eventbrite account\u2014when you see the popup, confirm the main account holder is logged into Eventbrite Try setting up your Zap again Note: Sub-users can use the single \u201cFind Event\u201d action, but if they select the \u201cOwn Events?\u201d checkbox, no events will be returned because they technically can\u2019t own any events. How to check whether you're a sub-user If you're a sub-user, you should see the email of the \"main account\" on the top right, like so: If you're the main account holder, you should just see something like this: (403) Forbidden response and \"Invalid permissions.\" error message Confirm you are not",
|
|
"Connect Eventbrite to Zapier To create an app connection to Eventbrite on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Eventbrite . Click Add connection . A new browser tab or window will open. Log into Eventbrite to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Eventbrite",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495931198093-Common-Problems-with-Eventbrite"
|
|
},
|
|
{
|
|
"title": "How to get started with Eventbrite on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495963683853-How-to-get-started-with-Eventbrite-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Eventbrite – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Eventbrite Common Problems with Eventbrite Updated March 05, 2026 12:40 Receiving \u201cNot Authorized\u201d or \u201cInternal Error\u201d when turning on a Zap This often means that your Eventbrite account doesn't have the proper permissions to the event that you're trying to use in your Zap. Generally, it is required that you be an administrator before you're able to connect your Eventbrite app to Zapier and use the New Attendee and other triggers. You can fix this by contacting your Eventbrite organization administrator, and requesting they provide you with administrator access so that you can connect your Eventbrite account to Zapier. Once your permission are enabled in Eventbrite, you can try connecting your Eventbrite account to your Zap again. Events aren't showing up in the Events dropdown This usually happens if the user who connected to Zapier is a sub-user in their Eventbrite account. Only the main account holder can see the events in the account through Zapier. Sub-users aren\u2019t able to see other events, even if they create the event themselves. To get around this, you should connect the main administrator\u2019s account to Zapier instead of yours. To do that: Go to Eventbrite.com and log out of your account Log in as the main account holder Back in Zapier, go to your Connected Accounts page: https://zapier.com/app/settings/authorizations Click \"Reconnect\" on the Eventbrite account\u2014when you see the popup, confirm the main account holder is logged into Eventbrite Try setting up your Zap again Note: Sub-users can use the single \u201cFind Event\u201d action, but if they select the \u201cOwn Events?\u201d checkbox, no events will be returned because they technically can\u2019t own any events. How to check whether you're a sub-user If you're a sub-user, you should see the email of the \"main account\" on the top right, like so: If you're the main account holder, you should just see something like this: (403) Forbidden response and \"Invalid permissions.\" error message Confirm you are not using a sub-user email address, but a main account email address as documented above . My Eventbrite trigger is triggering slowly For Eventbrite triggers that are not instant, in order to ensure that we only trigger on new items that have complete information, your zap will make sure that a new "
|
|
},
|
|
"stripe-legacy": {
|
|
"slug": "stripe-legacy",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Stripe (Legacy) app on Zapier, you must have: An activated Stripe account. A paid Stripe plan. Administrator permissions on your Stripe account."
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to Stripe (Legacy) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Stripe (Legacy) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Stripe (Legacy) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39230796790029-How-to-get-started-with-Stripe-Legacy-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Stripe (Legacy) on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Stripe How to get started with Stripe (Legacy) on Zapier Updated September 18, 2025 15:44 Stripe (Legacy) and Zapier connect to automate payment workflows. You can trigger actions when new charges or customers are added and create or cancel subscriptions. Prerequisites To use the Stripe (Legacy) app on Zapier, you must have: An activated Stripe account. A paid Stripe plan. Administrator permissions on your Stripe account. Connect Stripe (Legacy) to Zapier To create an app connection to Stripe (Legacy) on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Stripe (Legacy) . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Stripe API key . Learn how to find your Stripe API keys . Click Yes, Continue to Stripe (Legacy) . Your Stripe (Legacy) account is now successfully connected to Zapier. About Stripe (Legacy)'s app Triggers, searches, and actions Triggers Canceled Subscription - Triggers when a subscription is canceled (by a subscriber or due to end of billing period). (Instant) New Coupon - Triggers when you add a new Stripe coupon. (Polling) New Event - Triggers when a new event like a dispute, subscription, or transfer is added. (Instant) New Invoice Item - Triggers when a new invoice item is listed. (Polling) New Payment - Triggers when a new payment is completed. (Instant) New Refund - Triggers when a new refund is created. (Polling) New Charge - Triggers when someone's credit card is charged. (Instant) New Customer - Triggers when a new customer is added. (Polling) New Invoice - Triggers when a new invoice is created (supports line items). (Polling) New Order - Triggers when a new order is created. (Polling) New Plan - Triggers when you add a new Stripe plan. (Polling) Searches Find Customer - Finds an existing customer by their email address or Stripe ID. Find Charge - Finds an existing charge by its Stripe ID. Find Subscription - Finds an existing subscription. Actions Create Subscription - Creates a new subscription. Update Customer - Updates a customer. Cancel Subscription - Cancels an existing subscription. Create Customer - Creates a new customer. Limitations Stripe's webhook limit "
|
|
},
|
|
"thinkific": {
|
|
"slug": "thinkific",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Thinkific app on Zapier, you must have: An active Thinkific account. Triggers work on all Thinkific plans . However, you need a Thinkific Grow plan or higher subscription for using Zapier Actions. Site Admin access or Site Owner permissions in your Thinkific account to authorize the integration. The Zapier app installed from the Thinkific App Store before creating Zap workflows."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Thinkific to Zapier To create an app connection to Thinkific on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Thinkific . Click Add connection . A new browser tab or window will open. In the Subdomain : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Thinkific on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496043846285-How-to-get-started-with-Thinkific-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Thinkific on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496012179341-Common-Problems-with-Thinkific-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Thinkific on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Thinkific How to get started with Thinkific on Zapier Updated May 29, 2026 18:13 Thinkific and Zapier connect to automate your online course business. You can trigger actions when students enroll or complete courses and enroll users automatically. Prerequisites To use the Thinkific app on Zapier, you must have: An active Thinkific account. Triggers work on all Thinkific plans . However, you need a Thinkific Grow plan or higher subscription for using Zapier Actions. Site Admin access or Site Owner permissions in your Thinkific account to authorize the integration. The Zapier app installed from the Thinkific App Store before creating Zap workflows. Connect Thinkific to Zapier To create an app connection to Thinkific on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Thinkific . Click Add connection . A new browser tab or window will open. In the Subdomain : Enter your Thinkific subdomain . You can find your subdomain in your Thinkific dashboard under Settings Code & analytics API. Click Yes, Continue to Thinkific . Log into Thinkific to authenticate. Grant Zapier permission to access your account if prompted to. Your Thinkific account is now successfully connected to Zapier. About Thinkific's app Triggers, searches, and actions Triggers Course Completed - Triggers when a user completes a course. (Instant) New Free Preview Enrollment - Triggers when a user enrolls in the free preview of your course. (Instant) New Lead - Triggers when a new lead is created. (Instant) New User - Triggers when a new user is created. (Instant) Lesson Completed - Triggers when a user completes a lesson in one of your courses and better track student progress. (Instant) New Full Enrollment - Triggers when a user enrolls in your course. (Instant) New Order - Triggers when a new purchase has been made. (Instant) Subscription Cancelled - Triggers when a user cancels their subscription to a Course or Bundle. (Instant) Searches Search Users - Triggers when searching for users in Thinkific by ID or email. Actions Enroll User - Creates or finds a user in your Thinkific site, and enrolls them in a course or bundle. Available on our Grow plan and above. API Request (Beta) - This is an advanced "
|
|
},
|
|
"circle": {
|
|
"slug": "circle",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Circle app on Zapier, you must have: A Circle Professional plan or higher. Admin privileges in your Circle community to create API tokens ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Circle to Zapier To create an app connection to Circle on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Circle . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Circle on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39751901210125-How-to-get-started-with-Circle-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Circle on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Circle How to get started with Circle on Zapier Updated September 23, 2025 10:01 Circle and Zapier connect to automate community management. You can trigger actions when new members join and create posts or send messages automatically. Prerequisites To use the Circle app on Zapier, you must have: A Circle Professional plan or higher. Admin privileges in your Circle community to create API tokens . Connect Circle to Zapier To create an app connection to Circle on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Circle . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter your Circle API token . Click Yes, Continue to Circle . Your Circle account is now successfully connected to Zapier. About Circle's app Triggers, searches, and actions Triggers Member Removed - Triggers when a member is removed from the community. (Polling) Content Rejected - Triggers when a flagged content is rejected (Polling) New Space Created - Triggers when a new space is created. (Polling) New Community - Triggers when a new community is created by the user. (Polling) New Member Canceled Subscription - Triggers when a member subscription is cancelled. (Polling) New Member Past Due Subscription - Triggers when a member subscription becomes past due. (Polling) New Event Created - Triggers when a new event is created. (Polling) New Tagged Member - Triggers when a member is tagged with a member tag. (Polling) Member Completed Course - Triggers when a member completes a course. (Polling) Member Completed Course Section - Triggers when a member completes a section in a course. (Polling) New Member Added - Triggers when a new member joins the community, or when a member is added by an admin with a password set. (Polling) Quiz Failed - Triggers when a quiz is failed (Polling) Content Approved - Triggers when a flagged content is approved (Polling) New Access Group - Triggers when an access group is created. (Polling) New Comment Posted - Triggers when a new comment is posted. (Polling) New Member Active Subscription - Triggers when a new member subscription is activated. This includes trial subscriptions. (Polling) New Member Paid Charge "
|
|
},
|
|
"intercom": {
|
|
"slug": "intercom",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Intercom app on Zapier, you must have: An active Intercom account (any plan - Essential, Advanced, or Expert). For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Intercom instance requires IP allowlisting. Connect Intercom to Zapier To create an app connection to Intercom on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Intercom . Click Add connection . A new browser tab or window will open. Log into Intercom to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Intercom",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496041077133-Common-Problems-with-Intercom"
|
|
},
|
|
{
|
|
"title": "How to get started with Intercom on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495977468301-How-to-get-started-with-Intercom-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Intercom – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Support Intercom Common Problems with Intercom Updated March 05, 2026 12:40 I'm getting an \"Not authorized to access resource\" error This is an issue with permissions for your Intercom API Key. Make sure the API key connected to Zapier has both read and write access. Some of my custom attributes are missing In Intercom, you can have user custom attributes or company custom attributes. The New User trigger will only send the user custom attributes. Even though it does send some basic information about the company, it will not include company custom attributes. New conversations aren't triggering This trigger will trigger if a conversation is with a user OR if the conversation is initiated by a lead. If you're popping up an automated message that a lead responds to, then this conversation will not trigger the zap. Another reason for a conversation not triggering is assignment rules. Unfortunately, if you have assignment rules picking up conversations, that'll stop them from triggering the zap. Not all users are triggering my zap If you have the Intercom Acquire product, it means some visitors to your site can interact with you via chat, before they sign up. Those are called \"Leads\" in Intercom and will use the New Lead trigger. If those leads then sign up, they are now users. However, they won't show up on the New User trigger. They can be caught using the Lead Converted to User trigger. Using these two together should give you all your \"users\". Create/Update User action is creating duplicate users The user has to match on both email and User ID, so if the user's email or user ID changed, a new user will be created. There are three possible scenarios: User does not exist. The Create/Update User action sends an email and User ID. A new user gets created with those attributes. User exists but does not have a user ID set. The Create/Update User action sends the email and User ID. The match is done on the email and the User ID is added to the existing user. User exists and has a user ID set. The Create/Update User action sends the email and User ID. If both match, it'll update the record. If either does not match, it'll create a new record. If you only send the email, it'll update the record. My \"Lead Converted to User\" trigger is not firing One reaso"
|
|
},
|
|
"linkedin-ads": {
|
|
"slug": "linkedin-ads",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LinkedIn Ads app on Zapier, you must have: A LinkedIn Campaign Manager account with proper permissions: You must be assigned as both the Account Manager or Campaign Manager role on the ads account in the Campaign Manager tool, as well as the Company Page Admin or Lead Gen Forms Manager role. At least Viewer permissions within the LinkedIn ads account to"
|
|
],
|
|
"connect_steps": [
|
|
"connect your LinkedIn Ads connections to Zapier. Here\u2019s what you need to know",
|
|
"Connect LinkedIn Ads to Zapier To create an app connection to LinkedIn Ads on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LinkedIn Ads . Click Add connection . A new browser tab or window will open. Log into LinkedIn Ads to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Action required for LinkedIn Ads users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29527732684045-Action-required-for-LinkedIn-Ads-users"
|
|
},
|
|
{
|
|
"title": "How to get started with LinkedIn Ads on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496049749133-How-to-get-started-with-LinkedIn-Ads-on-Zapier"
|
|
},
|
|
{
|
|
"title": "LinkedIn Ads: fields no longer receive values",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36970405685261-LinkedIn-Ads-fields-no-longer-receive-values"
|
|
},
|
|
{
|
|
"title": "LinkedIn Ads: I\u2019m not receiving leads, but my Zap is on",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36970348225933-LinkedIn-Ads-I-m-not-receiving-leads-but-my-Zap-is-on"
|
|
},
|
|
{
|
|
"title": "Collect leads from LinkedIn Events with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496040271501-Collect-leads-from-LinkedIn-Events-with-Zapier"
|
|
},
|
|
{
|
|
"title": "LinkedIn Ads: I\u2019m not receiving test data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36970112646285-LinkedIn-Ads-I-m-not-receiving-test-data"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. Zapier is improving the LinkedIn Ads apps for LinkedIn\u2019s lead sync API migration. This will support leads from sources such as company and product pages. As a result of this work, you will need to reconnect your LinkedIn Ads connections to Zapier. Here\u2019s what you need to know about the update: All LinkedIn Ads app connections will be updated to the latest app version on January 13, 2025. LinkedIn Ads app connections will need to be reconnected by January 12, 2025. If you don\u2019t reconnect your LinkedIn Ads connection(s) by then, your Zap workflows will stop working. Each LinkedIn profile must only have one app connection between LinkedIn Ads and Zapier at one time. How to reconnect your LinkedIn Ads account Before you reconnect Before you reconnect your connection(s), you must confirm that you have only one Zapier app connection per LinkedIn profile. If you have multiple app connections to LinkedIn Ads to the same LinkedIn profile, you\u2019ll need to: Update all of your Zap workflows to use the same app connection. Disconnect all additional app connections. View all LinkedIn Ads app connections and associated Zap workflows with your Zapier account. Shared app connections If you have shared connection(s) to the same LinkedIn profile in your Zapier account, you\u2019ll need to: Ask teammates to update all Zap workflows to use only one shared app connection. Edit the connection's name so you and your teammates can identify the app connection to use. Once all teammates have confirmed they\u2019ve updated their Zap workflows, disconnect all additional app connections. Reconnect Go to the Apps page . Search for and select LinkedIn Ads . In the Connections tab for that app, click the three dot icon next to the app connection. In the dropdown menu, click Reconnect . A new browser tab or window will open. Follow the instructions to reconnect to LinkedIn. The app connection will be reconnected for all Zap workflows that use it. Note The \u201cadded date\u201d for the app connection will not change, but the connection label will update from the first and last name to your LinkedIn profile\u2019s vanity name and your name in parentheses. For example, the vanity name for this LinkedIn profile URL https://www.linkedin.com/in/sue-nelson-82b292298/ is sue-nelson-82b292298 , so the updated connection label will display as sue-nelson-82b292"
|
|
},
|
|
"cognito-forms": {
|
|
"slug": "cognito-forms",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Cognito Forms app on Zapier, you must have: A Cognito Forms Pro plan or higher. Organization Owner or Administrator permissions in your Cognito Forms account to authorize the connection to Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Cognito Forms to Zapier To create an app connection to Cognito Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Cognito Forms . Click Add connection . A new browser tab or window will open. Log into Cognito Forms to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Cognito Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980307213-How-to-get-started-with-Cognito-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Cognito Forms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Cognito Forms How to get started with Cognito Forms on Zapier Updated August 14, 2025 14:30 Cognito Forms and Zapier connect to automate your work. You can trigger actions when new entries are submitted and create or update form entries. Prerequisites To use the Cognito Forms app on Zapier, you must have: A Cognito Forms Pro plan or higher. Organization Owner or Administrator permissions in your Cognito Forms account to authorize the connection to Zapier. Connect Cognito Forms to Zapier To create an app connection to Cognito Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Cognito Forms . Click Add connection . A new browser tab or window will open. Log into Cognito Forms to authenticate. Grant Zapier permission to access your account if prompted to. Your Cognito Forms account is now successfully connected to Zapier. About Cognito Forms's app Triggers, searches, and actions Triggers Entry Deleted (Instant) - Triggers when an entry is deleted. Update Entry (Instant) - Triggers when someone updates an entry. New Entry (Instant) - Triggers when someone fills out your form. Searches Get Document - Gets an entry document. Get Entry - Gets a specified entry. Actions Delete Entry - Deletes a specified entry. Set Form Availability - Sets the availability of a form. Create Entry - Creates a new entry. Update Entry - Updates an entry. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations While you can send Repeating section and Table field data to other platforms, you cannot create an action to populate or update repeating data in Cognito Forms . Cannot update entries with a status of Incomplete or entries with a payment status of Paid. API request limits apply : Pro plan (2,000/month), Team plan (10,000/month), Enterprise plan (100,000/month). Large requests over 100KB count as multiple requests. Using Zapier to create a new entry in Cognito Forms will trigger any notifications enabled on the form (including email notifications/confirmations) to be sent. File attachments sent through Zapier appear listed according to their template ID rather than user-friendly names. Templat"
|
|
},
|
|
"close": {
|
|
"slug": "close",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Close app on Zapier, you must have: An active Close account. Appropriate user permissions in Close to access the data you want to sync."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Close to Zapier To create an app connection to Close on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Close . Click Add connection . A new browser tab or window will open. Log into Close to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Close on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38813715993101-How-to-get-started-with-Close-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Close on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Close How to get started with Close on Zapier Updated August 14, 2025 14:58 Close and Zapier connect to automate your sales work. You can trigger actions when new leads are created and create leads, contacts, or tasks. Prerequisites To use the Close app on Zapier, you must have: An active Close account. Appropriate user permissions in Close to access the data you want to sync. Connect Close to Zapier To create an app connection to Close on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Close . Click Add connection . A new browser tab or window will open. Log into Close to authenticate. Grant Zapier permission to access your account if prompted to. Your Close account is now successfully connected to Zapier. About Close's app Triggers, searches, and actions Triggers New Call Recording (Instant) - Triggers when a new call recording or voicemail is added to Close. New Call (Instant) - Triggers when a new Call is created or completed. New Contact (Instant) - Triggers when a new contact is created. New or Updated Custom Object (Instant) - Triggers when a Custom Object is created or updated. New Export (Instant) - Triggers when a new Export is created or completed. New Lead (Instant) - Triggers when a new lead is created. New Lead in Smart View (Polling) - Triggers when a new lead is added to a Smart View. New Membership Added or Removed (Instant) - Triggers when a new membership is added to or removed from your Close organization. New Note (Polling) - Triggers when a new Note is created. New Opportunity (Instant) - Triggers when a new opportunity is added. New SMS (Instant) - Triggers when a new inbound SMS is created or an outbound SMS is sent. New Unsubscribed Email (Instant) - Triggers when a new email address is unsubscribed from Close. New Call Transcript (Instant) - Triggers when a new call or voicemail transcript is added to Close. New Contact in Contact Smart View (Polling) - Triggers when a new Contact is added to a Contact Smart View. Published Custom Activity (Instant) - Triggers when a Custom Activity is published (saved). New Email (Instant) - Triggers when a new incoming Email is created or an outgoing Email is sent. New Inbox Item (Instant) - Triggers when"
|
|
},
|
|
"digest": {
|
|
"slug": "digest",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to use the Remove All Digests action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40115402396557-How-to-use-the-Remove-All-Digests-action"
|
|
},
|
|
{
|
|
"title": "Compile data in a digest in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496309901453-Compile-data-in-a-digest-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 The Remove All Digests action in Digest by Zapier deletes specified digests and their entries. This is useful if a digest has reached its 1,500-entry limit , or you need to delete unneeded digests. This article will explain how to set up and use this action. Caution: permanent deletion The Remove All Digests action permanently deletes one or more specified digests and all their stored entries. This is considered an advanced action, and once executed, cannot be undone. Any digests and entries deleted during testing cannot be recovered. Note As digests are related to your Zapier user ID, this action will remove digests you own and their associated entries in ANY account you've joined, not just the one you're currently signed on to. Setting up the Remove All Digests action In the Configure tab for this action, you'll find the following fields to complete: Filters You can use filters to restrict which digests to remove: Digest Name Prefix : Deletes digests whose name starts with a specific text. Digest Name Postfix : Deletes digests whose name ends with a specific text. Digest Name Contains : Deletes digests whose name contains a specific text anywhere. Digest Name Exact Match : Deletes digests whose name exactly matches this text. Filters use an AND logical operator. This means the action will delete any digest that matches any of the filter fields (Prefix, Postfix, Contains, Exact Match). You can use more than one filter field to delete multiple digests at once. Example You set the field Digest Name Prefix to Q1_ and the field Digest Name Contains to report . The action will delete both the digest named Q1_Sales and the one named Financial_report . Global deletion control The field If none of the filters are provided, remove all digests? determines the action's behavior none of the filter fields (prefix, postfix, contains, or exact match filters) are used. There are two options: False (Default): If no filters are specified, the action will do nothing. True : If none of the filter fields are set, the action will delete all digests associated with your Zapier user ID. This includes digests created by you in accounts other than the one you're currently signed on to. Error handling The field Throw an error if a digest could not be deleted? determines what your workflow should do if the action attempts to delete a digest but fails. You have two options: False (Default): The workflow will continue without displaying any errors in your ru"
|
|
},
|
|
"tiktok-lead-generation": {
|
|
"slug": "tiktok-lead-generation",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the TikTok Lead Generation app on Zapier, you must have: A TikTok Ads Manager account with admin access to that account. At least one Instant Form created in TikTok Ads Manager."
|
|
],
|
|
"connect_steps": [
|
|
"Connect TikTok Lead Generation to Zapier To create an app connection to TikTok Lead Generation on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select TikTok Lead Generation . Click Add connection . A new browser tab or window will open. Log into TikTok Lead Generation to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with TikTok Lead Generation on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22220317838861-How-to-get-started-with-TikTok-Lead-Generation-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with TikTok Lead Generation on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing TikTok Lead Generation How to get started with TikTok Lead Generation on Zapier Updated October 01, 2025 11:21 TikTok Lead Generation and Zapier connect to automate your work. You can trigger actions when new leads are created and add them to CRMs or sheets. Prerequisites To use the TikTok Lead Generation app on Zapier, you must have: A TikTok Ads Manager account with admin access to that account. At least one Instant Form created in TikTok Ads Manager. Connect TikTok Lead Generation to Zapier To create an app connection to TikTok Lead Generation on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select TikTok Lead Generation . Click Add connection . A new browser tab or window will open. Log into TikTok Lead Generation to authenticate. Grant Zapier permission to access your account if prompted to. Your TikTok Lead Generation account is now successfully connected to Zapier. About TikTok Lead Generation's app Triggers, searches, and actions Triggers New Lead - Triggers when a new lead is created. (Instant) Searches No searches available Actions No actions available Limitations The Zapier iframe may take more than 10 seconds to load during setup. API rate limits apply with a default of 600 requests per minute for certain endpoints, with potential throttling when limits are exceeded. Templates View all of TikTok Lead Generation's templates . Use cases 5 ways to automate TikTok Lead Generation 4 ways to automate TikTok Conversions Find new customers on TikTok with Omnisend Additional TikTok Lead Generation resources Zapier's TikTok Lead Generation integration page TikTok's Business Help Center TikTok's API documentation"
|
|
},
|
|
"smtp": {
|
|
"slug": "smtp",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect email apps like Gmail and Outlook to send emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email vs SMTP With Email, Zapier sends the emails on your behalf. With SMTP, Zapier communicates with your mail server, and your mail server sends the emails. Email To prevent spam, there are limits on the number of emails you can send: Trial or Free Zapier plan : You can send up to 5 emails per account per day (24 hours). Paid Zapier plans : You can send up to 10 emails per account per hour. Multi-user Zapier plans (Team, Enterprise) : The hourly limit applies across the entire account. For example, if one team member sends 10 emails within an hour, the entire account will reach the limit, and no one else can send emails via this app until the next hour. If you\u2019re on a trial, free, or Pro Zapier plan, emails you send during testing will only go to your Zapier account email address . Once the Zap is published, emails will go to the intended recipients (To, CC, BCC). You cannot customize the From email address. To comply with CAN-SPAM laws, the \"Stop these emails\" link cannot be removed. Emails sent from a @zapiermail.com email address must be less than 10 MB in size, including attachments. SMTP SMTP stands for Simple Mail Transfer Protocol, which is an Internet standard for email transmission available in Microsoft, Google. and Yahoo! products among millions of mail servers worldwide. With SMTP, the emails are sent using your own mail server. Zapier communicates with the mail server via SMTP to deliver the data, but your mail server is ultimately sending these emails. If you need more information"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Important notice: SMTP by Zapier tool to discontinue port 25",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34054671320205-Important-notice-SMTP-by-Zapier-tool-to-discontinue-port-25"
|
|
},
|
|
{
|
|
"title": "Send emails in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496305915917-Send-emails-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. To enhance security, reliability, and performance, we\u2019re deprecating SMTP by Zapier app connections using port 25 starting February 17, 2025. Action required: To avoid disruptions to your workflows: Update any Zap workflows that use SMTP: Reconnect your app connections that currently use port 25. Zapier recommends port 587, the industry standard for secure email delivery. Test your updated workflows: Ensure all emails are being sent as expected after the port change. Why are we making this change? Enhancing the SMTP tool: These improvements align the SMTP tool with the Zapier Platform V3 standards , which do not support port 25 within AWS Lambdas. Discontinuing port 25: Port 25 is frequently blocked by internet service providers (ISPs). It lacks support for modern security protocols like encryption. It is primarily designed for server-to-server communication, making it unsuitable for client email submissions. Need help? You can reach out to Zapier Support if you have questions or need help."
|
|
},
|
|
"callrail": {
|
|
"slug": "callrail",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the CallRail app on Zapier, you must have: An active CallRail account with any paid plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect CallRail to Zapier To create an app connection to CallRail on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select CallRail . Click Add connection . A new browser tab or window will open. Log into CallRail to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with CallRail on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38808264809229-How-to-get-started-with-CallRail-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with CallRail on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Callrail How to get started with CallRail on Zapier Updated May 29, 2026 18:13 CallRail and Zapier connect to track calls and capture leads. You can trigger actions when calls complete or forms submit and create CRM records or send data to spreadsheets. Prerequisites To use the CallRail app on Zapier, you must have: An active CallRail account with any paid plan. Connect CallRail to Zapier To create an app connection to CallRail on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select CallRail . Click Add connection . A new browser tab or window will open. Log into CallRail to authenticate. Grant Zapier permission to access your account if prompted to. Your CallRail account is now successfully connected to Zapier. About CallRail's app Triggers, searches, and actions Triggers Phone Call Completed - Triggers after an inbound phone call has been completed and its recording and transcription have completed and attached. It contains the full data about the call. This trigger should not be expected to be real-time and has a maximum delay of 20 minutes after the hangup before it fires. (Instant) Phone Call Started - Triggers when an inbound phone call is started. (Instant) Company Created - Triggers when a new Company is created. (Instant) Form Capture Tagged - Triggers when a form capture is tagged. (Instant) Session Tracker Created - Triggers when a Session Tracker is created. (Instant) SMS Sent - Triggers when an SMS message is sent. (Instant) User Created - Triggers when a User is created. (Instant) Phone Call Marked as Spam - Triggers when a phone call is marked as \"Spam\". (Instant) Phone Call Tagged - Triggers when a phone call is tagged after it has ended. To receive data about calls tagged via Automation Rules, Keypad Scoring, or a Call Flow, use the Phone Call Completed trigger. (Instant) Form Captured - Triggers when a form is captured. (Instant) Outbound Call Completed - Triggers after an outbound phone call has been completed and its recording and transcription have been completed and attached. It contains the full data about the call. This trigger should not be expected to be real-time and has a maximum delay of 20 minutes after the hangup before it fires. (Inst"
|
|
},
|
|
"dubsado": {
|
|
"slug": "dubsado",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Dubsado app on Zapier, you must have: A Dubsado Premier plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Dubsado to Zapier To create an app connection to Dubsado on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dubsado . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Dubsado on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496034525837-How-to-get-started-with-Dubsado-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Dubsado on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Dubsado How to get started with Dubsado on Zapier Updated October 31, 2025 12:09 Dubsado and Zapier connect to automate client workflows. You can trigger actions when new leads are created and create projects from appointments. Prerequisites To use the Dubsado app on Zapier, you must have: A Dubsado Premier plan. Connect Dubsado to Zapier To create an app connection to Dubsado on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dubsado . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Dubsado API token . Learn how to create a Dubsado token . Click Yes, Continue to Dubsado . Your Dubsado account is now successfully connected to Zapier. About Dubsado's app Triggers, searches, and actions Triggers Contract Signed (Instant) - Triggers when a client submits a signed contract. New Project as Lead (Instant) - Triggers when a project is created as a lead manually, with a Lead Capture Form or when Public Proposal Form is filled out. Project Status Updated (Instant) - Triggers when a project's status is updated. New Project as Job (Instant) - Triggers when a project is created as a job manually, with a Lead Capture Form or when a Public Proposal Form is filled out. New Payment Received (Instant) - Triggers when a client makes a payment on an invoice. Searches No search actions were found for Dubsado. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create Project - Creates a new project. Limitations Manually applied payments will not trigger the New Payment Received trigger. Only payments made through Dubsado's integrated payment processors will work. Contract Signed trigger runs for any contract or sub agreement signed. You may need to use filters to control your workflows. Project Status Updated trigger does not run when a new project is created with a status assigned simultaneously. Templates View all of Dubsado's templates . Use cases New Integration: Use Dubsado to Manage Clients of Your Creative Business 7 ways to integrate Acuity Scheduling with your other apps Additional Dubsado resources Zapier's Dubsado integ"
|
|
},
|
|
"linkedin-conversions": {
|
|
"slug": "linkedin-conversions",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LinkedIn Conversions app on Zapier, you must have: A LinkedIn Campaign Manager account with proper permissions. You must be assigned as both the Account Manager or Campaign Manager role on the ads account in Campaign Manager, as well as the Company Page Admin or Lead Gen Forms Manager role. A conversion rule created in LinkedIn Campaign Manager with \"Conversions API\" selected as the source. Access to Campaign Manager's Measurement section to set up conversion tracking. Trigger data that includes at least an email, first-party cookie ID, or first name and last name for proper conversion attribution. Active, Draft, or Paused campaigns in your LinkedIn ad account to associate with your conversion rules."
|
|
],
|
|
"connect_steps": [
|
|
"Connect a new account and connect your LinkedIn Conversions account to Zapier. Click Continue . In the Account dropdown field, select your ad account . In the Conversion dropdown field, select your conversion rule . Map the data from your trigger data into the remaining fields . Once you've completed all relevant fields, click Continue . Click Test step . This sends a conversion event to your LinkedIn ad account. If the test was successful, click Publish to turn your Zap on. 4. View conversion tracking and reporting metrics Once your Zap is set up and published, you can view conversion tracking and reporting metrics in your LinkedIn Campaign Manager . Next steps You've set up a Zap to automatically track conversions in LinkedIn Campaign Manager. Learn how LinkedIn Conversions is free on Zapier Explore popular LinkedIn Conversions integrations Learn how to troubleshoot Zap errors",
|
|
"Connect LinkedIn Conversions to Zapier To create an app connection to LinkedIn Conversions on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LinkedIn Conversions . Click Add connection . A new browser tab or window will open. Log into LinkedIn Conversions to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Track LinkedIn Conversions for free with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25393517708557-Track-LinkedIn-Conversions-for-free-with-Zapier"
|
|
},
|
|
{
|
|
"title": "Import and track conversions using LinkedIn Conversions with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25026280980365-Import-and-track-conversions-using-LinkedIn-Conversions-with-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with LinkedIn Conversions on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40111988808461-How-to-get-started-with-LinkedIn-Conversions-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. Use LinkedIn Conversions for free on Zapier Beginning April 2, 2024, when you use the LinkedIn Conversions app in a Zap, action steps will not count toward your task usage . Action steps that use other apps will still count toward your task usage. All other plan features, including rate limits , still apply. Zapier Free plan users In addition, if your Zap contains a LinkedIn Conversions action step, Zapier is removing the following plan limits: Premium apps: You can add any of our premium apps . Multi-step Zap workflows: The Zap can use multiple steps . How long is this offer available? There is currently no planned end date for this offer's availability. Should an end date be set, impacted users will receive an email notice from Zapier at least 60 days before any changes take effect. How are multi-step Zap workflows handled? In Zap workflows with multiple action steps, only steps that send tasks to LinkedIn Conversions will be exempted from your plan's quota. Tasks for other apps will still count towards your task usage . Triggers do not count toward your task usage. Example If your Zap contains: A Slack action A LinkedIn Conversion action (Conversion Event) Running that Zap will consume 1 task against your plan quota (the Slack action), with the other task (the LinkedIn Conversion action) exempt. What happens to my Zap workflows if I use all of my tasks during a billing cycle? Steps that use the LinkedIn Conversions app will not count towards your task usage , regardless of your Zapier plan. If you run out of tasks during a billing cycle: If your Zap only uses LinkedIn Conversions actions, the Zap will continue to run. If your Zap contains apps other than LinkedIn Conversions, the Zap will: run a LinkedIn Conversions action step if it is the first step in the Zap and any subsequent LinkedIn Conversions action steps that follow directly afterward. not run action steps that use any other app. not run LinkedIn Conversions action steps that come after an action step that uses any other app. If your Zap does not include a LinkedIn Conversions step, all action steps will be held . All other plan limits, including rate limits , still apply. Example Here are some scenarios describing how Zap workflows would behave if your account ran out of tasks. If your Zap consists of: Salesforce trigger First L"
|
|
},
|
|
"ringcentral": {
|
|
"slug": "ringcentral",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the RingCentral app on Zapier, you must have: A RingCentral Office account. For call recording triggers : Call recording must be enabled in your RingCentral account settings."
|
|
],
|
|
"connect_steps": [
|
|
"Connect RingCentral to Zapier To create an app connection to RingCentral on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RingCentral . Click Add connection . A new browser tab or window will open. Log into RingCentral to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with RingCentral on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39881978860045-How-to-get-started-with-RingCentral-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with RingCentral on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication RingCentral How to get started with RingCentral on Zapier Updated September 26, 2025 13:42 RingCentral and Zapier connect to automate your calls and messages. You can trigger actions when calls end or SMS arrive and send texts or create contacts. Prerequisites To use the RingCentral app on Zapier, you must have: A RingCentral Office account. For call recording triggers : Call recording must be enabled in your RingCentral account settings. Connect RingCentral to Zapier To create an app connection to RingCentral on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RingCentral . Click Add connection . A new browser tab or window will open. Log into RingCentral to authenticate. Grant Zapier permission to access your account if prompted to. Your RingCentral account is now successfully connected to Zapier. About RingCentral's app Triggers, searches, and actions Triggers New Call Log Record (Polling) - Triggers when there is a new call log record. Do Not Disturb (DND) Presence Updated (Instant) - Triggers when a user wants to change the Do Not Disturb (DND) presence status. New Call Recording (Polling) - Triggers when a call has been recorded. New SMS/MMS Sent (Instant) - Triggers when there is a new SMS/MMS sent. RingSense Processed Recording (Instant) - Triggers when RingSense generates the transcript, summary, and additional insights from a recording. Call Ended (Instant) - Triggers when a call has been ended. Missed Call (Instant) - Triggers when there is a new missed call. New SMS/MMS Received (Instant) - Triggers when there is a new SMS/MMS received. New Voicemail (Instant) - Triggers when there is a new incoming voicemail. Searches Find Contact - Finds an external contact in personal address book by phone number. Actions Create Post - Creates a new team messaging post. Send Fax - Sends a fax. Update Contact - Updates an external contact in personal address book. Create Contact - Creates a new external contact in personal address book. Create Video Meeting - Creates an instant video meeting. Pair with an additional action to retrieve Join URI from the current action. Generate Ringout Call - Starts a 2-legged RingOutCall based on specified from and to numbers. S"
|
|
},
|
|
"beehiiv": {
|
|
"slug": "beehiiv",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the beehiiv app on Zapier, you must have: A beehiiv account with a Launch plan or higher."
|
|
],
|
|
"connect_steps": [
|
|
"Connect beehiiv to Zapier To create an app connection to beehiiv on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select beehiiv . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with beehiiv on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39823554109965-How-to-get-started-with-beehiiv-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with beehiiv on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing beehiiv How to get started with beehiiv on Zapier Updated September 26, 2025 13:11 beehiiv and Zapier connect to automate your newsletter work. You can trigger actions when new posts are sent and create new subscribers. Prerequisites To use the beehiiv app on Zapier, you must have: A beehiiv account with a Launch plan or higher. Connect beehiiv to Zapier To create an app connection to beehiiv on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select beehiiv . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your beehiiv API Key . To find this, go to your beehiiv account Settings, then Integrations, and create a new API Key. Publication ID : Enter your API V2 Publication ID . You can find this in your beehiiv Settings under Integrations. Click Yes, Continue to beehiiv . Your beehiiv account is now successfully connected to Zapier. About beehiiv's app Triggers, searches, and actions Triggers New Post Sent - Triggers when a new post is sent. (Instant) New Subscriptions - Triggers when a new subscription is created. (Instant) New Subscription Downgrades - Triggers when a subscriber downgrades their subscription from premium to free. (Instant) New Survey Responses - Triggers when a new survey response is submitted. (Instant) New Subscription Confirmations - Triggers when a subscription is confirmed following a double opt-in. (Instant) User Unsubscribes - Triggers when a user unsubscribes. (Instant) New Subscription Upgrades - Triggers when a user upgrades their subscription to premium. (Instant) Searches List All Journeys in an Automation - Returns a list of all automation journeys for a specific automation. This will include the status of the journey, the start time, and the completion time. List All Custom Fields - Returns a list of custom fields. List All Publications - Returns a list of publications with their publication IDs. View Referral Program - Retrieve details about the publication's referral program, including milestones and rewards. List All Subscribers - Retrieve all subscriptions belonging to a specific publication. View an Automation Journey - Views the details of a single autom"
|
|
},
|
|
"sharepoint": {
|
|
"slug": "sharepoint",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft SharePoint app on Zapier, you must have: A Business or Enterprise Microsoft 365 paid account. Admin Consent for Delegated Permissions , which requires approval by a Microsoft 365 administrator to allow Zapier to use specific permissions on behalf of the user. If you're upgrading from an earlier version of the SharePoint app, your IT team may need to grant consent for updated permissions. A paid Zapier plan. Microsoft SharePoint is a premium app ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft SharePoint to Zapier To create an app connection to SharePoint on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SharePoint . Click Add connection . A new browser tab or window will open. Log into SharePoint to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Updates to the Microsoft SharePoint app (Microsoft Graph API)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43863556411021-Updates-to-the-Microsoft-SharePoint-app-Microsoft-Graph-API"
|
|
},
|
|
{
|
|
"title": "Microsoft SharePoint error: 404 FILE NOT FOUND",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33267983804429-Microsoft-SharePoint-error-404-FILE-NOT-FOUND"
|
|
},
|
|
{
|
|
"title": "How to get started with Microsoft SharePoint on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16774279432205-How-to-get-started-with-Microsoft-SharePoint-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Zapier has updated the Microsoft SharePoint app to use the Microsoft Graph API . This replaces the SharePoint Rest API that was used in previous versions, improving reliability and expanded functionality. Note Due to the shift of Microsoft Graph API, your IT team may need to grant consent for updated permissions. If you get the permission-related error message, contact your Microsoft 365 administrator. Critical changes: IDs and fields IDs and field names in the latest app version can differ from v4. IDs from v4 are not compatible with v5. The following table shows some examples of how fields have changed, but is not an exhaustive list. Field SharePoint REST API format Microsoft Graph API format File and folder ID UniqueId: \"39b44a6a-8604-499f-ae69-50a321c2d9de\" (GUID) id: \"01BYE5RZ6QN3ZWBTUFOFD3GSPGOHDJD36K\" (encoded string) Site ID Id: \"12345678-90ab-cdef-1234-567890abcdef\" (GUID) id: \"contoso.sharepoint.com,2C712604-1370-44E7-A1F5,2D2244C3-251A-49EA\" (hostname, site GUID, web GUID) List ID GUID format GUID format (same style) List item ID Id: 5 (integer) id: \"5\" (string) File location ServerRelativeUrl: \"/sites/teamsite1/Shared Documents/report.pdf\" (server-relative path) webUrl: \"https://contoso.sharepoint.com/sites/teamsite1/Shared%20Documents/report.pdf\" (full URL) Author AuthorId: 9 (numeric ID) createdBy.user.email: \"john.smith@contoso.com\" and createdBy.user.displayName: \"John Smith\" When you set up your Zap workflows, make sure to retest your Zap steps to pull in the latest test records, as you may need to remap fields in subsequent steps. New and improved features Copy File or Folder Copy File or Folder The Copy File or Folder action copies a file or folder to a new location in the same site or a different SharePoint site. Copying can take time for large files or folders with many items, so the action runs in the background and returns a Monitor URL instead of the copied item right away. To check if the copy is complete, use the Get Copy Job Status search action with the Monitor URL (output field from Copy File or Folder action). When the job is done, it returns the new item's ID but not full details. For large files or folders, add a Delay step before checking status. To get the copied item's full details, use Get File or Folder by ID search action. You must have read access to all items being copied. If any file or subfolder has restricted access, the whole copy fails. Contact your Microsoft SharePoint administrator i"
|
|
},
|
|
"office-365": {
|
|
"slug": "office-365",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Office 365 app on Zapier, you must have: A Microsoft 365 Business or Enterprise paid account (free personal accounts are not supported). Admin access or permission granted by an Admin to use Microsoft Office 365 with Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"connect your account to Zapier. You can do that by going to the Connected Accounts page and clicking the reconnect button next to Office365, then typing in your credentials. I\u2019m seeing a \u201cCannot Read Property 'value' of Undefined\u201d Error When we create an event in Microsoft Office 365 we use the timezone settings in your Zapier account to determine what timezone to send to Microsoft Office 365. If no timezone has been selected in your Zapier account, we won't be able to locate the corresponding timezone causing this error. Selecting a timezone within your Zapier account settings should fix this error. My Zap isn't finding my contact but they're listed as a contact in Office 365 The \u201cFind Contact\u201d action will only return contacts that have been added to your \"My Contacts\" list. Any contacts in company shared Directories or Shared Contact groups will not be returned. If you add those contacts to your \"My Contacts\" list, you'll be able to search for them. My all-day events don\u2019t start and end on the right days This may be due to differences in timezone settings. Make sure the timezone settings are consistent across the following places: Your Zapier settings Outlook settings Your system settings - Mac Settings Otherwise, when viewing an all-day event in outlook.office.com, the event might appear to start/end one day more/less than expected. I\u2019m seeing a \u201cid Is Malformed\u201d error when using a custom value to specify a folder This might be caused by using a slash \u201c/\u201c in the custom value field. Replacing it with a hyphen \u201c-\u201c instead should get rid of that error. I\u2019m seeing a \u201cyou must enroll in multi-factor authentication to access\u201d error message This error may be occurring if multi-factor authentication was recently added to your Microsoft Office 365 account. To fix this, try reconnecting your Microsoft Office 365 account, this should allow you to reconnect using multi-factor authentication. Once reconnected you can then attempt to replay any Tasks that had this error. All-d",
|
|
"Connect Microsoft Office 365 to Zapier To create an app connection to Office 365 on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Office 365 . Click Add connection . A new browser tab or window will open. Log into Microsoft Office 365 to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Microsoft Office 365 on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496006544397-Common-problems-with-Microsoft-Office-365-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Microsoft Office 365 on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496009025037-How-to-get-started-with-Microsoft-Office-365-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:13 I can't connect my account First, make sure you can properly log into https://outlook.office365.com/ . Usually, that means you must have an Office 365 Business or Office 365 Enterprise account in order to use Zapier. You won't be able to connect to a personal or education account. These accounts do not work: Outlook.com accounts. Office Home accounts. Live.com or other personal Microsoft accounts. If you're getting and error that says The user or administrator has not consented to use the application with ID 'XXXXX' , this means that your Microsoft account doesn't have the right permissions to connect to Zapier. You'll need to have your Office 365 administrator grant you access to connect to third parties. My Zap workflows keep getting turned off Microsoft automatically expires their refresh token (what we use to connect to them) if any of the following occur: You change or reset your password You don't use the token for 14 days It's been 90 days Unfortunately, there is no way around these limitations. When your token expires, you will need to reconnect your account to Zapier. You can do that by going to the Connected Accounts page and clicking the reconnect button next to Office365, then typing in your credentials. I\u2019m seeing a \u201cCannot Read Property 'value' of Undefined\u201d Error When we create an event in Microsoft Office 365 we use the timezone settings in your Zapier account to determine what timezone to send to Microsoft Office 365. If no timezone has been selected in your Zapier account, we won't be able to locate the corresponding timezone causing this error. Selecting a timezone within your Zapier account settings should fix this error. My Zap isn't finding my contact but they're listed as a contact in Office 365 The \u201cFind Contact\u201d action will only return contacts that have been added to your \"My Contacts\" list. Any contacts in company shared Directories or Shared Contact groups will not be returned. If you add those contacts to your \"My Contacts\" list, you'll be able to search for them. My all-day events don\u2019t start and end on the right days This may be due to differences in timezone settings. Make sure the timezone settings are consistent across the following places: Your Zapier settings Outlook settings Your system settings - Mac Settings Otherwise, when viewing an all-day event in outlook.office.com, the event might appear to start/end one day more/less than expected. I\u2019m seeing a \u201cid Is Malformed\u201d error when using a cus"
|
|
},
|
|
"clicksend": {
|
|
"slug": "clicksend",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ClickSend SMS app on Zapier, you must have: An active ClickSend account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ClickSend SMS to Zapier To create an app connection to ClickSend SMS on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickSend SMS . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Username : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with ClickSend SMS on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496061131021-Common-Problems-with-ClickSend-SMS-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with ClickSend SMS on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496013410573-How-to-get-started-with-ClickSend-SMS-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with ClickSend SMS on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication ClickSend SMS Common Problems with ClickSend SMS on Zapier Updated June 20, 2024 13:12 The \"From\" field isn't being respected If the SMS is being sent to a country that does not support setting a custom sender ID, then this field will be ignored. Learn more about Sender IDs in ClickSend SMS."
|
|
},
|
|
"clickfunnels-classic": {
|
|
"slug": "clickfunnels-classic",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ClickFunnels Classic app on Zapier, you must have: An active ClickFunnels Classic account (any plan level). For sub-users: The account owner must first"
|
|
],
|
|
"connect_steps": [
|
|
"connect their ClickFunnels account to Zapier before sub-users can create Zap workflows. Connect ClickFunnels Classic to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickFunnels Classic . Click Add connection . A new browser tab or window will open. Log into ClickFunnels Classic to authenticate. Grant Zapier permission to access your account if prompted to. Your ClickFunnels Classic account is now successfully connected to Zapier."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ClickFunnels Classic on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38808358529933-How-to-get-started-with-ClickFunnels-Classic-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ClickFunnels Classic on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing ClickFunnels Classic How to get started with ClickFunnels Classic on Zapier Updated May 29, 2026 18:13 ClickFunnels Classic and Zapier connect to automate your sales funnels. You can trigger actions when contacts are added or purchases are made. Prerequisites To use the ClickFunnels Classic app on Zapier, you must have: An active ClickFunnels Classic account (any plan level). For sub-users: The account owner must first connect their ClickFunnels account to Zapier before sub-users can create Zap workflows. Connect ClickFunnels Classic to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickFunnels Classic . Click Add connection . A new browser tab or window will open. Log into ClickFunnels Classic to authenticate. Grant Zapier permission to access your account if prompted to. Your ClickFunnels Classic account is now successfully connected to Zapier. About ClickFunnels Classic's app Triggers, searches, and actions Triggers New Contact Activity (Instant) - Triggers when Contact activity record is created. New Successful Purchase (Instant) - Triggers when a successful Purchase is made in a Funnel. New Failed Purchase (Instant) - Triggers when a failed Purchase is made in a Funnel. Searches Find Contact Profile - Find a Contact Profile by exact match Email. Find or Create Contact Profile - Find a Contact Profile by exact match Email. Actions Add Tag to Email - Add a Tag to a Contact Profile by Email. Create Contact Profile - Create or update a Contact Profile for an email. Remove Tag From Email - Remove a Tag from a Contact Profile by Email. Add Email to List - Add a Contact Profile Email to a List. Create Contact Optin - Creates a new opt-in for an email. Remove Email From List - Remove a Contact Profile Email from List. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations ClickFunnels Classic uses the deprecated ClickFunnels Classic (1.0) API . Since this API is no longer maintained, its best to migrate to the ClickFunnels V2 API, which is available using the ClickFunnels integration . Templates View all of ClickFunnels Classic's templates . Use cases 5 ways to automate C"
|
|
},
|
|
"smartsheet": {
|
|
"slug": "smartsheet",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Smartsheet app on Zapier, you must have: A Smartsheet Pro, Business, or Enterprise plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Smartsheet to Zapier To create an app connection to Smartsheet on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Smartsheet . Click Add connection . A new browser tab or window will open. Log into Smartsheet to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Smartsheet",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495976241805-Common-Problems-with-Smartsheet"
|
|
},
|
|
{
|
|
"title": "How to get started with Smartsheet on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39179377409933-How-to-get-started-with-Smartsheet-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Smartsheet – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Smartsheet Common Problems with Smartsheet Updated March 05, 2026 13:11 Zap is not triggering from new rows of data If the Smartsheet connected to the Zap is currently active, new rows added to a Smartsheet won't trigger the Zap. To trigger from these newly added rows of data, you will either have to: Choose another sheet to make the current sheet inactive Close the Active sheet My \"Updated Row\" trigger is triggering way too many times You may be receiving emails warning that your Zap is trying to trigger off too many changes. If this is the case, and you're using the \"Updated Row\" trigger, ensure that if you add rows to the sheet that you add them to the very bottom of the sheet and not the top or in the middle. If you add anywhere but the very bottom, every row below it will change its row number thus triggering a change en masse. \"There was no data available to create or update a row in Smartsheet. Either the Trigger did not provide any data, or none of the Action fields were mapped to Trigger fields. Please check your configuration.\" The \"Add Row to Spreadsheet\" and \"New Row Update\" Actions require that at least one field be filled out in the Zap. If you encountered this error while using one of these Actions, it is possible that during the configuration of the Zap none of the Action fields were mapped (by selecting a dropdown option) or manually filled with values. Alternatively, the Trigger may not have provided any data. \"Column ID was not found.\" A Smartsheet column used in your Zap may have been deleted from the sheet. You need to edit the Action portion of your Zap to remove any data or mapping from the column in question. I can't select my Smartsheet attachments or discussions columns. There isn't currently a way to match file attachments or discussions for Smartsheet Triggers or Actions. I am trying to get my Gmail attachment into Smartsheet. There isn't currently a way for Smartsheet actions to receive files provided by certain Zapier file-enabled triggers (Gmail and others). Not all columns from the sheet are displayed during configuration. Columns that are locked based on your sharing permission level won't be displayed. The dates copied from Smartsheet are off by a few hours or a day. Date values provided by Smarts"
|
|
},
|
|
"unbounce": {
|
|
"slug": "unbounce",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Unbounce app on Zapier, you must have: An active Unbounce account with a published landing page, popup, or sticky bar. Author or Admin permissions for the Unbounce Client you are setting up."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Unbounce to Zapier To create an app connection to Unbounce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Unbounce . Click Add connection . A new browser tab or window will open. Log into Unbounce to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Unbounce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495971177485-Common-problems-with-Unbounce-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Unbounce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496002578317-How-to-get-started-with-Unbounce-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:14 I'm not able to see all my fields from my Unbounce form When a new field is added to an Unbounce form, you'll need to publish the page and submit the new form at least once. Zapier will then be able to find a form submission that includes this new field. The client isn't showing up in the dropdown to select when setting up a Zap. Check your permission by Unbounce, as you must be the Author or Admin for a client in order to set up Zap workflows for it. I'm not able to sign in with Google Login to the Unbounce app in another browser tab before selecting + Connect a new account in Zapier."
|
|
},
|
|
"files-by-zapier": {
|
|
"slug": "files-by-zapier",
|
|
"auth_signals": [
|
|
"webhook"
|
|
],
|
|
"primary_auth": "webhook",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger 60,000 rows from a single CSV file using Files by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28030319732749-Trigger-60-000-rows-from-a-single-CSV-file-using-Files-by-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:19 Files by Zapier allows you to trigger Zap workflows from CSV rows. This is great to use when you want to take action from large CSV files, with up to 60,000 rows. To use this action, you\u2019ll need two Zap workflows: Zap 1: This Zap triggers every time a new CSV file is created with the app of your choice, such as Google Drive. It will send every row of the CSV file to Files by Zapier. Zap 2: This Zap is triggered by the action in Zap 1, and allows you to send the rows from the CSV to other apps. When both Zap workflows are turned on, each row of the CSV file will be sent to another app. So, if you have 10,000 rows in the CSV, 10,000 items will trigger Zap 2. Best practices for using this workflow You can only trigger 1 CSV file every 30 minutes. CSV files are limited to a file size of 4MB and 60,000 rows. Your CSV files should follow a consistent structure and naming convention for their columns each time the Zap runs. If not, headers are in a different order, or named something else, your Zap might: Mismapped data : If the order of the columns has changed, it might place data in the wrong place. Missed data: If it can\u2019t find the expected headers, it might skip important information. 1. Set up the trigger for Zap 2 The first Zap we\u2019re creating is Zap 2, because you need the webhook URL this Zap will create to set up Zap 1. This Zap will trigger when Zap 1 runs and send each row to any app you want to take action with. In the Zap editor, click the Trigger step. A dialog box will open. In the search box, search for and select the app Webhooks by Zapier . The right sidebar will open. In the App & event tab, click the Event dropdown menu. Select the event Catch Hook . Copy the webhook URL to your clipboard. You will need this for Zap 1. You'll continue setting up this Zap later, so leave this tab open in your browser. You'll set Zap 1 using a new browser tab or window. 2. Set up Zap 1 This Zap will trigger every time a new file is added from your app and send the information to Zap 2 using Files by Zapier. Open a new browser tab or window . Go to Zapier.com and click + Create . In the Zap editor, click the Trigger step. A dialog box will open. In the search box, search for and select the app that has the CSV file you want to work with, such as Google Drive, New File in Folder. Test your trigger. (Optional) If the trigger contains more than one file type, add a filter to only trigger for CSV files. Click the Action step. In the search b"
|
|
},
|
|
"pdfco": {
|
|
"slug": "pdfco",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the PDF.co app on Zapier, you must have: An active PDF.co account with an API key from your PDF.co Dashboard . Sufficient PDF.co credits for your intended usage."
|
|
],
|
|
"connect_steps": [
|
|
"Connect PDF.co to Zapier To create an app connection to PDF.co on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select PDF.co . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with PDF.co on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860054944269-How-to-get-started-with-PDF-co-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with PDF.co on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files PDF.co How to get started with PDF.co on Zapier Updated January 23, 2026 14:29 PDF.co and Zapier connect to automate PDF tasks. You can convert files to PDF, extract data from documents, and split or merge PDFs. Prerequisites To use the PDF.co app on Zapier, you must have: An active PDF.co account with an API key from your PDF.co Dashboard . Sufficient PDF.co credits for your intended usage. Connect PDF.co to Zapier To create an app connection to PDF.co on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select PDF.co . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your PDF.co API key . Click Yes, Continue to PDF.co . Your PDF.co account is now successfully connected to Zapier. About PDF.co's app Triggers, searches, and actions Triggers No triggers available for PDF.co. Searches No searches available for PDF.co. Actions Add Barcode to PDF - Generate Barcode and add to existing PDF Add Image to PDF - Add Image to PDF AI Invoice Parser - Transform your invoice processing with our advanced AI. Enjoy quick, accurate data extraction that eliminates manual effort and saves you valuable time. Advanced Barcode Reader - Decode barcodes from images or PDF documents swiftly and accurately. PDF to Anything Converter - Convert PDF to JPG, PNG, CSV, XML, JSON and other formats Document Classifier - Analyze the text of an input document using AI and return its class (such as: invoice, order, industry). This can utilize custom rules and is helpful for quickly identifying the origin of a document. Send Email With Attachment - Send Email With Attachment HTML to PDF Converter - Convert HTML or URL to PDF with advanced options (e.g. layout, orientation). Supports HTML templates (Handlebar and Mustache). PDF Merger - Combine multiple document formats into a single PDF. Supported formats include PDF, DOC, DOCX, XLS, JPG, PNG, and more. Compress and Optimize PDF - Significantly reduce PDF file size by compressing and optimizing images and objects within the document. PDF Find Table - This operation employs AI to scan a PDF document for tables, returning an array of found tables with coordinates and information about the det"
|
|
},
|
|
"google-slides": {
|
|
"slug": "google-slides",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Use the \"Set up Google Slides Presentation\" Action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496047004429-How-to-Use-the-Set-up-Google-Slides-Presentation-Action"
|
|
},
|
|
{
|
|
"title": "How to Get Started with Google Slides on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496016811917-How-to-Get-Started-with-Google-Slides-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:28 To create a presentation using a Zap, you will first need to create a template presentation to bring your data into on your Google Slides account. So first head over to your Google Slides account and make a new presentation from a template or from scratch. You can read more on how to create a Google Slide presentation here On your template slide, you can specify what fields you want to add to your slide from your Zap by entering a word surrounded by two braces (curly brackets) as placeholder variables. Like this: Tip: you can add placeholder variables across multiple slides on one presentation. Then, when you are setting up your Zap template using this Action, select your template from the \"Template Presentation\" drop down and then you will see all the fields you specified with braces like this: Tip: to pass images onto the template, you just need to create a text placeholder variable on your presentation template, then pass on a URL to a hosted image on your Zap template. Then, each time your Zap runs, it will create a new present based on your template!"
|
|
},
|
|
"facebook-conversions-business": {
|
|
"slug": "facebook-conversions-business",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Limited-time offer: 100,000 free Facebook Conversions tasks per month for 6 months",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37500885530893-Limited-time-offer-100-000-free-Facebook-Conversions-tasks-per-month-for-6-months"
|
|
},
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "Changes impacting Facebook Offline Conversions users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26967162052493-Changes-impacting-Facebook-Offline-Conversions-users"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:16 Get 100,000 free Send Funnel Event tasks every month for six months when you use Facebook Conversions. Offer details How to redeem this offer : This offer is available when you use the Send Funnel Event action with the following apps: Facebook Conversions . Facebook Conversions (for Business admins) . Free task usage : 100,000 free tasks/month applied only to Send Funnel Event \u2192 Facebook Conversions steps This means these actions will not count towards your task usage . Other steps (Slack, CRM updates, emails, etc.) still count against your normal task allowance. Eligibility: This offer is available to: It's available for all Zapier users on any plan, except for Accounts that have sent a Send Funnel Event Action in the past 90 days. Activation : The offer will be activated automatically when you run your first Zap that contains the Send Funnel Event Facebook Conversions action. No further setup or opt-in required. All other actions in your Zap workflows are still subject to usage plan limits. Offer period: Starts: July 23, 2025. Duration: Six calendar months from your first eligible Send Funnel Event run. Rollover: Unused free tasks do not roll over\u2014each month you\u2019ll get a fresh 100,000-task credit. FAQs Are there any other Facebook Conversion actions included in the offer? Are there any other Facebook Conversion actions included in the offer? This offer is specifically focused on the Send Funnel Event action. Meta recommends sending lead and conversion data straight from your CRM into Facebook for lead-generation advertisers to ensure accurate measurement and attribution. The Send Funnel Event action makes that workflow seamless\u2014and now you can run up to 100,000 of those steps per month for free , for six months. If I downgrade my Zapier account during the limited-time offer, what happens to my Zap workflows? If I downgrade my Zapier account during the limited-time offer, what happens to my Zap workflows? Zap workflows that use Facebook Conversions will still be eligible for the offer. All other Zap workflows that do not use Facebook Conversions will be subject to your new plan limits. What happens if I exceed the 100,000 free tasks in a month? What happens if I exceed the 100,000 free tasks in a month? Any additional tasks used for Facebook Conversions actions beyond the 100,000 free tasks will count toward your plan\u2019s task usage limits. If you run out of tasks, your Zap workflows will be paused until you either upgrade your pl"
|
|
},
|
|
"wave": {
|
|
"slug": "wave",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Wave app on Zapier, you must have: An active Wave account with a Pro Plan subscription or Wave Advisors bookkeeping subscription. As of May 26, 2025, all businesses in Wave require one of these paid subscriptions to"
|
|
],
|
|
"connect_steps": [
|
|
"connect with Zapier. Connect Wave to Zapier To create an app connection to Wave on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wave . Click Add connection . A new browser tab or window will open. Log into Wave to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Wave on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980995085-How-to-get-started-with-Wave-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Wave on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496029700749-Common-Problems-with-Wave-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Wave on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Wave How to get started with Wave on Zapier Updated January 21, 2026 10:12 Wave and Zapier connect to automate accounting tasks. You can trigger actions when new customers or invoices are added and create customers, invoices, or sales records. Prerequisites To use the Wave app on Zapier, you must have: An active Wave account with a Pro Plan subscription or Wave Advisors bookkeeping subscription. As of May 26, 2025, all businesses in Wave require one of these paid subscriptions to connect with Zapier. Connect Wave to Zapier To create an app connection to Wave on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wave . Click Add connection . A new browser tab or window will open. Log into Wave to authenticate. Grant Zapier permission to access your account if prompted to. Your Wave account is now successfully connected to Zapier. About Wave's app Triggers, searches, and actions Triggers New Customer - Triggers when a new customer is added to a business you choose (Polling) New Invoice - Triggers when a new invoice is created (Polling) Searches Find Customer - Finds an existing customer Find or Create Customer - Finds an existing customer Find Sold Product or Service - Finds an existing product or service by name Actions Create Customer - Creates a customer in a business that you choose Create Product or Service - Creates a product or service in a business that you choose Create Invoice - Creates a new invoice Record Sale - Records an Income transaction with optional Sales Tax and optional Payment Processing Fee Limitations Some invoice operations like sending invoices require the business to have email sending features enabled (Business.emailSendEnabled must be true). Templates View all of Wave's templates . Use cases 4 ways to automate Wave Your guide to automating invoicing Guide to accounting automation Additional Wave resources Zapier's Wave integration page Wave's Help Center Wave's API documentation"
|
|
},
|
|
"facebook-messenger": {
|
|
"slug": "facebook-messenger",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "How to Get Started with Facebook Messenger on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496051195661-How-to-Get-Started-with-Facebook-Messenger-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Facebook Messenger on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496018935437-Common-Problems-with-Facebook-Messenger-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"url-shortener": {
|
|
"slug": "url-shortener",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Important update: URL Shortener app moving to premium",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41969122672397-Important-update-URL-Shortener-app-moving-to-premium"
|
|
},
|
|
{
|
|
"title": "Shorten URLs in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496306793613-Shorten-URLs-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated December 16, 2025 15:00 We're enhancing the security and reliability of the URL Shortener app by moving it to a premium app . This change takes effect on January 15, 2026. What you need to know Requirements: The URL Shortener app will be available to users on a paid Zapier plan or those on an eligible free trial that includes premium features. Impact: If you do not meet this requirement by the effective date, any workflows currently using the URL Shortener app will stop running. Why? This allows us to better authenticate usage, reduce abuse (including spam and phishing attempts), and continue investing security safeguards to protect our legitimate customers Next steps Upgrade : To continue using the app, upgrade to a paid Zapier plan . Alternatives : Explore alternative URL shortening apps . Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes."
|
|
},
|
|
"wufoo": {
|
|
"slug": "wufoo",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Wufoo app on Zapier, you must have: A paid Wufoo plan. Admin or owner permissions for the Wufoo form/report you want to access, or view/edit permissions at minimum."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Wufoo to Zapier To create an app connection to Wufoo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wufoo . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Wufoo Login Email : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Wufoo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495936305165-How-to-get-started-with-Wufoo-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems With Wufoo",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495954208013-Common-Problems-With-Wufoo"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Wufoo on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Wufoo How to get started with Wufoo on Zapier Updated May 29, 2026 18:14 Wufoo and Zapier connect to automate form workflows. You can trigger actions when new entries are submitted and create new form entries. Prerequisites To use the Wufoo app on Zapier, you must have: A paid Wufoo plan. Admin or owner permissions for the Wufoo form/report you want to access, or view/edit permissions at minimum. Connect Wufoo to Zapier To create an app connection to Wufoo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Wufoo . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Wufoo Login Email : Enter your Wufoo username . Wufoo Login Password : Enter your Wufoo password . Account name : Enter your Wufoo account name . Click Yes, Continue to Wufoo . Your Wufoo account is now successfully connected to Zapier. About Wufoo's app Triggers, searches, and actions Triggers New Entry (poll) - Triggers when someone fills out your form. This is a slow version wherein we check periodically for new entries. (Polling) New Form - Triggers when you build a new form. (Polling) New Subscription Entry - Triggers when someone fills out your form. (Instant) New Field - Triggers when a new field is added to a form. (Polling) New Entry - Triggers when someone fills out your form instantly using webhooks (but you will need to create the webhooks manually). (Instant) Searches Find a Submission - Find a form submission by a field and its value. Actions Create Entry - Creates a new entry in Wufoo for a form and data you select. Create Entry (Legacy) - Creates a new entry in Wufoo for a form and data you select (except not files). New Entry trigger setup This instant trigger requires you to copy a unique URL from Zapier and paste it into your Wufoo form settings. Copy the webhook URL in Zapier. In your Zapier workflow, ensure the New Entry trigger step is selected. Navigate to the Test tab within the trigger setup. Click the Copy button next to the unique webhook URL. Configure the webhook in Wufoo. Follow Wufoo's documentation to set up a webhook . When prompted for the webhook address, paste the Zapier's webhook URL , as the webhook URL"
|
|
},
|
|
"surveymonkey": {
|
|
"slug": "surveymonkey",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the SurveyMonkey app on Zapier, you must have: An active paid SurveyMonkey account. To use the New Response Notification with Answers trigger, you must have a SurveyMonkey annual paid plan (excludes monthly plans). The Zapier integration is available to customers on any SurveyMonkey data center ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect SurveyMonkey to Zapier To create an app connection to SurveyMonkey on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SurveyMonkey . Click Add connection . A new browser tab or window will open. Log into SurveyMonkey to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with SurveyMonkey on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40852741172749-How-to-get-started-with-SurveyMonkey-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with SurveyMonkey",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495939619853-Common-Problems-with-SurveyMonkey"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with SurveyMonkey on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM SurveyMonkey How to get started with SurveyMonkey on Zapier Updated May 29, 2026 18:14 SurveyMonkey and Zapier connect to automate survey workflows. You can trigger actions when new responses arrive and create contacts or send surveys. Prerequisites To use the SurveyMonkey app on Zapier, you must have: An active paid SurveyMonkey account. To use the New Response Notification with Answers trigger, you must have a SurveyMonkey annual paid plan (excludes monthly plans). The Zapier integration is available to customers on any SurveyMonkey data center . Connect SurveyMonkey to Zapier To create an app connection to SurveyMonkey on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SurveyMonkey . Click Add connection . A new browser tab or window will open. Log into SurveyMonkey to authenticate. Grant Zapier permission to access your account if prompted to. Your SurveyMonkey account is now successfully connected to Zapier. About SurveyMonkey's app Triggers, searches, and actions Triggers New Response Notification (Instant) - Triggers a notification when your survey is completed. New Response Notification With Answers (Instant) - Triggers a notification when your survey is completed and sends the entire response. Only for SurveyMonkey annual paid users. Searches Find Contact - Find one of your address book contacts. Find Collector - Find a collector for one of your surveys. Find Survey - Find one of your surveys. Actions Create Contact - Creates a new contact in your address book. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Send Survey - Send a survey invitation to one or more contacts and/or emails. Limitations API rate limits apply . SurveyMonkey API has rate limits of 120 requests per minute and starting at 500 requests per day for Draft and Private apps. The API limit resets at 12:00 AM GMT daily, with three violations of up to 150% permitted within a 30-day window. Email, First Name, and Last Name fields will only be populated if you're using an email collector from your SurveyMonkey address book. For other collector types, you need to use specific survey questions for this data. Su"
|
|
},
|
|
"teachable": {
|
|
"slug": "teachable",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Teachable app on Zapier, you must have: A Teachable account on the Growth plan or higher. Owner permissions to access the Teachable school admin settings to create an API key."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Teachable to Zapier To create an app connection to Teachable on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Teachable . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Teachable on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496031754509-Common-Problems-with-Teachable-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Teachable on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496033163533-How-to-get-started-with-Teachable-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Teachable on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Teachable Common Problems with Teachable on Zapier Updated March 05, 2026 13:11 Teachable actions returning 401 - \"You can't do that\" error There are two common reasons for this type of error: Teachable plan type Teachable triggers on Zapier are available on Teachable's Basic plan and up. Teachable actions are only available on Teachable's Professional plan and up. If the connected account is not on a Teachable Professional plan or up, the Zap will show a \"401 - You can't do that\" error when you try to use an action. Teachable offers more details on the difference between plans. The Teachable school name (subdomain) has changed If you're on a Professional plan and still see a 401 error, check if the school name was changed after creating the Zap. Changing the school name causes the subdomain in Teachable to change. To fix this, add a new connection for Teachable on Zapier."
|
|
},
|
|
"mightynetworks": {
|
|
"slug": "mightynetworks",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mighty Networks app on Zapier, you must have: A Mighty Networks account on the Business Plan or higher. An API key from your Mighty Network. Host permissions for any specific Spaces you want to include in your Zap triggers or actions."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Mighty Networks to Zapier To create an app connection to Mighty Networks on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mighty Networks . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mighty Networks on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859796353805-How-to-get-started-with-Mighty-Networks-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mighty Networks on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Mighty Networks How to get started with Mighty Networks on Zapier Updated January 23, 2026 14:33 Mighty Networks and Zapier connect to automate member management. You can trigger actions when members join or leave and invite new members to your network. Prerequisites To use the Mighty Networks app on Zapier, you must have: A Mighty Networks account on the Business Plan or higher. An API key from your Mighty Network. Host permissions for any specific Spaces you want to include in your Zap triggers or actions. Connect Mighty Networks to Zapier To create an app connection to Mighty Networks on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mighty Networks . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter your Mighty Networks API key . Click Yes, Continue to Mighty Networks . Your Mighty Networks account is now successfully connected to Zapier. About Mighty Networks's app Triggers, searches, and actions Triggers Ambassador Level-Up (Instant) - Triggers when a member reaches a new Ambassador Level. Manage Badge (Instant) - Triggers when a Badge is added or removed. Member Activity (Instant) - Triggers when a member joins, requests to join, leaves your Network or Space; purchases or cancels a plan; or updates their profile. RSVPed to an Event (Instant) - Triggers when a member RSVPs to an Event. Table of Contents Progress Update (Instant) - Triggers when a member's Table of Contents progress changes, 1 hour after progress is made. Manage Tag (Instant) - Triggers when a Tag is added or removed. New Content (Instant) - Triggers when someone adds a Quick Post, Article, Event, Poll, or Question. Searches No search actions available for this app. Actions Plan Action - Invite or remove members from a plan. Schedule Event - Schedules a new Event. Create Quick Post - Creates a new Quick Post. Add to Network (Limited Members Only) - Adds limited members to the Network immediately, skipping the invite flow. Invite Members - Sends invites to join your Network or a Space. Manage Badges - Add or remove Badges from a member. Create Article - Creates a new Article. Create Poll or Question - Creates"
|
|
},
|
|
"facebook-custom-audiences": {
|
|
"slug": "facebook-custom-audiences",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Facebook Custom Audiences app on Zapier, you must have: A paid Zapier plan. Facebook Custom Audiences is a premium app on Zapier. Admin access to the Facebook page, ad account, and lead access in your Facebook Business Manager account . Learn more on What permissions do I need to use Facebook Lead Ads with Zapier? Although this guide references Facebook Lead Ads, the same permissions apply. Accepted Facebook's Terms of Service ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Facebook Custom Audiences to Zapier To create an app connection to Facebook Custom Audiences on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Facebook Custom Audiences . Click Add connection . A new browser tab or window will open. Log into Facebook Custom Audiences to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Meta work account migration: What Facebook-related app users need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20218806381837-Meta-work-account-migration-What-Facebook-related-app-users-need-to-know"
|
|
},
|
|
{
|
|
"title": "How to get started with Facebook Custom Audiences on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496086867597-How-to-get-started-with-Facebook-Custom-Audiences-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 If you\u2019ve recently updated your Meta account to a Meta work account , you\u2019ll need to reconnect any previously connected Meta accounts in your Zapier account. Any existing Zap workflows using your previously connected Meta accounts will stop working if you don\u2019t update them. The following apps are affected: Facebook Lead Ads Facebook Lead Ads (for Business Admins) Facebook Conversions Facebook Conversions (for Business Admins) Facebook Custom Audience Facebook Offline Conversions Facebook Pages Facebook Messenger Note You have a 30-day grace period after you upgrade to a Meta work account to update your Zapier account. Zapier recommends doing this sooner, rather than later to ensure your Zap workflows continue to work as normal. Reconnect a Meta work account on Zapier Before reconnecting to your Meta work account, make sure it has the same permissions as the currently connected Meta account. Next, in your Zapier account: Go to Apps Search and select for the app you want to reconnect. You\u2019ll be able to see how many connected accounts and Zap workflows you have using this app. In the Connections tab for that app, click the three dots icon next to the app connection. In the dropdown menu, click Reconnect . In a new browser tab or window will open. Follow the instructions to reconnect your Meta work account . Make sure to select your Meta work account during this process. Note If nothing happens when you select an app , try disabling your browser\u2019s pop-up blocker. You may need to use the account switcher in the top right of the Facebook login window to select your work account from the dropdown menu. The app account will be reconnected for all Zap workflows that use it. Note When you reconnect your app account, the connection label will include an increment number that represents the number of times it has been reconnected. The date added will remain the same, as this refers to the first time it was connected to Zapier. (Optional) You may need to repeat this process if you have multiple app accounts or use multiple affected apps in your Zap workflows."
|
|
},
|
|
"clio": {
|
|
"slug": "clio",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Clio app on Zapier, you must have: A Clio Manage account. Any Clio Manage plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Clio to Zapier To create an app connection to Clio on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Clio . Click Add connection . A new browser tab or window will open. Log into Clio to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Clio on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860500158221-How-to-get-started-with-Clio-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Clio on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Clio How to get started with Clio on Zapier Updated May 29, 2026 18:14 Clio and Zapier connect to automate legal workflows. You can trigger actions when new matters or contacts are created and create tasks or calendar entries. Prerequisites To use the Clio app on Zapier, you must have: A Clio Manage account. Any Clio Manage plan. Connect Clio to Zapier To create an app connection to Clio on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Clio . Click Add connection . A new browser tab or window will open. Log into Clio to authenticate. Grant Zapier permission to access your account if prompted to. Your Clio account is now successfully connected to Zapier. About Clio's app Triggers, searches, and actions Triggers New Activity - Triggers when a new activity is created. (Instant) Bill State Updated - Triggers when the state of a bill has changed. (Instant) New Communication - Triggers when a new communication is created. (Instant) New Document - Triggers when a new document is created. (Polling) Matter Status Updated - Triggers when the status of a matter has changed. (Instant) New Task - Triggers when a new task is created. (Instant) New Bill - Triggers when a new bill is created. (Instant) New Calendar Entry - Triggers when a new calendar entry is created. (Instant) New Contact - Triggers when a new contact is created. (Instant) New Matter - Triggers when a new matter is created. (Instant) New Matter Note - Triggers when a new matter note is created. (Polling) Task Status Updated - Triggers when the status of a task has changed. (Instant) Searches Find Company Contact - Find a company contact by ID, name, title, email address, address, phone number, web site, instant messenger, custom fields, related matter name, or company name matching a given string. Find Matter - Find a matter by number, display number, description, or client name. Find Matter by Custom Field - Find newest matter by custom field. Find User - Find a user by name. Find or Create a Matter - Find or Create a Matter Find Bill - Finds a Bill by Client ID, Matter ID or Invoice number. Find Contact by Custom Field - Find newest contact by custom field. Find Newest Matter by Client Email - Find newest matt"
|
|
},
|
|
"zoho-forms": {
|
|
"slug": "zoho-forms",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoho Forms app on Zapier, you must have: An active Zoho Forms account (free plan or any paid plan). Forms must be published and active to trigger Zapier workflows."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoho Forms to Zapier To create an app connection to Zoho Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Forms . Click Add connection . A new browser tab or window will open. Log into Zoho Forms to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zoho Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860194709133-How-to-get-started-with-Zoho-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zoho Forms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Zoho Forms How to get started with Zoho Forms on Zapier Updated January 23, 2026 14:07 Zoho Forms and Zapier connect to automate your work. You can trigger actions when new form entries are submitted and make API requests to other apps. Prerequisites To use the Zoho Forms app on Zapier, you must have: An active Zoho Forms account (free plan or any paid plan). Forms must be published and active to trigger Zapier workflows. Connect Zoho Forms to Zapier To create an app connection to Zoho Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Forms . Click Add connection . A new browser tab or window will open. Log into Zoho Forms to authenticate. Grant Zapier permission to access your account if prompted to. Your Zoho Forms account is now successfully connected to Zapier. About Zoho Forms's app Triggers, searches, and actions Triggers New Form Entry - Triggers when a new form entry is submitted (Instant) Searches No search actions available for this app. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Templates View all of Zoho Forms's templates . Use cases 6 ways to automate Zoho Forms How to automate your Zoho apps New App: Collect Data from Field Workers with Zoho Forms 5 ways to automate Zoho Campaigns 4 ways to automate Zoho Recruit 6 ways to use the Zapier Zoho CRM integration Collecting complex data? Here's how to automate it with Zapier Additional Zoho Forms resources Zapier's Zoho Forms integration page Zoho Forms's Help Center Zoho Forms's API documentation"
|
|
},
|
|
"keap": {
|
|
"slug": "keap",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Keap app on Zapier, you must have: An active Keap account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Keap to Zapier To create an app connection to Keap on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Keap . Click Add connection . A new browser tab or window will open. Log into Keap to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Keap on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496001912333-How-to-get-started-with-Keap-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Keap on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Keap How to get started with Keap on Zapier Updated August 14, 2025 16:03 Keap and Zapier connect to automate your CRM work. You can trigger actions when new contacts are added and create or update contacts and apply tags. Prerequisites To use the Keap app on Zapier, you must have: An active Keap account. Connect Keap to Zapier To create an app connection to Keap on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Keap . Click Add connection . A new browser tab or window will open. Log into Keap to authenticate. Grant Zapier permission to access your account if prompted to. Your Keap account is now successfully connected to Zapier. About Keap's app Triggers, searches, and actions Triggers New Action Sequence (Polling) - Triggers when a new Action Sequence is added. New Appointment Event (Instant) - For Ultimate users: triggers when a new appointment is added, deleted, or edited. New Contact (Instant) - Triggers when a new contact is created. New Note Event (Instant) - Triggers when a new note is added, deleted, or edited. New Product Event (Instant) - Triggers when a product is added, edited, or deleted. New Subscription Plan (Polling) - Triggers when a new Subscription Plan is added. New Task (All Tasks) (Instant) - Triggers when a task is added, deleted, edited, complete or incomplete. New Invoice (Instant) - Triggers when a new invoice is created. This will trigger the moment the invoice is created, before any details are added. New Payment (All Payment Type) (Instant) - Triggers when any payment is made regardless of the payment type. Credit Card Payments, Cash Payments, and Check Payments. New Assigned Task (Instant) - Triggers when a new task is created. Please note: only tasks assigned to the authenticated user may be retrieved through this trigger. Use the New Task Event trigger to retrieve all tasks. Updated Contact (Instant) - Triggers when an existing contact is updated. New Affiliate (Polling) - For Ultimate users, triggers when a new affiliate is added. New Company Event (Instant) - Triggers when a company is added, deleted, or edited. New Invoice Event (Instant) - Triggers when a invoice is added, deleted, or edited. New Opportunity Event (Instant) - Tri"
|
|
},
|
|
"sendgrid": {
|
|
"slug": "sendgrid",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the SendGrid app on Zapier, you must have: A SendGrid account. A SendGrid API key with appropriate permissions. Sender identity verification through either Domain Authentication (recommended for production) or Single Sender Verification (for testing). For Domain Authentication: Access to edit DNS records on the domain you want to authenticate Two-factor authentication (2FA) enabled on your SendGrid account (required by SendGrid for security)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect SendGrid to Zapier To create an app connection to SendGrid on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SendGrid . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with SendGrid on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860172150669-How-to-get-started-with-SendGrid-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with SendGrid on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing SendGrid How to get started with SendGrid on Zapier Updated January 23, 2026 14:12 SendGrid and Zapier connect to automate email workflows. You can trigger emails from form submissions and send transactional emails automatically. Prerequisites To use the SendGrid app on Zapier, you must have: A SendGrid account. A SendGrid API key with appropriate permissions. Sender identity verification through either Domain Authentication (recommended for production) or Single Sender Verification (for testing). For Domain Authentication: Access to edit DNS records on the domain you want to authenticate Two-factor authentication (2FA) enabled on your SendGrid account (required by SendGrid for security). Connect SendGrid to Zapier To create an app connection to SendGrid on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SendGrid . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your SendGrid API Key . Click Yes, Continue to SendGrid . Your SendGrid account is now successfully connected to Zapier. About SendGrid's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Send Email - Send an email to one or more recipients. Find List by Name - This action searches for a specific list in SendGrid using the list name as an input and outputs the information of the list that matches the input name. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create or Update Contact - This action allows you to add or update a Contact in SendGrid. You can use this action to add the contact to the list. Limitations Rate limits apply to API endpoints , with 429 \"Too Many Requests\" errors returned when limits are exceeded. Account credit limits may prevent sending if exceeded (401 \"Maximum credits exceeded\" error). Templates View all of SendGrid's templates . Use cases 5 ways to automate SendGrid with Zapier How to send SendGrid emails from Typeform Additional SendGrid resources Zapier's SendGrid integration page SendGrid's Help Center SendGrid's API documentation"
|
|
},
|
|
"imap": {
|
|
"slug": "imap",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect email apps like Gmail and Outlook to receive emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email by Zapier vs IMAP by Zapier With Email by Zapier, Zapier receives your emails at a customized @zapiermail.com email address. With IMAP by Zapier, Zapier communicates with your mail server directly to receive your emails. Email by Zapier Email by Zapier uses a third-party service for inbound emails, so there is no guarantee over when the Zap will trigger and delays may occur. If you're working with time-sensitive emails, you can use IMAP by Zapier, or connect an email app and use an email account you own. In order to trigger Zap workflows from a new email received, there must be a sender address. Auto-notification emails from Google Groups or other distribution lists will not trigger emails in Email by Zapier. Emails sent to a @zapiermail.com email address must be less than 10 MB in size, including attachments. IMAP by Zapier IMAP stands for Internet Message Access Protocol, which is a widely used protocol for email retrieval available in Microsoft, Google, and Yahoo! products, and millions of mail servers worldwide. You can use it to trigger Zap workflows from new HTML or plain text emails. Trigger from new emails with Email by Zapier Click the Trigger step. Search for and select Email by Zapier . Click the Event dropdown menu and select New Inbound Email . Click Continue . In the Email address field, customize your inbound @zapiermail email address . This is the mailbox that will trigger the Zap when new emails are received. Click Copy to copy the full email address to the computer's clipboard. Click Continue . Go to your email client (e.g., Gmail) and send a test email to your custom @zapiermail.com email address. Go back to Zapier and click Test trigger to test the connection. Set up auto-forwarding on your email app If you don't want to manually forward new emails, you can set up automatic forwarding in your mail clie"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Trigger Zap workflows from new emails",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496293328141-Trigger-Zap-workflows-from-new-emails"
|
|
},
|
|
{
|
|
"title": "Common Problems with IMAP on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495988505613-Common-Problems-with-IMAP-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 With Email by Zapier and IMAP by Zapier, you can trigger Zap workflows when you receive new emails. You can also use Email by Zapier or SMTP by Zapier to send emails in Zap workflows . Tip You can also connect email apps like Gmail and Outlook to receive emails in Zap workflows. View a full list of the email apps you can connect to Zapier . Email by Zapier vs IMAP by Zapier With Email by Zapier, Zapier receives your emails at a customized @zapiermail.com email address. With IMAP by Zapier, Zapier communicates with your mail server directly to receive your emails. Email by Zapier Email by Zapier uses a third-party service for inbound emails, so there is no guarantee over when the Zap will trigger and delays may occur. If you're working with time-sensitive emails, you can use IMAP by Zapier, or connect an email app and use an email account you own. In order to trigger Zap workflows from a new email received, there must be a sender address. Auto-notification emails from Google Groups or other distribution lists will not trigger emails in Email by Zapier. Emails sent to a @zapiermail.com email address must be less than 10 MB in size, including attachments. IMAP by Zapier IMAP stands for Internet Message Access Protocol, which is a widely used protocol for email retrieval available in Microsoft, Google, and Yahoo! products, and millions of mail servers worldwide. You can use it to trigger Zap workflows from new HTML or plain text emails. Trigger from new emails with Email by Zapier Click the Trigger step. Search for and select Email by Zapier . Click the Event dropdown menu and select New Inbound Email . Click Continue . In the Email address field, customize your inbound @zapiermail email address . This is the mailbox that will trigger the Zap when new emails are received. Click Copy to copy the full email address to the computer's clipboard. Click Continue . Go to your email client (e.g., Gmail) and send a test email to your custom @zapiermail.com email address. Go back to Zapier and click Test trigger to test the connection. Set up auto-forwarding on your email app If you don't want to manually forward new emails, you can set up automatic forwarding in your mail client so new emails will be automatically forwarded to your @zapiermail.com email address. Check the documentation for your specific email app for instructions on how to complete this step. When you set up auto-forwarding, you may need to verify your @zapiermail.com email a"
|
|
},
|
|
"webinarjam": {
|
|
"slug": "webinarjam",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the WebinarJam / EverWebinar app on Zapier, you must have: A paid WebinarJam or EverWebinar subscription (API access is not available for trial accounts). An approved API key from WebinarJam / EverWebinar (approval is required before you can use the API and typically takes up to two business days to process)."
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to WebinarJam on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WebinarJam . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with WebinarJam / EverWebinar on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38844104455949-How-to-get-started-with-WebinarJam-EverWebinar-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with WebinarJam / EverWebinar on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing WebinarJam / EverWebinar How to get started with WebinarJam / EverWebinar on Zapier Updated August 27, 2025 15:35 WebinarJam / EverWebinar and Zapier connect to automate webinar workflows. You can trigger actions when users register or attend webinars and register people to specific webinars. Prerequisites To use the WebinarJam / EverWebinar app on Zapier, you must have: A paid WebinarJam or EverWebinar subscription (API access is not available for trial accounts). An approved API key from WebinarJam / EverWebinar (approval is required before you can use the API and typically takes up to two business days to process). Connect WebinarJam / EverWebinar to Zapier To create an app connection to WebinarJam on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WebinarJam . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter your WebinarJam API key . Learn more about finding your API Key . Click Yes, Continue to WebinarJam . Your WebinarJam account is now successfully connected to Zapier. About WebinarJam / EverWebinar's app Triggers, searches, and actions Triggers New Live Attendee (Instant) - Triggers when a registrant attend a live webinar. Registrant Joins Webinar After (Instant) - Triggers when a registrant joins the live webinar late. Registrant Misses Webinar (Instant) - Triggers when a registrant misses the live webinar. New Registration (Instant) - Triggers when a user registers for a webinar. Registrant Attends Replay (Instant) - Triggers when a registrant attends the webinar replay. Registrant Leaves Before (Instant) - Triggers when a registrant leaves the live webinar before a specific timestamp. Registrant Purchases (Instant) - Triggers when a registrant buys a product during the live webinar. Registrants Stays Until (Instant) - Triggers when a registrant stays in a live webinar past a specific timestamp. Searches No search actions available for this app. Actions Register Person to a Specific Webinar - Register a person to a specific Webinar. Limitations API rate limits apply . The API has a hardcoded limit of 20 API calls per second per user, which may cause \"Too many requests\" erro"
|
|
},
|
|
"freshdesk": {
|
|
"slug": "freshdesk",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Freshdesk app on Zapier, you must have: A Freshdesk account on a paid plan (Growth, Pro, or Enterprise). Your Freshdesk API key , which can be found in your profile settings under the \"API Key\" section (only available to admin/account admin users)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Freshdesk to Zapier To create an app connection to Freshdesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Freshdesk . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Freshdesk on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859563158285-How-to-get-started-with-Freshdesk-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Freshdesk on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Support Freshdesk How to get started with Freshdesk on Zapier Updated January 23, 2026 15:20 Freshdesk and Zapier connect to automate your support work. You can trigger actions when new tickets are created and create tickets from forms or updates. Prerequisites To use the Freshdesk app on Zapier, you must have: A Freshdesk account on a paid plan (Growth, Pro, or Enterprise). Your Freshdesk API key , which can be found in your profile settings under the \"API Key\" section (only available to admin/account admin users). Connect Freshdesk to Zapier To create an app connection to Freshdesk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Freshdesk . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Freshdesk API key . Sudomain : Enter your Freshdesk registered domain name . Click Yes, Continue to Freshdesk . Your Freshdesk account is now successfully connected to Zapier. About Freshdesk's app Triggers, searches, and actions Triggers New Ticket (Instant) - Triggers when there is a new ticket is created in Freshdesk. New Ticket Note (Instant) - Triggers when a Note is added to a Ticket. Update Contact (Instant) - Triggers when a user is updated. New Contact (Instant) - Triggers when a new customer is created. Update Ticket (Instant) - Triggers when a Ticket is updated. Searches Find Contact - Finds an existing customer or a potential customer that has raised a ticket. Find Ticket by Id - Find a ticket by ID. Actions Create Company - Allows you to create a Company entry in Freshdesk. Create Forum Category - Creates a Forum Category. Create Ticket - Create a ticket in Freshdesk for your domain. Update Ticket - Updates a ticket in FreshDesk. Add Notes to a Ticket - Add Private or Public notes to a Freshdesk Support Ticket. Create Forum - Creates a Forum under a Category. Create Forum Topic - Create a new Forum Topic on Freshdesk Forums. Create Contact - Allows you to create a User/Customer in Freshdesk for your support domain. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits vary by plan. F"
|
|
},
|
|
"ninjaforms": {
|
|
"slug": "ninjaforms",
|
|
"auth_signals": [
|
|
"webhook"
|
|
],
|
|
"primary_auth": "webhook",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Ninja Forms app on Zapier, you must have: A WordPress website with the Ninja Forms core plugin installed and activated. The Ninja Forms Zapier add-on purchased and installed. At least one published form in Ninja Forms that you want to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier. Connect Ninja Forms to Zapier To create an app connection to Ninja Forms on Zapier, in"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Ninja Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859805275021-How-to-get-started-with-Ninja-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Ninja Forms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Ninja Forms How to get started with Ninja Forms on Zapier Updated January 23, 2026 14:33 Ninja Forms and Zapier connect to automate your work. You can trigger actions when forms are submitted and create contacts, add subscribers, or update spreadsheets. Prerequisites To use the Ninja Forms app on Zapier, you must have: A WordPress website with the Ninja Forms core plugin installed and activated. The Ninja Forms Zapier add-on purchased and installed. At least one published form in Ninja Forms that you want to connect to Zapier. Connect Ninja Forms to Zapier To create an app connection to Ninja Forms on Zapier, in your trigger step : Search for and select Ninja Forms . In the Trigger event field, select New Form Submission . Click Continue . In the Your webhook URL field, click Copy to copy the unique URL. Keep this Zapier page open, as you'll need to return to it later. Log into your WordPress dashboard and navigate to the Ninja Forms section. Open the specific form you want to connect to Zapier. Click the Emails & Actions tab at the top of the form editor. Click + Add new action . In the list of actions, find and select Zapier . A new Zapier action box will appear. In the ZAPIER WEB HOOK field, within this box, paste your webhook URL you copied form Zapier. Click Done , then click Publish to save your form changes. Your Ninja Forms account is now successfully connected to Zapier. About Ninja Forms's app Triggers, searches, and actions Triggers New Form Submission - Triggers when a form is submitted. (Instant trigger) Searches No searches available. Actions No actions available. Limitations Whenever you modify your form's field settings, you need to \"re-sync\" your changes with Zapier by submitting a test form, testing your trigger step , and remapping fields . Templates View all of Ninja Forms's templates . Use cases Set up an automated system to confirm form submissions 4 ways to automate Vtiger CRM Additional Ninja Forms resources Zapier's Ninja Forms integration page Ninja Forms's Help Center Ninja Forms's API documentation"
|
|
},
|
|
"clickfunnels": {
|
|
"slug": "clickfunnels",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ClickFunnels app on Zapier, you must have: An active ClickFunnels account. To use ClickFunnels' Webhooks with Webhooks by Zapier , you must have: ClickFunnels Scale plan or higher to access Webhooks/Full API Access feature. A paid Zapier account. Webhooks by Zapier is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ClickFunnels to Zapier To create an app connection to ClickFunnels on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickFunnels . Click Add connection . A new browser tab or window will open. Log into ClickFunnels to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with ClickFunnels on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496030594189-Common-Problems-with-ClickFunnels-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with ClickFunnels on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496013594381-How-to-get-started-with-ClickFunnels-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with ClickFunnels on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building ClickFunnels Common Problems with ClickFunnels on Zapier Updated June 19, 2024 15:04 New Contact Activity is triggering on the same contact activity Because of how the funnel flow mechanism inside ClickFunnels functions, every time a contact moves to a new step in your funnel, it will fire your Zap. To prevent this, make sure to specify the exact funnel step in the trigger setup. Contact activity from the wrong funnel is triggering my zap Try reselecting both the Funnel and the Funnel Step. It's likely that you have the same funnel step names across multiple funnels, and the wrong one is selected. Because we send IDs and not Funnel Step names to ClickFunnels, it may be that you selected the wrong one. I'm not seeing my Funnel in the drop-down list of Funnels If you have more than 300 funnels in your ClickFunnels account, you will need to use a custom value and the Funnel ID from ClickFunnels in your Trigger step. You can find the ID of your funnel page in the ClickFunnels' URL: In the example above, the Funnel ID is 2962166. It is the number in the URL that follows app.clickfunnels.com/funnels/ Once you copy that ID, in your Zap: Click the Funnel field. In the dropdown menu, select the Custom tab. Paste the Funnel ID in the Funnel input box. Select the appropriate Funnel Step . Funnel steps associated with the selected Funnel will be automatically populated. Click Continue . Test the Zap to make sure that the correct information is coming through. I'm using the \"New Successful Purchase\" trigger and new purchases aren't triggering my Zap? Please make sure sure that the funnel step chosen in the Zap is the 'Order Page' from the funnel. If the subsequent steps in the funnel, which is often an 'Order Confirmation Page' like \"thanks for your purchase\" or similar, is selected, that won't work. The actual successful purchase was not on that funnel step! My Custom Field is not coming through for Contact Activity trigger? Please make sure that a field name is assigned for the custom field. If doing that still doesn't help, please make sure the \"Custom Type\" was not left as the default inside ClickFunnels: Once the field name is added and the Custom Type field is customized, try to pull in a new sample and the custom f"
|
|
},
|
|
"instantly": {
|
|
"slug": "instantly",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Instantly app on Zapier, you must have: An active Instantly account (any paid plan starting from Growth plan). Access to your Instantly API key from the Integrations tab in your Instantly account settings."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Instantly to Zapier To create an app connection to Instantly on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Instantly . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Instantly on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859867324685-How-to-get-started-with-Instantly-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Instantly on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Instantly How to get started with Instantly on Zapier Updated January 23, 2026 14:39 Instantly and Zapier connect to automate cold email campaigns. You can trigger actions when emails are sent or replied to and add leads to campaigns. Prerequisites To use the Instantly app on Zapier, you must have: An active Instantly account (any paid plan starting from Growth plan). Access to your Instantly API key from the Integrations tab in your Instantly account settings. Connect Instantly to Zapier To create an app connection to Instantly on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Instantly . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field enter your API key from the Integrations tab in your Instantly account. Click Yes, Continue to Instantly . Your Instantly account is now successfully connected to Zapier. About Instantly's app Triggers, searches, and actions Triggers New Event (Instant) - Triggers when activity occurs in your Instantly workspace. This could be an email being sent, a new reply or bounce being detected, or a lead unsubscribing or opening your emails. Searches Find Lead - Finds a lead in the Instantly CRM Actions Add Tags to Campaigns - Add Tags to a campaign Add Lead to Campaign - Add lead to a campaign Remove Lead From Campaign - Removes a lead from a campaign Remove Tags From Campaigns - Remove Tags from campaigns Add Tags to Accounts - Add Tags to email accounts Add to Blocklist - Add entries to blocklist Create a New Tag - Create a new tag in your workspace Remove Tags From Accounts - Remove Tags from accounts Update Lead Status - Update a lead's status Limitations Rate limits apply to all API requests . Instantly enforces strict rate limits of no more than 100 requests in 10 seconds and no more than 600 requests in one minute. These limits are shared across the entire workspace and can cause 429 errors if exceeded - source Templates View all of Instantly's templates . Use cases 4 ways to automate Instantly Additional Instantly resources Zapier's Instantly integration page Instantly's Help Center Instantly's API documentation"
|
|
},
|
|
"oncehub": {
|
|
"slug": "oncehub",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the OnceHub app on Zapier, you must have: An OnceHub account with at least the Schedule plan. At least one configured booking calendar, booking page, routing form, or chatbot in OnceHub to trigger Zap workflows."
|
|
],
|
|
"connect_steps": [
|
|
"Connect OnceHub to Zapier To create an app connection to OnceHub on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select OnceHub . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with OnceHub on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980905101-How-to-get-started-with-OnceHub-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with OnceHub on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496012700557-Common-Problems-with-OnceHub-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with OnceHub on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce OnceHub How to get started with OnceHub on Zapier Updated May 29, 2026 18:12 OnceHub and Zapier connect to automate your work. You can trigger actions when contacts are captured and create new bookings or update CRM records. Prerequisites To use the OnceHub app on Zapier, you must have: An OnceHub account with at least the Schedule plan. At least one configured booking calendar, booking page, routing form, or chatbot in OnceHub to trigger Zap workflows. Connect OnceHub to Zapier To create an app connection to OnceHub on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select OnceHub . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your OnceHub API Key . ID : Enter your OnceHub Login ID . Learn more about generating your OnceHub API Key and Login ID. Click Yes, Continue to OnceHub . Your OnceHub account is now successfully connected to Zapier. About OnceHub's app Triggers, searches, and actions Triggers Contact Captured (Instant) - Triggers when a contact is captured Contact Updated (Instant) - Triggers when a captured contact is updated Conversation Abandoned (Instant) - Triggers when a chatbot conversation is abandoned by a website visitor Conversation Started (Instant) - Triggers when a website visitor starts interacting with your chatbot Booking Canceled (Instant) - Triggers when an existing booking is cancelled Booking Completed (Instant) - Triggers when the date and time for a booking has passed Booking Rescheduled (Instant) - Triggers when a booking is rescheduled Contact Lifecycle Event (Instant) - Triggers when a contact is captured or updated Conversation Lifecycle Event (Instant) - Triggers when the status of a conversation is changed to \"Reached-out\", \"Started\", \"Closed\", or \"Abandoned\" Conversation Closed (Instant) - Triggers when a chatbot conversation reaches its end, or when a website visitor engages with a new chatbot Booking Lifecycle Event (Instant) - Triggers when the status of a booking is changed to \"Scheduled\", \"Rescheduled\", \"Canceled\", \"Completed\", or \"No-show\" Booking Cancelled and Rescheduled (Instant) - Triggers when a booking is canceled and replaced by a new bo"
|
|
},
|
|
"paypal": {
|
|
"slug": "paypal",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites A PayPal Business account . An app (created within PayPal). A paid Zapier account. PayPal is a premium app on Zapier. Connecting to PayPal 1. Create an app in PayPal To create an app in PayPal: Log in to the PayPal Developer Portal using the same credentials you use for Paypal. On the Apps & Credentials page , click Live or Sandbox depending on whether you need an app for testing (Sandbox) or going live (Live). In the API Credentials section, click Create App . A dialog box will appear. Enter a name for your app, such as \u201cZapier\u201d. Click Create App . Your Client ID and Secret Key will appear. Copy them to your clipboard. (Optional) In the Features section, select the Transaction search checkbox. If Transaction search is enabled, test records will be returned for: Payment Capture Webhooks trigger Payment Refund Webhooks trigger If Transaction search is not enabled, Zapier cannot return any test records when testing Zap steps . Click Save Changes . Note You must create separate apps for sandbox and live accounts. 2."
|
|
],
|
|
"connect_steps": [
|
|
"Connect PayPal to Zapier When connecting your account on Zapier, in the Connect an Account tab: In the Client ID field, enter your Client ID . In the Client Secret field, enter your Secret Key. In the Is sandbox? field: Select Yes if you are connecting to a sandbox account. Select No if you are connecting to a live account. Click Yes, Continue to PayPal ."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with PayPal",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495968056973-Common-Problems-with-PayPal"
|
|
},
|
|
{
|
|
"title": "How to use multiple IPNs with PayPal (legacy)",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495968019085-How-to-use-multiple-IPNs-with-PayPal-legacy"
|
|
},
|
|
{
|
|
"title": "How to get started with PayPal on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495999676045-How-to-get-started-with-PayPal-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with PayPal – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce PayPal Common Problems with PayPal Updated May 29, 2026 18:12 How do I use line items with PayPal? To use line items in Zapier, you'll usually want to ensure that both the trigger and the action you're using have line item support on Zapier: In Zapier's PayPal integration, the \u201cNew Successful Sale\u201d trigger offers line item support. If you want to learn more about how line items work, read our Guide to Line Items here . I can't find any sample data even though I sent a test sale! If you are using a PayPal button or a PayPal shopping cart script then you might have trouble. These things override the default IPN URL you set on paypal.com. The way to fix this is by following our \"Multiple IPN\" documentation here . Check your notification URL via IPN History Go to your IPN History Page (found here https://www.paypal.com/us/cgi-bin/webscr?cmd=_display-ipns-history ) and click on a single record's message ID to view the details: And you'll see a page like this: You should notice a \"Notification URL\" listed above, it should point to Zapier. If it points somewhere else (like the screenshot above), you'll need to figure out what service or button is setting those URLs! Enable UTF-8 Encoding If you have international customers via PayPal, or have noticed some addresses not coming through from PayPal, you may need to turn on UTF-8 encoding in PayPal. Otherwise, you may have some customer data come into Zapier as blank text, especially if it\u2019s written in Russian or Cyrillic. To enable UTF-8 in PayPal, login to your PayPal account, then open the PayPal Language Encoding page (found here: https://www.paypal.com/cgi-bin/customerprofileweb?cmd=_profile-language-encoding ) and click the More Options button. There, select UTF-8 from the Encoding options drop-down, and check the Yes toggle to have your PayPal data sent to Zapier using UTF-8 encoding. Save the changes, and within a day your PayPal settings should update. Zapier will now receive sale data from your PayPal account in any language, including Cyrillic characters. Can I Use Two Different PayPal Accounts in Zapier? You can set up as many PayPal Zap workflows as you want, but they will always have the same URL found in the Set Up Webhook step, which means only 1 PayPal account can trigger them. If y"
|
|
},
|
|
"formidable": {
|
|
"slug": "formidable",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Formidable Forms app on Zapier, you must have: A Formidable Forms Business license or higher. The Formidable Forms Zapier add-on installed and activated on your WordPress site (available through Formidable \u2192 Add-Ons page after purchasing a qualifying license). Your Formidable Forms API key , which can be found at Formidable \u2192 Global Settings \u2192 API tab in your WordPress admin. WordPress permalinks not be set to default. If you need to use any permalink structure other than the default \"Plain\" option (Settings \u2192 Permalinks in WordPress)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Formidable Forms to Zapier To create an app connection to Formidable Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Formidable Forms . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Formidable Forms on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859420131725-How-to-get-started-with-Formidable-Forms-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Formidable Forms on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Formidable Forms How to get started with Formidable Forms on Zapier Updated January 23, 2026 15:18 Formidable Forms and Zapier connect to automate your WordPress forms. You can trigger actions when new entries are submitted and send data to Google Sheets, CRMs, and email tools. Prerequisites To use the Formidable Forms app on Zapier, you must have: A Formidable Forms Business license or higher. The Formidable Forms Zapier add-on installed and activated on your WordPress site (available through Formidable \u2192 Add-Ons page after purchasing a qualifying license). Your Formidable Forms API key , which can be found at Formidable \u2192 Global Settings \u2192 API tab in your WordPress admin. WordPress permalinks not be set to default. If you need to use any permalink structure other than the default \"Plain\" option (Settings \u2192 Permalinks in WordPress). Connect Formidable Forms to Zapier To create an app connection to Formidable Forms on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Formidable Forms . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your API key. My Site URL : Enter your site URL (including http:// or https:// and the trailing slash). Click Yes, Continue to Formidable Forms . Your Formidable Forms account is now successfully connected to Zapier. About Formidable Forms's app Triggers, searches, and actions Triggers Delete Entry - Triggers when an entry is deleted. (Instant) New Entry - Triggers when a new form is submitted. (Instant) Searches No search actions found for this app. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Summary field cannot be passed to Zapier. Zapier add-on only triggers on entry creation or deletion, not on entry updates. Cannot use default WordPress permalinks (must use pretty permalinks). Basic Authentication must be enabled on the server for API functionality - source Templates View all of Formidable Forms's templates . Use cases 4 ways to automate Formidable Forms Additional Formidable Forms resources Zapier's Formidable Forms integration page Fo"
|
|
},
|
|
"shipstation": {
|
|
"slug": "shipstation",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ShipStation app on Zapier, you must have: An active ShipStation account with a Scale-Gold (for US or CA) or Accelerate (for UK, AU, NZ, EU) plan or higher . For ShipStation plans lower than Scale-Gold or Accelerate, you will need the ShipStation Inventory API Add-On . A manual store set up in ShipStation if you plan to create orders through Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ShipStation to Zapier To create an app connection to ShipStation on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ShipStation . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ShipStation on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39882472105613-How-to-get-started-with-ShipStation-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ShipStation on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce ShipStation How to get started with ShipStation on Zapier Updated March 31, 2026 16:17 ShipStation and Zapier connect to automate your shipping workflow. You can trigger actions when new orders arrive and create orders from other apps. Prerequisites To use the ShipStation app on Zapier, you must have: An active ShipStation account with a Scale-Gold (for US or CA) or Accelerate (for UK, AU, NZ, EU) plan or higher . For ShipStation plans lower than Scale-Gold or Accelerate, you will need the ShipStation Inventory API Add-On . A manual store set up in ShipStation if you plan to create orders through Zapier. Connect ShipStation to Zapier To create an app connection to ShipStation on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ShipStation . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your ShipStation API Key . API Secret : Enter your ShipStation API Secret . To find your API Key and Secret, refer to ShipStation's instructions . Click Yes, Continue to ShipStation . Your ShipStation account is now successfully connected to Zapier. About ShipStation's app Triggers, searches, and actions Triggers Item Ordered (Instant) - Triggers for each individual line item when a new order is created or imported. New Order (Instant) - Triggers when a new Order is created or imported in ShipStation. Item Shipped (Instant) - Triggers for each individual line item when a new outbound shipping label is created for an order. Order Shipped (Instant) - Triggers when a new outbound shipping label is created for an order. Searches No search actions were found for ShipStation. Actions Create Order - Creates a new order. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations ShipStation allows up to 200 requests per minute by default. Accounts exceeding this limit will receive 429 Too Many Requests error responses. Templates View all of ShipStation's templates . Use cases 4 ways to automate ShipStation with Zapier Additional ShipStation resources Zapier's ShipStation integration page ShipStation's Help Center . ShipStati"
|
|
},
|
|
"campaign-monitor": {
|
|
"slug": "campaign-monitor",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Campaign Monitor app on Zapier, you must have: An active Campaign Monitor account (Free trial, Lite, Essentials, or Premier plan). A verified email address associated with your Campaign Monitor account to access API keys . Full access permissions in your Campaign Monitor account to view and generate API keys."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Campaign Monitor to Zapier To create an app connection to Campaign Monitor on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Campaign Monitor . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Campaign Monitor on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495917875725-How-to-get-started-with-Campaign-Monitor-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Campaign Monitor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495932512525-Common-Problems-with-Campaign-Monitor"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Campaign Monitor on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Campaign Monitor How to get started with Campaign Monitor on Zapier Updated October 30, 2025 17:20 Campaign Monitor and Zapier connect to automate email marketing. You can trigger actions when new subscribers join and add subscribers from forms or apps. Prerequisites To use the Campaign Monitor app on Zapier, you must have: An active Campaign Monitor account (Free trial, Lite, Essentials, or Premier plan). A verified email address associated with your Campaign Monitor account to access API keys . Full access permissions in your Campaign Monitor account to view and generate API keys. Connect Campaign Monitor to Zapier To create an app connection to Campaign Monitor on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Campaign Monitor . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter your Campaign Monitor API key . Click Yes, Continue to Campaign Monitor . Your Campaign Monitor account is now successfully connected to Zapier. About Campaign Monitor's app Triggers, searches, and actions Triggers New Bounce (Polling) - Triggers when an campaign email to someone bounces (ie. could not be delivered). New Client (Polling) - Triggers when a client is added to Campaign Monitor. New Email Open (Polling) - Triggers when someone opens an email from one of your Campaigns. New Bounced Transactional Message (Polling) - Triggers when a transactional message bounces. New Click Through (Polling) - Triggers when someone clicks through an email from one of your Campaigns. New List (Polling) - Triggers when a list is added for a client. New Subscriber (Polling) - Triggers when a new subscriber is added to a list. New Unsubscribe (Polling) - Triggers when a someone unsubscribes from a list. Searches Find or Create Subscriber - Find or Create Subscriber Find Subscriber - Find a subscriber by email within a given list. Actions Send Smart Transactional Email - Sends a smart transactional email. Unsubscribe - Remove a subscriber from a list. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Add Subscriber - Create a new subscriber on a list."
|
|
},
|
|
"squarespace-commerce": {
|
|
"slug": "squarespace-commerce",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Squarespace Commerce app on Zapier, you must have: A Squarespace website on a Commerce Basic or Commerce Advanced plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Squarespace Commerce to Zapier To create an app connection to Squarespace Commerce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Squarespace Commerce . Click Add connection . A new browser tab or window will open. Log into Squarespace Commerce to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Squarespace Commerce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42785989434893-How-to-get-started-with-Squarespace-Commerce-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Squarespace Commerce on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Squarespace Commerce How to get started with Squarespace Commerce on Zapier Updated January 19, 2026 14:45 Squarespace Commerce and Zapier connect to automate your store. You can trigger actions when new orders occur and sync data with email marketing tools. Prerequisites To use the Squarespace Commerce app on Zapier, you must have: A Squarespace website on a Commerce Basic or Commerce Advanced plan. Connect Squarespace Commerce to Zapier To create an app connection to Squarespace Commerce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Squarespace Commerce . Click Add connection . A new browser tab or window will open. Log into Squarespace Commerce to authenticate. Grant Zapier permission to access your account if prompted to. Your Squarespace Commerce account is now successfully connected to Zapier. About Squarespace Commerce's app Triggers, searches, and actions Triggers New Order (Instant) - Triggers when a new order is created. New Transaction (Polling) - Triggers when a new transaction is created. Includes a \"type\" field to differentiate between orders and donations. New Profile (Polling) - Triggers when a member profile is created or updated. Updated Order (Instant) - Triggers when an order is updated. Searches No search actions were found for Squarespace Commerce. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limits apply . Squarespace Commerce APIs have a rate limit of 300 requests per minute (5 requests per second), with requests over the limit receiving a 429 Too Many Requests response with a one-minute cool down period. Templates View all of Squarespace Commerce's templates . Use cases 5 ways to automate Squarespace with Zapier Additional Squarespace Commerce resources Zapier's Squarespace Commerce integration page Squarespace Commerce's Help Center Squarespace Commerce's API documentation"
|
|
},
|
|
"whatsapp-business": {
|
|
"slug": "whatsapp-business",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the WhatsApp Business app on Zapier, you must have: A paid Zapier account. WhatsApp Business is a premium app on Zapier. A Meta Business Manager account. A WhatsApp Business Account (WABA) with a valid and registered phone number . A personal WhatsApp number will not work. Your number must be registered through your WABA in Meta Business Manager. An approved display name for your WhatsApp Business Account. Meta requires display name approval before you can send messages. Zapier cannot resolve display name issues on your behalf. You need to manage this through your WABA settings in Meta Business Manager. Opt-in consent from each recipient you plan to message. Learn about user consent requirements and Meta's opt-in guidelines ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect WhatsApp Business to Zapier To create an app connection to WhatsApp Business on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WhatsApp Business . Click Add connection . A new browser tab or window will open. Click Connect WhatsApp Business Account . Log into WhatsApp Business Cloud account to authenticate. Select"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with WhatsApp Business on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40123068069005-How-to-get-started-with-WhatsApp-Business-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Troubleshooting WhatsApp Business on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44549554140173-Troubleshooting-WhatsApp-Business-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Understanding WhatsApp Business message actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41934249169037-Understanding-WhatsApp-Business-message-actions"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with WhatsApp Business on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication WhatsApp Business How to get started with WhatsApp Business on Zapier Updated May 22, 2026 15:22 WhatsApp Business and Zapier connect to automate messaging. You can trigger actions when new messages are received and send messages. Available on plans: Free Professional Team Enterprise Note WhatsApp Business is a separate integration from WhatsApp Notifications. WhatsApp Business requires your own WhatsApp Business Account (WABA) through Meta Business Manager. If you're looking for WhatsApp Notifications, check How to get started with WhatsApp Notifications on Zapier . Prerequisites To use the WhatsApp Business app on Zapier, you must have: A paid Zapier account. WhatsApp Business is a premium app on Zapier. A Meta Business Manager account. A WhatsApp Business Account (WABA) with a valid and registered phone number . A personal WhatsApp number will not work. Your number must be registered through your WABA in Meta Business Manager. An approved display name for your WhatsApp Business Account. Meta requires display name approval before you can send messages. Zapier cannot resolve display name issues on your behalf. You need to manage this through your WABA settings in Meta Business Manager. Opt-in consent from each recipient you plan to message. Learn about user consent requirements and Meta's opt-in guidelines . Connect WhatsApp Business to Zapier To create an app connection to WhatsApp Business on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WhatsApp Business . Click Add connection . A new browser tab or window will open. Click Connect WhatsApp Business Account . Log into WhatsApp Business Cloud account to authenticate. Select your business profile and WhatsApp business account number . Grant Zapier permission to access your account if prompted to. Your WhatsApp Business account is now successfully connected to Zapier. About WhatsApp Business's app Triggers, searches, and actions Triggers New Message Received - Triggers when a new WhatsApp message is received on your business phone number. New Message Status Updated - Triggers when a message you sent changes status (sent, delivered, read, or failed). Searches Get Attachment - Retrieves an attachment ("
|
|
},
|
|
"yelp-leads": {
|
|
"slug": "yelp-leads",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Start using Yelp Leads integration for free",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40388991955725-Start-using-Yelp-Leads-integration-for-free"
|
|
}
|
|
],
|
|
"excerpt": "Updated July 23, 2026 08:06 Get free unlimited Zap tasks when you use Yelp Leads . Yelp covers all Zapier task costs for workflows that use Yelp Leads, regardless of your advertising status with Yelp. Not advertising with Yelp yet? Learn more on how to use Yelp Ads to get more leads Offer details How to redeem this offer No setup or opt-in is required. The offer is available when you use the Yelp Leads apps. Free task usage Any Zap step that uses the Yelp Leads integration is free. Yelp covers all task costs regardless of your advertising status. Learn more about how task usage is measured in Zapier . Eligibility Yelp: You must have a claimed business on Yelp. If you don\u2019t have a Yelp for Business Account yet, you can get started at business.yelp.com . Zapier: Available to users on any Zapier plan. Activation The offer will activate automatically when you run your first workflow using Yelp Leads. Offer period There is currently no planned end date for this offer's availability. FAQs What happens if I change my Zapier plan? The free tasks will still apply to any Yelp Leads usage. All other tasks and features will follow the limits of your new plan. Do I need to activate anything to start receiving free tasks? No. Once you build a Zap using Yelp Leads and publish it, your free tasks will apply automatically for that step. Can I track my free task usage? Yes, you can track how many free tasks you\u2019ve used on the Billing and Usage page. Yelp Leads free tasks are listed separately from your plan task usage. How do I set up my Yelp Leads Zap workflows? Learn how to set up your Yelp Leads integration with Zapier using Yelp's setup guide . It includes information on setting up two-way communication . How do I get 2-way communication working with this integration? You can refer to our Two-Way Communication section in our setup guide. Note, approach may depend on the communication platform or the CRM you are trying to use. What types of Yelp leads can I connect to my apps through Zapier? Currently, Zapier can only retrieve messaging leads from Yelp\u2019s Request a Quote feature. Ensure that Request a Quote is enabled on Yelp . Learn more on how to use Yelp Ads to get more leads. What are common use cases for using Yelp Leads with Zapier? You can connect Yelp Leads to your existing lead management tools to: Automatically create contacts in your customer relationship management (CRM) tool. Automatically respond to a message using communication tools. Consolidate managing a"
|
|
},
|
|
"chatwork": {
|
|
"slug": "chatwork",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Chatwork app on Zapier, you must have: An active Chatwork account (free or paid plan). A Chatwork API token generated from your account settings."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Chatwork to Zapier To create an app connection to Chatwork on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chatwork . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Chatwork on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859029656973-How-to-get-started-with-Chatwork-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Chatwork on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Chatwork How to get started with Chatwork on Zapier Updated January 23, 2026 15:25 Chatwork and Zapier connect to automate team communication. You can send messages to group chats and create tasks when events happen in other apps. Prerequisites To use the Chatwork app on Zapier, you must have: An active Chatwork account (free or paid plan). A Chatwork API token generated from your account settings. Connect Chatwork to Zapier To create an app connection to Chatwork on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chatwork . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Chatwork API token . Click Yes, Continue to Chatwork . Your Chatwork account is now successfully connected to Zapier. About Chatwork's app Triggers, searches, and actions Triggers No triggers available for Chatwork. Searches No searches available for Chatwork. Actions Create Room - Create a new chat room in ChatWork. Create Task - Adds a new task in a specific group chat. Send Message - Post a new message to a specific group chat in ChatWork. Limitations API rate limits apply . 300 requests per 5 minutes globally, with additional limits of 10 requests per 10 seconds for message posting and task creation endpoints. Templates View all of Chatwork's templates . Use cases How to build your own Slack bot Additional Chatwork resources Zapier's Chatwork integration page Chatwork's Help Center Chatwork's API documentation"
|
|
},
|
|
"podio": {
|
|
"slug": "podio",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Podio app on Zapier, you must have: A Podio account (free or paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Podio to Zapier To create an app connection to Podio on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Podio . Click Add connection . A new browser tab or window will open. Log into Podio to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Podio on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495935021453-How-to-get-started-with-Podio-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Podio",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495952600717-Common-Problems-with-Podio"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Podio on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Podio How to get started with Podio on Zapier Updated September 26, 2025 15:20 Podio and Zapier connect to automate your project management. You can trigger actions when new items are added and create new items or tasks in your apps. Prerequisites To use the Podio app on Zapier, you must have: A Podio account (free or paid plan). Connect Podio to Zapier To create an app connection to Podio on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Podio . Click Add connection . A new browser tab or window will open. Log into Podio to authenticate. Grant Zapier permission to access your account if prompted to. Your Podio account is now successfully connected to Zapier. About Podio's app Triggers, searches, and actions Triggers New Application (Polling) - Triggers when you add a new app. New Item (Polling) - Triggers when you add a new item, record or entry to an app (standard or custom). New Organization (Polling) - Triggers when you add a new organization. New Activity (Polling) - Triggers when there is activity in your stream. New View (Polling) - Triggers when a new view is added. New Action (Instant) - Triggers when an action happens inside an app which you choose. Item Updated (Polling) - Triggers when you update an existing item, record or entry in an app (standard or custom). Does not trigger on comments. New Workspace (Polling) - Triggers when you add a new space. New Task (Polling) - Triggers when you add a new task. Searches Find Item - Find an item by title in an app. Actions Create Item - Create a new item, record or entry inside an app (standard or custom). Create Task - Create a new task. Attach File - Upload a file to Podio and attach it to an item, task, comment, or status message. Create Status - Add a status update to a workspace stream. Update Item - Update an item, record or entry inside an app (standard or custom). Limitations API rate limits of 1,000 API calls per hour (general limit) or 250 calls per hour for resource-intensive operations. Templates View all of Podio's templates . Use cases 5 ways to automate Podio Automatically move leads from Carrot to Podio for better lead tracking Additional Podio resources Zapier's Podio integration page Podio's "
|
|
},
|
|
"kommo": {
|
|
"slug": "kommo",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Kommo app on Zapier, you must have: An active Kommo account (any plan - Base, Advanced, or Enterprise). Administrator permissions in your Kommo account to authorize the integration ( integrations can only be installed by administrators )."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Kommo to Zapier To create an app connection to Kommo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kommo . Click Add connection . A new browser tab or window will open. Log into Kommo to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Kommo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859766845709-How-to-get-started-with-Kommo-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Kommo on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Kommo How to get started with Kommo on Zapier Updated January 23, 2026 14:37 Kommo and Zapier connect to automate your CRM work. You can trigger actions when new leads or contacts are added and create leads with contacts. Prerequisites To use the Kommo app on Zapier, you must have: An active Kommo account (any plan - Base, Advanced, or Enterprise). Administrator permissions in your Kommo account to authorize the integration ( integrations can only be installed by administrators ). Connect Kommo to Zapier To create an app connection to Kommo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kommo . Click Add connection . A new browser tab or window will open. Log into Kommo to authenticate. Grant Zapier permission to access your account if prompted to. Your Kommo account is now successfully connected to Zapier. About Kommo's app Triggers, searches, and actions Triggers New Company - Triggers when a new company is created. (Instant) New Lead - Triggers when a new lead is created. (Instant) Task Deleted - Triggers when a task is deleted. (Instant) Lead Status Changed - Triggers when lead status is changed. (Instant) Contact Updated - Triggers when contact is updated. (Instant) Task Updated - Triggers when task is updated. (Instant) New Contact - Triggers when a new contact is created. (Instant) New Task - Triggers when a new task is created. (Instant) Lead Responsible User Changed - Triggers when lead responsible user is changed. (Instant) Company Updated - Triggers when company is updated. (Instant) Lead Updated - Triggers when lead is updated. (Instant) Searches Find Contact - Finds an existing contact. Find Linked Data - Search for related Kommo profiles of different types. Find Task - Finds an existing task. Find Company - Finds an existing company. Find Lead - Finds an existing lead. Find Note - Finds an existing note. Actions Update Company - Updates a company. Update Contact - Updates a contact. Create Lead With Contact - Creates a new lead with contact. Create Link - Create a link between related Kommo profiles. Update Note - Updates a note. Update Task - Updates a task. Create Company - Creates a new company. Create Contact - Creates a new contact. Create Lea"
|
|
},
|
|
"google-bigquery": {
|
|
"slug": "google-bigquery",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google BigQuery app on Zapier, you must have: A Google Cloud Platform account with billing enabled. A Google Cloud project with the BigQuery API enabled. Zapier must be added as a Trusted App in your Google Workspace admin settings if you're using a Google Workspace account. Appropriate permissions within your Google Cloud project to access BigQuery data and create jobs. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Google BigQuery instance requires IP allowlisting. Connect Google BigQuery to Zapier To create an app connection to Google BigQuery on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google BigQuery . Click Add connection . A new browser tab or window will open. Log into Google BigQuery to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google BigQuery on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/13623299982221-How-to-get-started-with-Google-BigQuery-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google BigQuery on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Google BigQuery How to get started with Google BigQuery on Zapier Updated August 10, 2026 10:41 Google BigQuery and Zapier connect to automate data workflows. You can trigger actions when query jobs complete or new rows are added and create rows or run queries. Prerequisites To use the Google BigQuery app on Zapier, you must have: A Google Cloud Platform account with billing enabled. A Google Cloud project with the BigQuery API enabled. Zapier must be added as a Trusted App in your Google Workspace admin settings if you're using a Google Workspace account. Appropriate permissions within your Google Cloud project to access BigQuery data and create jobs. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Google BigQuery instance requires IP allowlisting. Connect Google BigQuery to Zapier To create an app connection to Google BigQuery on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google BigQuery . Click Add connection . A new browser tab or window will open. Log into Google BigQuery to authenticate. Grant Zapier permission to access your account if prompted to. Your Google BigQuery account is now successfully connected to Zapier. Troubleshooting Google BigQuery connections If you get the error message \"reauth related error (invalid_rapt)\", you must contact your Google administrator to update your reauthentication policy to allow Zapier as a Trusted App. About Google BigQuery's app Triggers, searches, and actions Triggers Query Job Completed (With Row Data) - Triggers when a query job has completed processing successfully. (Polling) New Job Completed - Triggers when a query job has completed processing successfully or unsuccessfully. (Polling) New Row - Triggers when a new row is added to a table. We know when a new row is added when the table is sorted by a column and the latest row is different from the previous latest row. (Polling) Updated Row - Triggers when an existing row is updated in a table in BigQuery. (Polling) Searches Get Rows for Job Completed - Gets batch of rows from completed jobs in BigQuery Find One Row - Find a row by specifying a table, a WHERE clause, a"
|
|
},
|
|
"mysql": {
|
|
"slug": "mysql",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the MySQL app on Zapier, you must have: Database access and configuration: A MySQL database that is accessible from outside your network (not localhost or 127.0.0.1 ) and configured to listen on a public interface. For MySQL version 8, you must use the mysql_native_password authentication plugin as SHA2 is not supported. If hosted on AWS RDS/EC2 or Google Cloud Platform, add Zapier's IP addresses to your security group or authorized networks. 44.214.195.64/28 18.246.81.208/28 User and permissions: Create a dedicated MySQL user account with appropriate permissions. Include IP-specific GRANT statements for Zapier's IP addresses 44.214.195.64/28 18.246.81.208/28 A paid Zapier plan. MySQL is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect MySQL to Zapier To create an app connection to MySQL on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MySQL . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Required fields: Host : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Can't connect to my database",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495986067469-Can-t-connect-to-my-database"
|
|
},
|
|
{
|
|
"title": "Database service deduplication",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495955193229-Database-service-deduplication"
|
|
},
|
|
{
|
|
"title": "How to get started with MySQL on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495937131533-How-to-get-started-with-MySQL-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 31, 2026 14:30 Database connections may have strict requirements. Here are a few things you can re-check: What version of MySQL are you using? If you're using MySQL version 8, you must use the mysql_native_password for authentication plugin . SHA2 authentication isn't supported at this time. Is your database IP restricted? If your database is outside of AWS (e.g., on Rackspace, HostGator, Linode, DigitalOcean), it may be IP restricted by your firewall settings. Zapier uses a set of static IP addresses for all outgoing connections to your database. To allow Zapier to connect, you must grant access to the following IP ranges: 44.214.195.64/28 18.246.81.208/28 To ensure successful connectivity, you must: Open the necessary ports in your firewall to allow traffic from these IP addresses. Modify your database user permissions (e.g., using a GRANT statement) to allow access from these IPs. Is your database listening on a public interface? Be sure your database isn't bound to only listening to 127.0.0.1 - commonly you want to bind it to 0.0.0.0 or * or remove that restriction completely. Check your my.conf , postgresql.conf or similar configuration. Using Amazon RDS/EC2 or Heroku? You need to make sure Zapier can access the database from 44.214.195.64/28 and 18.246.81.208/28 . Amazon RDS/EC2 If you are using Amazon RDS or EC2 for your database, you need to add 44.214.195.64/28 and 18.246.81.208/28 to your security group. First, find out if you are on the VPC or Classic Platform . If you are on the classic platform, navigate to RDS and click \"Security Groups\" on the left hand navbar. You should see the following: Select the security group that you are using for your database instance and add the above IP as a CIDR/IP authorization. Test your connection and if the steps above were completed correctly you should be good to go! If you are on the VPC platform, please make sure that it is publicly accessible and within a public subnet in addition to allowing the above IP. See Scenarios for Accessing a DB Instance in a VPC for more details on for both VPC and Classic. Using Google Cloud Platform (GCP) and CloudSQL? If hosting MySQL on GCP you need to add the IP ranges ( 44.214.195.64/28 and 18.246.81.208/28 ) to the \"Authorised networks\" section on the \"connections\" tab within CloudSQL. Additional information and instructions here: https://cloud.google.com/sql/docs/mysql/configure-ip#add Check username, password, SSL certificates Check for typos, permissio"
|
|
},
|
|
"mailerlite-classic": {
|
|
"slug": "mailerlite-classic",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with MailerLite Classic on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495979812109-How-to-Get-Started-with-MailerLite-Classic-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 05, 2024 17:23 About Mailerlite Classic's Integration Admin/owner permissions : Admin access to get API Key Paid/versioned account : Free or Paid Custom field support : No Partner\u2019s documentation : https://www.mailerlite.com/integrations/zapier Connecting with MailerLite Classic When you start creating a MailerLite Classic Zap, you will be asked to connect your MailerLite Classic account. Next, you'll be asked to enter your MailerLite Classic API key. To locate your API Key in your MailerLite Classic account, by go to your Developer API within your Integrations list. Paste your key back into your Zapier account and then click Continue . If all steps were successful your MailerLite Classic account will now be successfully connected."
|
|
},
|
|
"servicetitan": {
|
|
"slug": "servicetitan",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ServiceTitan app on Zapier, you must have: A ServiceTitan account on The Works or Legacy package (API access is only included with these service agreements). ServiceTitan administrator user permissions (the person setting up the integration must be a ServiceTitan administrator). Completion of the ServiceTitan Zapier registration form (required to get access to the integration). A Client ID and Secret Key generated from your ServiceTitan account (obtained through Settings Integrations API Application Access). Your ServiceTitan Tenant ID ( displayed when generating the Client ID and Secret Key) ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ServiceTitan to Zapier To create an app connection to ServiceTitan on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ServiceTitan . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Tenant ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ServiceTitan on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38844073291661-How-to-get-started-with-ServiceTitan-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ServiceTitan on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM ServiceTitan How to get started with ServiceTitan on Zapier Updated May 29, 2026 18:14 ServiceTitan and Zapier connect to automate field service work. Trigger actions when new jobs or customers are added and create leads or tasks. Prerequisites To use the ServiceTitan app on Zapier, you must have: A ServiceTitan account on The Works or Legacy package (API access is only included with these service agreements). ServiceTitan administrator user permissions (the person setting up the integration must be a ServiceTitan administrator). Completion of the ServiceTitan Zapier registration form (required to get access to the integration). A Client ID and Secret Key generated from your ServiceTitan account (obtained through Settings Integrations API Application Access). Your ServiceTitan Tenant ID ( displayed when generating the Client ID and Secret Key) . Connect ServiceTitan to Zapier To create an app connection to ServiceTitan on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ServiceTitan . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Tenant ID : Enter your ServiceTitan Tenant ID . Client ID : Enter your ServiceTitan Client ID . Client Secret : Enter your ServiceTitan Client Secret . Environment to use : Select production environment . Click Yes, Continue to ServiceTitan . Your ServiceTitan account is now successfully connected to Zapier. About ServiceTitan's app Triggers, searches, and actions Triggers New Project (Polling) - Triggers when there's a new project. New Booking (Polling) - Triggers when there's a new booking for a booking provider. New Call (Polling) - Triggers when a new call is created. New Employee (Polling) - Triggers when there's a new employee. New Form Submissions (Polling) - Triggers when there's a new Form Submission. New Job or Project Note (Polling) - Triggers when there's a new job or project note. New Lead Notes (Polling) - Triggers when there's a new note on a lead. New Location (Polling) - Triggers when there's a new location. New Non Job (Polling) - Triggers when there's a new non job. New Purchase Order (Polling) - Triggers when a new purchase order is created. Up"
|
|
},
|
|
"getresponse": {
|
|
"slug": "getresponse",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the GetResponse app on Zapier, you must have: An active GetResponse account (free or paid plan). A generated API key from your GetResponse account (found under Tools Integrations and API API). For GetResponse MAX clients: An X-Domain header containing your domain name."
|
|
],
|
|
"connect_steps": [
|
|
"Connect GetResponse to Zapier To create an app connection to GetResponse on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select GetResponse . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with GetResponse on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859514895117-How-to-get-started-with-GetResponse-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with GetResponse on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing GetResponse How to get started with GetResponse on Zapier Updated January 23, 2026 14:45 GetResponse and Zapier connect to automate your email marketing. You can trigger actions when new contacts are added and create contacts from forms. Prerequisites To use the GetResponse app on Zapier, you must have: An active GetResponse account (free or paid plan). A generated API key from your GetResponse account (found under Tools Integrations and API API). For GetResponse MAX clients: An X-Domain header containing your domain name. Connect GetResponse to Zapier To create an app connection to GetResponse on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select GetResponse . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your GetResponse API key . Account Type : Select your account type . Domain Name : Enter your GetResponse MAX domain name (GetResponse MAX users only) . Click Yes, Continue to GetResponse . Your GetResponse account is now successfully connected to Zapier. About GetResponse's app Triggers, searches, and actions Triggers New Autoresponder - Triggers when a new autoresponder is created. (Polling) New Landing Page - Triggers when a new landing page is created. (Polling) New Contact - Triggers when a new contact is added to any list. (Polling) New List - Triggers when a new list is created. (Polling) New Newsletter - Triggers when a new newsletter is created. (Polling) New Form - Triggers when a new form is added. (Polling) Searches Find List - Finds an existing list. Find Contact - Finds an existing contact. Actions Create or Update Contact - Creates or updates a contact. Create Newsletter - Creates a new newsletter. Update Contact - Updates a contact. Create Contact - Creates a new contact. Remove Contact - Deletes a contact from a list. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API keys must be used within 90 days or they will expire and need to be regenerated. Rate limiting applies with 30,000 API calls per 10-minute time frame and 80 API calls per second maximum. Templates View al"
|
|
},
|
|
"formstack": {
|
|
"slug": "formstack",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Formstack app on Zapier, you must have: An active Formstack account (any paid plan). At least one active form created in your Formstack account to trigger workflows"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Formstack to Zapier To create an app connection to Formstack on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Formstack . Click Add connection . A new browser tab or window will open. Log into Formstack to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Formstack on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495933368461-How-to-get-started-with-Formstack-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems With Formstack",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495966326797-Common-Problems-With-Formstack"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Formstack on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Formstack How to get started with Formstack on Zapier Updated September 30, 2025 15:23 Formstack and Zapier connect to automate form workflows. You can trigger actions when new form submissions are received and create new form submissions. Prerequisites To use the Formstack app on Zapier, you must have: An active Formstack account (any paid plan). At least one active form created in your Formstack account to trigger workflows Connect Formstack to Zapier To create an app connection to Formstack on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Formstack . Click Add connection . A new browser tab or window will open. Log into Formstack to authenticate. Grant Zapier permission to access your account if prompted to. Your Formstack account is now successfully connected to Zapier. About Formstack's app Triggers, searches, and actions Triggers New Form (Polling) - Triggers when a new Form is created. New Form Submission (Instant) - Triggers when a Form receives a Submission. Searches No search actions are available for this app. Actions Create Form Submission - Creates a new Submission on a Form. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits vary by account plan type , with daily quotas that reset at midnight. When exceeded, you'll receive a 429 Too Many Requests error. Ensure forms do not have identical field labels, as Zapier cannot differentiate between fields with the same name. Templates View all of Formstack's templates . Use cases 4 ways to automate Formstack How to automatically create certificates for online tests: A guide for instructors Additional Formstack resources Zapier's Formstack integration page Formstack's Help Center Formstack's API documentation"
|
|
},
|
|
"microsoft-dynamics-crm": {
|
|
"slug": "microsoft-dynamics-crm",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Dynamics 365 CRM app on Zapier, you must have: A paid Microsoft Dynamics 365 CRM plan (cloud-hosted accounts only). System Administrator security role or a custom security role with appropriate privileges assigned to your Microsoft Dynamics 365 CRM account. A paid Zapier plan. Microsoft Dynamics 365 CRM is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Dynamics 365 CRM to Zapier To create an app connection to Microsoft Dynamics 365 CRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Dynamics 365 CRM . Click Add connection . A new browser tab or window will open. Log into Microsoft Dynamics 365 CRM to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Microsoft Dynamics 365 CRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496068316045-Common-Problems-with-Microsoft-Dynamics-365-CRM-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Microsoft Dynamics 365 CRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496068258189-How-to-get-started-with-Microsoft-Dynamics-365-CRM-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Microsoft Dynamics 365 CRM on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Microsoft Dynamics 365 CRM Common Problems with Microsoft Dynamics 365 CRM on Zapier Updated March 05, 2026 12:41 Getting error on connecting to Dynamics Check if your Microsoft Dynamics is self-hosted. At the moment, Zapier doesn't support self-hosted instances of Dynamics."
|
|
},
|
|
"postgresql": {
|
|
"slug": "postgresql",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the PostgreSQL app on Zapier, you must have: A PostgreSQL database that is accessible from outside your network (not localhost or 127.0.0.1 ). Network configuration to allow connections from Zapier's static IP addresses: 44.214.195.64/28 18.246.81.208/28 Configure your firewall to allow incoming connections on your PostgreSQL, which is 5432 by default. If you are using a custom port, be sure to open that specific port instead. In your postgresql.conf file, configure the server to listen to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect PostgreSQL to Zapier To create an app connection to PostgreSQL on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select PostgreSQL . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Host : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Database service deduplication",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495955193229-Database-service-deduplication"
|
|
},
|
|
{
|
|
"title": "How to get started with PostgreSQL on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495937482253-How-to-get-started-with-PostgreSQL-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with PostgreSQL",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496037193997-Common-Problems-with-PostgreSQL"
|
|
}
|
|
],
|
|
"excerpt": "Updated July 17, 2023 13:28 The \"New Row\" trigger sees the most recent 50 items which affects how the maximum amount of rows your Zap can trigger on at one time. See deduplication for more information. A common problem with database services on Zapier is deduplication. You can read more about deduplicate in general, here . This applies for all the database services on Zapier like MySQL, MSSQL, Postgres, etc. Zapier deduplicates off of the primary keys on the table you are triggering new items from. If you have multiple primary keys then a concatenation of all of them is used to deduplicate. The ramification is if you make a sweeping change to the primary keys on your table, you'll inadvertently Trigger tons of things through your Zap. Sometimes this is caught by Zapier's flood protection feature . Nonetheless, you should turn your off Zap before you make changes and turn it On again after the changes have been made. This allows Zapier to establish a new \"baseline\". If your table has no primary keys, Zapier will guess which column to use, usually looking for column names with id in it. I Don't Have A Unique \"ID\" Column If you don't have an id by default, you must create one or return one manually with the query, for example: SELECT *, CONCAT(user_id, created_at) AS id FROM my_table ORDER BY created_at DESC Or whatever technique most closely approximates how you want Zapier to consider your rows unique."
|
|
},
|
|
"chargebee": {
|
|
"slug": "chargebee",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Chargebee app on Zapier, you must have: An active Chargebee account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Chargebee to Zapier To create an app connection to Chargebee on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chargebee . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Site Name : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Chargebee on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39881963334157-How-to-get-started-with-Chargebee-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Chargebee on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Chargebee How to get started with Chargebee on Zapier Updated March 31, 2026 16:17 Chargebee and Zapier connect to automate subscription billing. You can trigger actions when new subscriptions or payments occur and create customers or update billing details. Prerequisites To use the Chargebee app on Zapier, you must have: An active Chargebee account. Connect Chargebee to Zapier To create an app connection to Chargebee on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chargebee . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Site Name : Enter your Chargebee site name . API Key : Enter your Chargebee API key . Learn more about finding your Chargebee API key. Click Yes, Continue to Chargebee . Your Chargebee account is now successfully connected to Zapier. About Chargebee's app Triggers, searches, and actions Triggers Card Expiration (Instant) - Triggers when a credit card expires. New Customer (Instant) - Triggers when a customer is created. Customer Details Updates (Instant) - Triggers when customer details such as first name, last name, email, billing address, etc., are updated. New Invoice (Instant) - Triggers when a new invoice is generated(with line item support). New Payment Method (Instant) - Triggers when a payment method is added. New Payment (Instant) - Triggers when a payment is collected successfully. Payment Failure (Instant) - Triggers when a payment fails. Payment Method Updates (Instant) - Triggers when a payment method is updated. Subscription Activation (Instant) - Triggers when a subscription is changed from Trial to Active state. Subscription Cancellation (Instant) - Triggers when a subscription is cancelled. Subscription Cancellation Scheduled (Instant) - Triggers when a subscription is scheduled for cancellation. New Subscription (Instant) - Triggers when a subscription is created. Subscription Details Updates (Instant) - Triggers when subscription details such as custom fields, billing information, recurring items etc., are modified. Subscription Pause (Instant) - Triggers when a subscription is paused. Subscription Reactivation (Instant) - Triggers when a subscription is "
|
|
},
|
|
"rd-station": {
|
|
"slug": "rd-station",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the RD Station app on Zapier, you must have: An active RD Station Marketing account with Light, Basic, or Pro plan. API access enabled in your RD Station account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect RD Station to Zapier To create an app connection to RD Station on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RD Station . Click Add connection . A new browser tab or window will open. Log into RD Station to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with RD Station on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860043339533-How-to-get-started-with-RD-Station-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with RD Station on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing RD Station How to get started with RD Station on Zapier Updated January 23, 2026 14:10 RD Station and Zapier connect to automate marketing. Trigger actions when leads convert and create conversion events or mark deals won. Prerequisites To use the RD Station app on Zapier, you must have: An active RD Station Marketing account with Light, Basic, or Pro plan. API access enabled in your RD Station account. Connect RD Station to Zapier To create an app connection to RD Station on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RD Station . Click Add connection . A new browser tab or window will open. Log into RD Station to authenticate. Grant Zapier permission to access your account if prompted to. Your RD Station account is now successfully connected to Zapier. About RD Station's app Triggers, searches, and actions Triggers New Lead Conversion - Triggers when a new lead is created. (Instant) New Opportunity - Triggers when a Lead is marked as opportunity. (Instant) Searches No search actions are available for RD Station. Actions Conversion Event - It registers a new conversion event for a contact. Won Deal - Marks a deal as won. Lost Deal - Marks a deal as lost. Limitations API rate limits vary by endpoint and plan level, with specific limits including 60 requests per hour for sales funnel statistics (Advanced plan only), 24 requests per 24 hours for updating contacts, and 60 requests per hour for landing page endpoints. Maximum of 10 webhooks per RD Station Marketing account, which limits the number of integrations you can set up. Conversions generated by importing or manually entering leads do not activate webhooks , so these leads will not be sent to Zapier. Rate limit exceeded errors return 429 \"Too Many Requests\" status codes, and URLs over 8kb in length will receive 414 \"URI Too Long\" errors. Templates View all of RD Station's templates . Use cases How to capture leads from Facebook Lead Ads in RD Station 6 ways to automate YouCanBookMe with Zapier Additional RD Station resources Zapier's RD Station integration page RD Station's Help Center RD Station's API documentation"
|
|
},
|
|
"translate": {
|
|
"slug": "translate",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Can I change the language of my Zapier account?",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35201074788877-Can-I-change-the-language-of-my-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Translate text in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496278221325-Translate-text-in-Zap-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated January 23, 2026 08:28 Zapier is only available in English. If you'd like to use Zapier in a different language, you can use a translation add-on or extension for your browser. Using browser translation tools Visit your browser's store to search for the translation add-on or extension that works for you. Microsoft Edge: https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home Google Chrome: https://chromewebstore.google.com/category/extensions?pli=1 Mozilla Firefox: https://addons.mozilla.org/en-US/firefox/ Safari : To translate a webpage in Safari , click the translation button in the smart search field. Note The Zapier Help Center and its search function are also only available in English. When you use your Zapier account in another language, the wording may not match the documentation in the Help Center."
|
|
},
|
|
"paperform": {
|
|
"slug": "paperform",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Paperform app on Zapier, you must have: A Paperform API key generated from your account's Developer Settings page . At least one published form in your Paperform account to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Paperform to Zapier To create an app connection to Paperform on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Paperform . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Paperform on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859920588173-How-to-get-started-with-Paperform-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Paperform on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Paperform How to get started with Paperform on Zapier Updated January 23, 2026 14:31 Paperform and Zapier connect to automate form workflows. You can trigger actions when new submissions are received and create or update forms, products, and coupons. Prerequisites To use the Paperform app on Zapier, you must have: A Paperform API key generated from your account's Developer Settings page . At least one published form in your Paperform account to connect with Zapier. At least one form submission in your Paperform form to successfully test the Zapier trigger (the test will use data from your most recent submission). Connect Paperform to Zapier To create an app connection to Paperform on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Paperform . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Paperform API Key . Click Yes, Continue to Paperform . Your Paperform account is now successfully connected to Zapier. About Paperform's app Triggers, searches, and actions Triggers New Partial Form Submission - Triggers when a new partial submission is received for a form. (Instant) New Form Submission - Triggers when a new submission is received for a form. (Instant) Searches Find Form Field - Finds a form field by title. Find Product Form Field - Finds a product form field by title. Find Space - Finds a space by name. Find Form - Finds a form by title. Find Form Product - Finds a form product by name. Actions Create Form Coupon - Creates a new coupon on a form. Delete Form Partial Submission - Delete a partial form submission. Delete Form Submission - Delete a form submission. Create Space - Creates a new space. Update Form - Update a Form. Update Form Product - Updates a product on a form. Update Form Product Sold - Updates the sold amount of a product on a form. Delete Form Coupon - Delete a form coupon. Delete Form Product - Delete a form product. Create Form Product - Create a form product. Update Form Coupon - Updates a coupon on a form. Update Form Fields - Update a fields on a Form. Update Form Product Available Quantity - Updates the available quantity of a product on a form. "
|
|
},
|
|
"bamboohr": {
|
|
"slug": "bamboohr",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the BambooHR app on Zapier, you must have: A BambooHR account with access to create API keys . Sufficient permissions within BambooHR to access the \"API Keys\" option in the user menu (if you do not have this option, you may need to contact your BambooHR administrator). A paid Zapier plan. BambooHR is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect BambooHR to Zapier To create an app connection to BambooHR on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BambooHR . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with BambooHR on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496064271373-How-to-get-started-with-BambooHR-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with BambooHR on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048605581-Common-Problems-with-BambooHR-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with BambooHR on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Human resources BambooHR How to get started with BambooHR on Zapier Updated April 10, 2026 17:03 BambooHR and Zapier connect to automate HR tasks. You can trigger workflows when employees start or request time off and create or update employee records. Available on plans: Free Professional Team Enterprise Prerequisites To use the BambooHR app on Zapier, you must have: A BambooHR account with access to create API keys . Sufficient permissions within BambooHR to access the \"API Keys\" option in the user menu (if you do not have this option, you may need to contact your BambooHR administrator). A paid Zapier plan. BambooHR is a premium app on Zapier. Connect BambooHR to Zapier To create an app connection to BambooHR on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BambooHR . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your BambooHR API key . Company domain : Enter your BambooHR subdomain (the text before .bamboohr.com in your browser's address bar). Click Yes, Continue to BambooHR . Your BambooHR account is now successfully connected to Zapier. About BambooHR's app Triggers, searches, and actions Triggers New Employee Started - Triggers on a new employee's start date. (Polling) Changed Report - Triggers when a company report changes. Works best with reports sorted by a date field in descending order. (Polling ) New Time Off - Triggers when a new time off is found for the selected conditions. Limited to those employees and time off types that you have view access to. (Polling) Updated Employee - Triggers when specific employee fields are updated. (Instant - This event starts a Zap instantly) New Employee - Triggers when a new employee is created. (Polling - Zapier checks for new data every 15 min on the Free plan) Terminated Employee - Triggers when an employee is terminated. (Instant - This event starts a Zap instantly) New Time Off Request - Triggers when a new time off request is created by an employee whose requests you're able to approve. (Polling - Zapier checks for new data every 15 min on the Free plan) New Updated Employee (Include Custom Fields Changes) - Triggers when an employe"
|
|
},
|
|
"whatconverts": {
|
|
"slug": "whatconverts",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the WhatConverts app on Zapier, you must have: An active WhatConverts account. API access enabled in your WhatConverts account. You need to generate API Token and API Secret from the Integrations section. Access to either Master Integrations (for agency accounts) or Profile Integrations (for individual business accounts) within your WhatConverts dashboard."
|
|
],
|
|
"connect_steps": [
|
|
"Connect WhatConverts to Zapier To create an app connection to WhatConverts on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WhatConverts . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Token : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with WhatConverts on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860178883981-How-to-get-started-with-WhatConverts-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with WhatConverts on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM WhatConverts How to get started with WhatConverts on Zapier Updated March 31, 2026 16:19 WhatConverts and Zapier connect to track leads from calls, forms, and chats. You can trigger actions when new leads arrive and create leads from other apps. Prerequisites To use the WhatConverts app on Zapier, you must have: An active WhatConverts account. API access enabled in your WhatConverts account. You need to generate API Token and API Secret from the Integrations section. Access to either Master Integrations (for agency accounts) or Profile Integrations (for individual business accounts) within your WhatConverts dashboard. Connect WhatConverts to Zapier To create an app connection to WhatConverts on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select WhatConverts . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Token : Enter your WhatConverts API Token . - API Secret : Enter your WhatConverts API Secret . Click Yes, Continue to WhatConverts . Your WhatConverts account is now successfully connected to Zapier. About WhatConverts's app Triggers, searches, and actions Triggers New Lead (Instant) - Triggers when a new lead is received. Updated Lead (Instant) - Triggers when a lead is updated. Searches Find Lead - Find an existing lead. Find or Create Lead - Find or Create Lead. Actions Create Export - Create a new leads export. Update Lead - Update a lead. Create Lead - Create a new lead. Limitations Profile API keys are limited to 1,000 requests per day. Master Account API keys are limited to 10,000 requests per day. Rate limiting allows only 1 request per millisecond and up to 20 concurrent requests. Templates View all of WhatConverts's templates . Use cases Easily get text alerts for your WhatConverts leads Additional WhatConverts resources Zapier's WhatConverts integration page WhatConverts's Help Center WhatConverts's API documentation"
|
|
},
|
|
"box": {
|
|
"slug": "box",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"username_password"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Box app on Zapier, you must have: An active Box account (available on all Box plans including the free Individual plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Box to Zapier To create an app connection to Box on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Box . Click Add connection . A new browser tab or window will open. Log into Box to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems With Box",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495963267725-Common-Problems-With-Box"
|
|
},
|
|
{
|
|
"title": "How to get started with Box on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495917677325-How-to-get-started-with-Box-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 05, 2026 12:40 Files Suddenly Stop Triggering When we pull files for a folder from box we only pull the top 100 items. Box's API is setup in such a way that we have no control over the sort order while the end user does. This means an incorrect sort order setting could lead to us missing items that occur outside of the top 100. Yikes! Here's what you can do to avoid this problem: Login to your Box account Click on the folder you'll be syncing items from Near the top right corner you'll find the option to sort by Now select the sort order that fits your needs. For the most part you'll want to sort by date in descending order. So click on Date and make sure the tiny white arrow next to it is pointing down. If it is pointing up (ascending order) click again to switch to descending. Navigate away from this page and return to be sure that the sort order change was saved. Now you should be able to get items that slide outside of our retrieval window. Cannot Connect with Enterprise Box Account For enterprise Box users, when Zapier sends you to login to your Box account, you should enter your email address (without your password) and click the login button. This will redirect you to your usual single sign on page, where you can login like normal."
|
|
},
|
|
"mailparser": {
|
|
"slug": "mailparser",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mailparser app on Zapier, you must have: An active Mailparser account. At least one configured Mailparser inbox with parsing rules set up to extract data from emails. Access to the Mailparser webhook integration settings within your Mailparser account to create a Zapier integration."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Mailparser to Zapier To create an app connection to MailParser on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MailParser . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Email : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mailparser on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39823223525261-How-to-get-started-with-Mailparser-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mailparser on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Mailparser How to get started with Mailparser on Zapier Updated September 26, 2025 11:23 Mailparser and Zapier connect to automate email parsing. You can trigger when emails are parsed and create contacts or update spreadsheets. Prerequisites To use the Mailparser app on Zapier, you must have: An active Mailparser account. At least one configured Mailparser inbox with parsing rules set up to extract data from emails. Access to the Mailparser webhook integration settings within your Mailparser account to create a Zapier integration. Connect Mailparser to Zapier To create an app connection to MailParser on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MailParser . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Email : Enter your MailParser account email address . Password : Enter your MailParser account password . Click Yes, Continue to MailParser . Your MailParser account is now successfully connected to Zapier. About Mailparser's app Triggers, searches, and actions Triggers New Email Parsed (One Request Per Row) - Triggers when a new email is parsed in an inbox, and create one request for each row if the result contains a tabular result. (Instant) New Email Parsed (One Request Per Email) - Triggers when a new email is parsed in an inbox, and create one request for one email. (Instant) Searches No searches available Actions No actions available Limitations Pricing is based on the number of processed emails per month and number of inboxes created . Limited to 1,000 webhook payloads per email . If you have more than 800 rows in your email or attachment, data splitting is recommended before import. Each Mailparser inbox has a limit of 15 integrations per inbox . Templates View all of Mailparser's templates . Use cases 5 ways to automate Mailparser with Zapier How to automate your inbox with an email parser Additional Mailparser resources Zapier's Mailparser integration page Mailparser's Help Center Mailparser's API documentation"
|
|
},
|
|
"customerio": {
|
|
"slug": "customerio",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Customer.io app on Zapier, you must have: An active Customer.io account with at least the Essentials plan. Access to your Customer.io workspace with Account Admin or Member permissions that include \" Manage API credentials \" permission. Customer.io Track API credentials (Site ID and API Key) from your workspace settings under Account Settings API Credentials."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Customer.io to Zapier To create an app connection to Customer.io on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Customer.io . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Site ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Customer.io on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859379060365-How-to-get-started-with-Customer-io-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Customer.io on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Customer.io How to get started with Customer.io on Zapier Updated January 23, 2026 15:21 Customer.io and Zapier connect to automate customer data. You can create or update people from form responses and track events from app activities. Prerequisites To use the Customer.io app on Zapier, you must have: An active Customer.io account with at least the Essentials plan. Access to your Customer.io workspace with Account Admin or Member permissions that include \" Manage API credentials \" permission. Customer.io Track API credentials (Site ID and API Key) from your workspace settings under Account Settings API Credentials. Connect Customer.io to Zapier To create an app connection to Customer.io on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Customer.io . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Site ID : Enter your Site ID from your Customer.io Track API credentials. Tracking API Key : Enter your API Key from your Customer.io Track API credentials. Click Yes, Continue to Customer.io . Your Customer.io account is now successfully connected to Zapier. About Customer.io's app Triggers, searches, and actions Triggers No triggers available for Customer.io. Searches No searches available for Customer.io. Actions Create or Update a Person - Creates a new person. If the person already exists, it will be updated. Create Event - Creates an event. Create Anonymous Event - Creates an anonymous event. Limitations People must have unique IDs as each person in Customer.io is identified by a unique ID attribute, and IDs cannot be changed later. Track API has a rate limit of 3000 requests per 3 seconds for both active data integrations and historical backfill scripts. Templates View all of Customer.io's templates . Use cases 4 ways to automate Customer.io Use Customer.io to Automate Your Customer Lifecycle Messages Additional Customer.io resources Zapier's Customer.io integration page Customer.io's Help Center Customer.io's API documentation"
|
|
},
|
|
"google-analytics-4": {
|
|
"slug": "google-analytics-4",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Analytics 4 app on Zapier, you must have: A Google Analytics 4 account . A GA4 property with a data stream configured."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Analytics 4 to Zapier To create an app connection to Google Analytics 4 on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Analytics 4 . Click Add connection . A new browser tab or window will open. Log into Google and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Analytics 4 on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16901248730637-How-to-get-started-with-Google-Analytics-4-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Analytics 4 on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Google Analytics 4 How to get started with Google Analytics 4 on Zapier Updated May 12, 2026 11:48 Google Analytics 4 and Zapier connect to automate your analytics workflows. You can send events to GA4 and track user interactions across your apps. Prerequisites To use the Google Analytics 4 app on Zapier, you must have: A Google Analytics 4 account . A GA4 property with a data stream configured. Connect Google Analytics 4 to Zapier To create an app connection to Google Analytics 4 on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Analytics 4 . Click Add connection . A new browser tab or window will open. Log into Google and grant Zapier permission to access your Google Analytics account. Your Google Analytics 4 account is now successfully connected to Zapier. About Google Analytics 4's app Triggers, searches, and actions Triggers New Conversion Event (Polling) - Triggers when a new conversion event is created. Searches Find Conversion - Finds a conversion based on ID. Actions Create Measurement - Creates a new measurement property secret. Send Measurement Events for an Application - Sends measurement events for a given application. Create Conversion Event for a Property - Creates a new conversion event for a property. Run Report for a Property - Runs a report for a property. API Request (Beta) - Makes a raw HTTP request with the integration's authentication. Templates View all of Google Analytics 4's templates Use cases How to automate Google Analytics 4 Additional Google Analytics 4 resources Zapier's Google Analytics 4 integration page Google Analytics 4 Help Center"
|
|
},
|
|
"mailgun": {
|
|
"slug": "mailgun",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mailgun app on Zapier, you must have: An active Mailgun account (free plan available with 100 emails/day limit). A verified custom domain or subdomain configured in your Mailgun account with proper DNS records (TXT records for SPF and DKIM, MX records, and CNAME record for tracking). Your Mailgun API key (Primary Account API key ) which can be found in Account Settings API Keys in your Mailgun dashboard. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Mailgun instance requires IP allowlisting. Connect Mailgun to Zapier To create an app connection to Mailgun on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mailgun . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Private API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mailgun on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859850101773-How-to-get-started-with-Mailgun-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mailgun on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Mailgun How to get started with Mailgun on Zapier Updated August 10, 2026 10:41 Mailgun and Zapier connect to automate email workflows. You can trigger actions when emails bounce or are delivered and send emails or manage mailing lists. Prerequisites To use the Mailgun app on Zapier, you must have: An active Mailgun account (free plan available with 100 emails/day limit). A verified custom domain or subdomain configured in your Mailgun account with proper DNS records (TXT records for SPF and DKIM, MX records, and CNAME record for tracking). Your Mailgun API key (Primary Account API key ) which can be found in Account Settings API Keys in your Mailgun dashboard. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Mailgun instance requires IP allowlisting. Connect Mailgun to Zapier To create an app connection to Mailgun on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mailgun . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Private API Key : Enter your Mailgun private API key . API Region : Select the region your domain is hosted on within Mailgun. Domain : Enter your Mailgun domain . Click Yes, Continue to Mailgun . Your Mailgun account is now successfully connected to Zapier. About Mailgun's app Triggers, searches, and actions Triggers New Log Data (Polling) - Triggers when new log entries are found in Mailgun. Because this trigger uses polling, multiple log entries may be returned at once during each polling interval. New Bounce Event (Instant) - Triggers when an email permanently or temporarily fails in Mailgun. New Delivery Event (Instant) - Triggers when an email is successfully delivered in Mailgun. New Inbound Email via Route (Instant) - Triggers when an incoming email matches a Mailgun route. Automatically creates a route in Mailgun to forward emails to Zapier. Use Zapier Filters and Paths to process emails based on sender, subject, or content. New Unsubscribe Event (Instant) - Triggers when a recipient unsubscribes in Mailgun. New Alert (Instant) - Triggers when a Mailgun alert occurs. Validation alerts (e.g.,"
|
|
},
|
|
"amazon-s3": {
|
|
"slug": "amazon-s3",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon S3 app on Zapier, you must have: An active AWS account (free tier or paid). At least one S3 bucket created in your AWS account with global access. A dedicated IAM user created specifically for Zapier with appropriate S3 permissions. AWS Access Key ID and AWS Secret Access Key for the IAM user. A paid Zapier plan. Amazon S3 is a premium app on Zapier. Add a bucket to Amazon S3 In your AWS Dashboard , click the S3 logo . Check you are in the AWS region where you want to create the bucket. Click Create Bucket . Enter your Bucket Name. S3 bucket names must be unique across all AWS accounts in all the AWS Regions within a partition. Learn more about bucket naming rules . Scroll down the page. If you're unsure which options to select, leave the default settings Click Create bucket . Add a Zapier as an IAM user Add a new Zapier user via IAM (Identity and Access Management) with only permission to use Amazon S3 and give Zapier those AWS security credentials. The specific permissions you'll need in the IAM policy depend on the tasks you want Zapier to perform with your Amazon S3 data In addition to granting the appropriate IAM policy, you may also need to grant access at the bucket level. Learn more about: Creating an IAM user for workloads IAM policies and bucket policies Example This is a sample policy for a Zapier user with limited access. This policy allows Zapier to: List all of your buckets. View the contents of a specific bucket Retrieve objects from a bucket. This policy allows Zapier to trigger any new objects added to your S3 bucket. However, it does not grant permissions for any Amazon S3 actions that modify your data. { \"Version\": \"2012-10-17\", \"Statement\": [ { \"Effect\": \"Allow\", \"Action\": [ \"s3:ListAllMyBuckets\", \"s3:GetBucketLocation\" ], \"Resource\": \"arn:aws:s3:::*\" }, { \"Effect\": \"Allow\", \"Action\": [ \"s3:ListBucket\" ], \"Resource\": \"arn:aws:s3:::EXAMPLE-BUCKET-NAME\" }, { \"Effect\": \"Allow\", \"Action\": [ \"s3:GetObject\", \"s3:GetObjec"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon S3 to Zapier To create an app connection to Amazon S3 on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon S3 . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: AWS Access Key ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Amazon S3",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495991733517-Common-Problems-with-Amazon-S3"
|
|
},
|
|
{
|
|
"title": "How to get started with Amazon S3 on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495975749005-How-to-get-started-with-Amazon-S3-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Amazon S3 – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files Amazon S3 Common Problems with Amazon S3 Updated March 05, 2026 12:40 I want to add files to a folder In Amazon S3, folders are designated by the key name. For example, if you upload a file with the key images/sample1.jpg then it will show in the Amazon S3 console as a file sample1.jpg inside a folder images . Some of my Buckets are not Showing up as an Option in my Action Zapier intentionally filters out buckets with capital letters in their name. Renaming a bucket to all lower case letters will make the bucket show up. Technical Details: Buckets with uppercase letters in the name can't be accessed via the S3 API, so Zapier filters them out. Info on why uppercase letters are a problem can be found in the answer to \"Some of the results for New Bucket trigger do not have a URL\" Some of the Results for New Bucket Trigger do not have a URL This behavior is intentional. S3 bucket names are case sensitive. Unfortunately, URLs are not. Trying to access MyBucket.s3.amazonaws.com will actually access mybucket.s3.amazonaws.com . Due to this mismatch, there is no URL by which you can access a bucket with capital letters in the name, so we set the URL for these buckets to be empty. I Can't Add to a Specific Bucket (400 error) Is your bucket in a different region than the one you selected when connecting your S3 account to Zapier? If so, you will need to reconnect and select the matching region. Note that often (depending on the security policy of the S3 account you have connected to Zapier), we are able to see buckets from regions other than the selected region, but we are not able to interact with them. For example, if you have a bucket in US East (Ohio) (which is us-east-2 ), you may be able to select that bucket in a drop-down, but if you selected us-east-1 when you connected your account, we won't be able to upload files to that bucket. AWS has documentation on their region names here if you aren't sure which numerical region your bucket resides in: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region If you are still having trouble after this, please drop us an email so we can troubleshoot further with you!"
|
|
},
|
|
"pardot": {
|
|
"slug": "pardot",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Pardot app on Zapier, you must have: A paid Zapier plan. Pardot is a premium app on Zapier. A Salesforce org with Account Engagement (Pardot) enabled and properly configured. An SSO-enabled Salesforce user who can log in to pi.pardot.com using \"Log In with Salesforce\" or access Account Engagement using the Account Engagement Lightning App. Proper user permissions in Salesforce, including either the Account Engagement User, Sales Cloud User, Service Cloud User, or CRM User permission set license assigned to the user."
|
|
],
|
|
"connect_steps": [
|
|
"connect the account to Zapier and try again.",
|
|
"Connect Pardot to Zapier To create an app connection to Pardot on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pardot . Click Add connection . A Connect an Account page will open in a new browser tab or window will open. Complete the following fields: Salesforce Environment : Select"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems With Pardot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495975707277-Common-Problems-With-Pardot"
|
|
},
|
|
{
|
|
"title": "How to get started with Pardot on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495975650445-How-to-get-started-with-Pardot-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 13, 2024 15:55 Error: Invalid Campaign ID Make sure you\u2019re using the Campaign ID and not the Campaign Name in this field here: You can find the ID by opening up the campaign in Pardot. With that open, take a look at the URL. You\u2019ll see something that looks like this: https://pi.pardot.com/campaign/read/id/811 The ID would be the number at the end, so in this example, you\u2019d want to enter \u201c811\u201d in the Campaign ID field. Error: This API user lacks sufficient permissions for the requested operation Pardot requires that you are an admin to perform certain actions. You can see permissions for your users here: https://pi.pardot.com/user You\u2019ll need to upgrade your user\u2019s role to Admin, then reconnect the account to Zapier and try again."
|
|
},
|
|
"web-parser-by-zapier": {
|
|
"slug": "web-parser-by-zapier",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Use Web Parser to extract data from web pages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/11501030904461-Use-Web-Parser-to-extract-data-from-web-pages"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 31, 2026 16:22 If you have an article or blog post that you want to extract data from, you can use Web Parser by Zapier. Web Parser can extract data such as page titles, content, authors, and lead images. Zapier uses Postlight\u2019s parser to parse website data. Choose your app and event In the Zap editor: In the Zap outline, click the Action step or the plus sign + to add a new action. A dialog box will open. Search for and select Web Parser by Zapier . Click the Action event dropdown menu and select Parse Webpage . Click Continue . Set up your web parser action In the URL to parse field, enter the URL of the article you wish to extract content from. Click the Content type dropdown menu and select your content format . HTML: formatted text that uses the HTML markup language. This is the default. Markdown: formatted text that uses the Markdown markup language. Plain text: unformatted text. Optional: Click the Continue on failure dropdown menu. If you select True , the Web Parser step will always be a success even if it can\u2019t parse the web page. If you select False , this step will halt if the web page can\u2019t be parsed. If a later step uses data from the Web Parser step, the later step won\u2019t run. Test your web parser action If the URL you provided is valid, the step will return data for the following fields if they exist: Title: the name or headline of the page Lead image URL Author: Content: the main body of the page Date published Dek: the page subheading Next page URL Excerpt Note Not all web pages will contain data for each field listed above. If no data was received for a field, the Zap will return a null value. If you see an error, Web Parser was unable to parse the web page. Tip You can add a Formatter step to transform text to other formats. Once you\u2019ve finished your Web Parser by Zapier action, you can continue setting up the rest of your Zap."
|
|
},
|
|
"api-by-zapier": {
|
|
"slug": "api-by-zapier",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the API by Zapier app on Zapier, you must have: A paid Zapier account. API by Zapier is a premium app on Zapier. The API endpoint URL you want to call and, if required, your API key or OAuth2 client details from the API provider. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if the API you are calling requires IP allowlisting. Connect API by Zapier to Zapier To create an app connection to API by Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select API by Zapier . Click Add connection . A Connect an Account page will open. Choose an authentication type and complete the fields below. No authentication Static Headers (API key) Query Parameter (API key) OAuth2 For APIs that require no authentication: In the Authentication type field, select None . Connection name (optional): Enter a name for this connection. Leave blank to use the default generated name. Domain filter (optional): Enter the domain(s) this connection can access (e.g., api.example.com or *.example.com ). Use a comma to separate multiple domains. Limit this to only the domains you need. Test URL (optional): Enter a URL that returns a 2xx response when the connection is valid. Zapier uses this to verify the connection works. For APIs that expect an API key or other static token in headers: In the Authentication type field, select Static Headers (API key) . In Headers , enter key-value pairs for your auth headers (e.g., X-API-Key: 123 ). Use one header per line. Connection name (optional): Enter a name for this connection. Leave blank to use the default generated name. Domain filter : Enter the domain(s) this connection can access (e.g., api.example.com or *.example.com ). Use a comma to separate multiple domains. Limit this to only the domains you need. Test URL (optional): Enter a URL that returns a 2xx response when the connection is valid. Zapier uses this to verify the connection works. For APIs that require the API key in the URL as a query parameter (e.g., ?token=your_api_key ): In the Authentication type field, select Query Parameter (API key) . Query parameter name : Enter the query parameter name that carries the API key (e.g., token ). API key : Enter the secret value Zapier adds t"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with API by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44391660158733-How-to-get-started-with-API-by-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with API by Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Custom logic and integrations API How to get started with API by Zapier Updated August 10, 2026 10:41 API by Zapier and Zapier let you call APIs that do not have an integration. Unlike Webhooks by Zapier , you can make API requests using OAuth2 or API keys; your credentials are stored securely in an app connection and injected automatically. Available on plans: Free Professional Team Enterprise Beta API by Zapier is a beta feature. It's available for use, but still in active development and may change. Prerequisites To use the API by Zapier app on Zapier, you must have: A paid Zapier account. API by Zapier is a premium app on Zapier. The API endpoint URL you want to call and, if required, your API key or OAuth2 client details from the API provider. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if the API you are calling requires IP allowlisting. Connect API by Zapier to Zapier To create an app connection to API by Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select API by Zapier . Click Add connection . A Connect an Account page will open. Choose an authentication type and complete the fields below. No authentication Static Headers (API key) Query Parameter (API key) OAuth2 For APIs that require no authentication: In the Authentication type field, select None . Connection name (optional): Enter a name for this connection. Leave blank to use the default generated name. Domain filter (optional): Enter the domain(s) this connection can access (e.g., api.example.com or *.example.com ). Use a comma to separate multiple domains. Limit this to only the domains you need. Test URL (optional): Enter a URL that returns a 2xx response when the connection is valid. Zapier uses this to verify the connection works. For APIs that expect an API key or other static token in headers: In the Authentication type field, select Static Headers (API key) . In Headers , enter key-value pairs for your auth headers (e.g., X-API-Key: 123 ). Use one header per line. Connection name (optional): Enter a name for this connection. Leave blank to use the default generated name. Domain filter : Enter the domain(s) this connection can access (e.g., a"
|
|
},
|
|
"bitrix24-crm-new": {
|
|
"slug": "bitrix24-crm-new",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Bitrix24 CRM app on Zapier, you must have: A trial or paid Bitrix24 CRM plan. The Zapier for CRM app installed from the Bitrix24 Market (must be installed by an admin before connecting)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Bitrix24 CRM to Zapier To create an app connection to Bitrix24 CRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bitrix24 CRM . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Bitrix24 URL field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Bitrix24 CRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496092974861-How-to-get-started-with-Bitrix24-CRM-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Bitrix24 CRM on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Bitrix24 CRM How to get started with Bitrix24 CRM on Zapier Updated October 30, 2025 11:35 Bitrix24 CRM and Zapier connect to automate your sales workflow. You can trigger actions when new deals or contacts are added and create leads, companies, or tasks. Prerequisites To use the Bitrix24 CRM app on Zapier, you must have: A trial or paid Bitrix24 CRM plan. The Zapier for CRM app installed from the Bitrix24 Market (must be installed by an admin before connecting). Connect Bitrix24 CRM to Zapier To create an app connection to Bitrix24 CRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bitrix24 CRM . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Bitrix24 URL field, enter your Bitrix24 portal address . Click Yes, Continue to Bitrix24 CRM . Your Bitrix24 CRM account is now successfully connected to Zapier. About Bitrix24 CRM's app Triggers, searches, and actions Triggers Company Trigger - Fires when a company trigger is triggered. (Instant) Deal Trigger - Fires when a deal trigger is triggered. (Instant) Quote Trigger - Fires when a quote trigger is triggered. (Instant) Task Trigger (Add) - Fires when a new task is added. (Instant) Task Trigger (Update) - Fires when a task is updated. (Instant) Contact Trigger - Fires when a contact trigger is triggered. (Instant) Lead Trigger - Fires when a lead trigger is triggered. (Instant) Smart-Process Trigger - Fires when a smart-process trigger is triggered. (Instant) Task Trigger (Delete) - Fires when a task is deleted. (Instant) Searches Contact Search - Search for contact by filters. Lead Search - Search for leads by filters. Smart-Process Search - Search for smart-process by filters. Company Search - Search for company by filters. Deal Search - Search for deal by filters. Quote Search - Search for quote by filters. Actions Company Action - Company create or update action. Deal Action - Deal create or update action. Create Message - Create a new Message. Smart-Process Action - Smart-process create or update action. Update Task - Updates an existing Bitrix24 task by ID. Create Blogpost - Create a new Blogpost. Contact Action - Contact create or update action. Lead Actio"
|
|
},
|
|
"kartra": {
|
|
"slug": "kartra",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Kartra app on Zapier, you must have: A Kartra Growth, Professional, or Enterprise plan. Zapier activation approval from Kartra (must be requested and approved, typically takes 1-2 business days). A Kartra API key and API password."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Kartra to Zapier To create an app connection to Kartra on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kartra . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Kartra on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40861225211789-How-to-get-started-with-Kartra-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Kartra on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Kartra How to get started with Kartra on Zapier Updated January 23, 2026 14:38 Kartra and Zapier connect to automate lead management. You can trigger actions when leads fill forms or buy products and create leads or assign tags. Prerequisites To use the Kartra app on Zapier, you must have: A Kartra Growth, Professional, or Enterprise plan. Zapier activation approval from Kartra (must be requested and approved, typically takes 1-2 business days). A Kartra API key and API password. Connect Kartra to Zapier To create an app connection to Kartra on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kartra . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Kartra API Key . API Password : Enter your Kartra API Password . Click Yes, Continue to Kartra . Your Kartra account is now successfully connected to Zapier. About Kartra's app Triggers, searches, and actions Triggers Affiliate Signs Up for Product (Instant) - Triggers when an affiliate signs up for a product. Customer Buys Product (Instant) - Triggers when a customer buys product. Lead Completes a Calendar (Instant) - Triggers when a lead is completes a calendar. Customer Cancels Subscription (Instant) - Triggers when a customer cancels subscription. JV Signs Up for Product (Instant) - Triggers when an jv signs up for a product. Lead Is Revoked Access to Membership (Instant) - Triggers when a lead is revoked access to membership. Customer Partial Refunds Product (Instant) - Triggers when a customer partial refunds product. Customer Refunds Product (Instant) - Triggers when a customer refunds product. Lead Is Added to Sequence (Instant) - Triggers when a lead is added to a sequence. Lead Subscribes to List (Instant) - Triggers when a lead is subscribed to a list. Lead Is Unssigned Tag (Instant) - Triggers when a lead is unassigned a tag. Lead Completes a Kartra Video (Instant) - Triggers when a lead completes a kartra video. Lead Visits External Page (Instant) - Triggers when a lead visits an external page. Lead Is Assigned Tag (Instant) - Triggers when a lead is assigned a tag. Lead Cancels a Calendar (Instant) - Triggers when a lead"
|
|
},
|
|
"pipefy": {
|
|
"slug": "pipefy",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Pipefy app on Zapier, you must have: An active Pipefy account (free Starter plan or any paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Pipefy to Zapier To create an app connection to Pipefy on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pipefy . Click Add connection . A new browser tab or window will open. Log into Pipefy to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Pipefy on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860244069901-How-to-get-started-with-Pipefy-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Pipefy on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Pipefy How to get started with Pipefy on Zapier Updated January 23, 2026 14:11 Pipefy and Zapier connect to automate your workflow management. You can trigger actions when new cards are created or completed and create new cards or move them between phases. Prerequisites To use the Pipefy app on Zapier, you must have: An active Pipefy account (free Starter plan or any paid plan). Connect Pipefy to Zapier To create an app connection to Pipefy on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pipefy . Click Add connection . A new browser tab or window will open. Log into Pipefy to authenticate. Grant Zapier permission to access your account if prompted to. Your Pipefy account is now successfully connected to Zapier. About Pipefy's app Triggers, searches, and actions Triggers Done Card (Instant) - Triggers when a card is done. Expired Card (Instant) - Triggers when a card is expired. Late Card (Instant) - Triggers when a card is late. New Card (Instant) - Triggers when a new card is created. Updated Record Field (Instant) - Triggers when a record field is updated. Overdue Card (Instant) - Triggers when a card is overdue. Updated Card Field (Instant) - Triggers when a card field is updated. Moved Card (Instant) - Triggers when a card is moved. New Database Record (Instant) - Triggers when a new record is created. Searches Find Card - Finds a card by Title. Find or Create Card - Finds a card by Title. Find Database Records - Find a database records by title. Actions Move Card - Move a card. Update Card Field - Update a card field value. Create Card - Creates a new card. Create Record - Creates a new table record. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API call limits vary by plan : Starter (Free) allows only 20 API calls, Business allows 500, Enterprise allows 10,000, and Unlimited allows 15 million per month. Templates View all of Pipefy's templates . Use cases Process management & project management: Connecting the dots with automation App spotlight: Pipefy Additional Pipefy resources Zapier's Pipefy integration page Pipefy's Help Center Pipefy's API documentation"
|
|
},
|
|
"sql-server": {
|
|
"slug": "sql-server",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the SQL Server app on Zapier, you must have: A SQL Server database instance, version 2012 or newer, accessible from outside your network. Be aware that SQL Server 2008 R2, and Azure SQL may have compatibility issues. The following network and firewall configurations are also necessary: Network configuration allowing external connections with the database host accessible via IP address or hostname. Localhost and 127.0.0.1 are not valid. Firewall configuration to allow connections from Zapier's IP addresses ( 44.214.195.64/28 and 18.246.81.208/28 ) on the appropriate port (default port 1433 ). Special account permissions allowing Zapier to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect SQL Server to Zapier To create an app connection to SQL Server on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SQL Server . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Required fields: Host : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Database service deduplication",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495955193229-Database-service-deduplication"
|
|
},
|
|
{
|
|
"title": "How to get started with SQL Server (MS SQL) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496003348365-How-to-get-started-with-SQL-Server-MS-SQL-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with SQL Server (MSSQL) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495987404685-Common-Problems-with-SQL-Server-MSSQL-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated July 17, 2023 13:28 The \"New Row\" trigger sees the most recent 50 items which affects how the maximum amount of rows your Zap can trigger on at one time. See deduplication for more information. A common problem with database services on Zapier is deduplication. You can read more about deduplicate in general, here . This applies for all the database services on Zapier like MySQL, MSSQL, Postgres, etc. Zapier deduplicates off of the primary keys on the table you are triggering new items from. If you have multiple primary keys then a concatenation of all of them is used to deduplicate. The ramification is if you make a sweeping change to the primary keys on your table, you'll inadvertently Trigger tons of things through your Zap. Sometimes this is caught by Zapier's flood protection feature . Nonetheless, you should turn your off Zap before you make changes and turn it On again after the changes have been made. This allows Zapier to establish a new \"baseline\". If your table has no primary keys, Zapier will guess which column to use, usually looking for column names with id in it. I Don't Have A Unique \"ID\" Column If you don't have an id by default, you must create one or return one manually with the query, for example: SELECT *, CONCAT(user_id, created_at) AS id FROM my_table ORDER BY created_at DESC Or whatever technique most closely approximates how you want Zapier to consider your rows unique."
|
|
},
|
|
"front-app": {
|
|
"slug": "front-app",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Front app on Zapier, you must have: Front company admin permissions to enable the Zapier integration in Front's app settings. An active Front plan (available on all plans)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Front to Zapier To create an app connection to Front App on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Front App . Click Add connection . A new browser tab or window will open. Log into Front App to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Front on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/11957141323277-How-to-get-started-with-Front-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Front on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Support Front How to get started with Front on Zapier Updated November 17, 2025 11:25 Front and Zapier connect to automate customer support workflows. You can trigger actions when new messages arrive and send replies or create contacts automatically. Prerequisites To use the Front app on Zapier, you must have: Front company admin permissions to enable the Zapier integration in Front's app settings. An active Front plan (available on all plans). Connect Front to Zapier To create an app connection to Front App on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Front App . Click Add connection . A new browser tab or window will open. Log into Front App to authenticate. Grant Zapier permission to access your account if prompted to. Your Front App account is now successfully connected to Zapier. About Front's app Triggers, searches, and actions Triggers New Comment (Instant) - Triggers when a new comment is posted on a conversation. New Inbound Message (Instant) - Triggers when a new message is received. New Tag Added to Message (Instant) - Triggers when a tag is added to a conversation. Rule Triggered (Instant) - Triggers when criteria for a team rule is met. New Outbound Message (Instant) - Triggers when a message is sent (either a new message or a reply). Searches Find Account - Finds an existing Account Find Conversation - Finds an existing conversation Find or Create Contact - Finds an existing contact. Find Contact - Finds an existing contact. Find or Create Account - Finds an existing Account Actions Add Contact Handle - Add a handle (email, phone, etc) to a Contact Add Conversation Tags - Add tags to a Conversation Create Account - Creates a new Account. Create Draft - Create a new message draft Create Link - Creates a new Link Import Message - Imports a new message into Front. Remove Contact Handle - Removes a handle (email, phone, etc) from a Contact Remove Conversation Tags - Remove Tags from a Conversation Send Reply - Replies to a conversation. This action is best used with a Front trigger. For example, auto-reply behavior could be setup by combining a \"New Inbound Message\" Front trigger with this action. Update Contact - Updates an existing contact. Update Link - Updat"
|
|
},
|
|
"zapier-chrome-extension": {
|
|
"slug": "zapier-chrome-extension",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Use the Zapier Chrome extension",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496306654349-Use-the-Zapier-Chrome-extension"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 The Zapier Chrome extension lets you create, send, and retrieve information, and run Zap workflows right from your browser. Note At this time, the Zapier extension is only available on the Google Chrome browser. 1. Install the Zapier Chrome extension Go to the Zapier Chrome extension page in the Chrome web store. In the upper right, click Add to Chrome . In the dialog box, click Add extension . 2. Pin the extension to your Chrome toolbar In your Chrome browser, click the extensions icon in the toolbar. In the dropdown menu, click the pin icon next to the Zapier extension. The Zapier Chrome extension will now appear on your Chrome toolbar. 3. Create a Zap with the Zapier Chrome extension trigger After you install the extension, create a new Zap. In your Chrome browser, click the Zapier extension icon in the toolbar. Click Create Zap . A new window or tab will open, displaying your new Zap. 4. Optional: Set up your input fields In the Zap trigger, click the Configure tab. Optional: Enter a name for each input field(s) that you want to use in the Zapier Chrome extension. To add more fields, press Enter or click outside the current field. A new field will appear. Follow the on-screen instructions to test your trigger. Click Continue . You can continue to set up your Zap by adding an action , and turn your Zap on when you're done. 5. Optional: Add a Reply to Chrome action The Reply to Chrome action displays a message in the Zapier Chrome extension when the Zap runs. It can include data from previous steps and formatting with simple markdown for bold text , italic text , and links. In the Zap outline, click the Action step or the plus sign + to add a new action. A dialog box will open. Search for and select Zapier Chrome extension . Click the Action event dropdown menu and select Reply to Chrome . Click Continue . In the Action section: Click the Message Title field and enter a message title. Click the Message Details field and enter a message. 6. Run your Zap with the Zapier Chrome extension To run a Zap with a Zapier Chrome extension trigger: In your Chrome browser, click the Zapier extension icon in the toolbar. Select the Zap you want to run and fill in any available input fields . Click Send . The Reply to Chrome action will display a message in the Zapier Chrome extension. To edit a Zap, click the pencil icon next to the Send button. This will bring you directly to the Zap in the editor. Tip When the Zap runs, the trigger will re"
|
|
},
|
|
"google-workspace-admin": {
|
|
"slug": "google-workspace-admin",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Workspace Admin app on Zapier, you must have: A paid Google Workspace plan (Business Starter, Business Standard, Business Plus, or Enterprise Plus). Admin permissions in your Google Workspace account to use certain actions like \"Assign Role to User\" and \"Remove Role from User\"."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Workspace Admin to Zapier To create an app connection to Google Workspace Admin on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Workspace Admin . Click Add connection . A new browser tab or window will open. Log into Google Workspace Admin to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Workspace Admin on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17921241819021-How-to-get-started-with-Google-Workspace-Admin-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Workspace Admin on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Google Workspace Admin How to get started with Google Workspace Admin on Zapier Updated January 23, 2026 14:40 Google Workspace Admin and Zapier connect to automate user management. You can trigger actions when new users are added and create or update users. Prerequisites To use the Google Workspace Admin app on Zapier, you must have: A paid Google Workspace plan (Business Starter, Business Standard, Business Plus, or Enterprise Plus). Admin permissions in your Google Workspace account to use certain actions like \"Assign Role to User\" and \"Remove Role from User\". Connect Google Workspace Admin to Zapier To create an app connection to Google Workspace Admin on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Workspace Admin . Click Add connection . A new browser tab or window will open. Log into Google Workspace Admin to authenticate. Grant Zapier permission to access your account if prompted to. Your Google Workspace Admin account is now successfully connected to Zapier. About Google Workspace Admin's app Triggers, searches, and actions Triggers New User - Triggers when a new user is created. (Instant) Updated User - Triggers when an existing user is updated. (Instant) Searches Find Group by Email - Finds a group by searching for the group's email address. Find User by Email - Finds a user by searching for one of the user's email addresses, including their aliases. Actions Add User to Group - Adds a user to a group. Assign Role to User - Assigns a role to a user. Create User - Creates a new user. Remove Role from User - Removes a role from a user. Revoke License - Removes a product license from a user. Update User - Updates an existing user. Assign License - Assigns a product license to a user. Create Group - Creates a new group. Delete User - Deletes a user. Remove User from Group - Removes a user from a group. Suspend User - Suspends a user. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limits apply with a default of 2,400 queries per minute per user per Google Cloud project, which can result in \"userRateLimitExceeded\" errors. User creation i"
|
|
},
|
|
"ontraport": {
|
|
"slug": "ontraport",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Ontraport app on Zapier, you must have: An active Ontraport Plus, Pro, or Enterprise account (API access is not available on the Basic plan). An approved API application from Ontraport (required for first-time API key creation - approval takes 1-2 business days). An Ontraport API Key and App ID generated from your Ontraport account (Administration \u2192 Integrations \u2192 Ontraport API Instructions and Key Manager). A contact owner assigned when creating your API key."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Ontraport to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Ontraport . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Ontraport on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16125914579853-How-to-get-started-with-Ontraport-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Ontraport on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Ontraport How to get started with Ontraport on Zapier Updated January 23, 2026 14:31 Ontraport and Zapier connect to automate your marketing. You can trigger actions when new contacts are added or forms are submitted and create or update contacts. Prerequisites To use the Ontraport app on Zapier, you must have: An active Ontraport Plus, Pro, or Enterprise account (API access is not available on the Basic plan). An approved API application from Ontraport (required for first-time API key creation - approval takes 1-2 business days). An Ontraport API Key and App ID generated from your Ontraport account (Administration \u2192 Integrations \u2192 Ontraport API Instructions and Key Manager). A contact owner assigned when creating your API key. Connect Ontraport to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Ontraport . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Ontraport API Key . App ID : Enter your Ontraport App ID . Click Yes, Continue to Ontraport . Your Ontraport account is now successfully connected to Zapier. About Ontraport's app Triggers, searches, and actions Triggers New Contact (Polling) - Triggers when a new contact is added to Ontraport. Product Purchased (Instant) - purchase object whenever specified product is purchased Transaction Created With Product (Instant) - invoice object whenever specified product is purchased New Form Submission (Instant) - Triggers when a contact successfully fills out an Ontraport or ONTRAPages Form. Tag Added (Instant) - Triggers when a tag is successfully added to a contact or a custom object. Tag Removed (Instant) - Triggers when a tag is successfully removed from a contact or custom object. Searches Find Contact - Finds an existing Contact. Actions Create or Update Contact - Creates or updates a contact in Ontraport. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limit of 180 requests per minute. Pagination limit of 50 results per page. Templates View all of Ontraport's templates . Use cases 6 ways to automate Ontraport with Zapier Additio"
|
|
},
|
|
"streak": {
|
|
"slug": "streak",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Streak app on Zapier, you must have: An active Streak account (any paid plan). The Streak browser extension installed in Gmail (Chrome, Safari, or Microsoft Edge). A Streak API key generated from within your Streak account. At least one pipeline created in your Streak account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Streak to Zapier To create an app connection to Streak on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Streak . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Streak on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860337492749-How-to-get-started-with-Streak-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Streak on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Streak How to get started with Streak on Zapier Updated January 23, 2026 14:10 Streak and Zapier connect to automate your CRM workflow. You can trigger actions when new boxes are created or stages change and create boxes or add contacts. Prerequisites To use the Streak app on Zapier, you must have: An active Streak account (any paid plan). The Streak browser extension installed in Gmail (Chrome, Safari, or Microsoft Edge). A Streak API key generated from within your Streak account. At least one pipeline created in your Streak account. Connect Streak to Zapier To create an app connection to Streak on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Streak . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , enter your Streak API key . Click Yes, Continue to Streak . Your Streak account is now successfully connected to Zapier. About Streak's app Triggers, searches, and actions Triggers Box Change Pipeline (Instant) - Triggers when a Box is moved between Pipelines. Updated Box (Instant) - Triggers when a Field on a Box is updated. New Comment (Instant) - Triggers when a Comment is made on a Box in a Pipeline. New Box (Instant) - Triggered when a new box is created. Task Complete (Instant) - Triggers when a Task is completed. Task Due (Instant) - Triggers when a Task becomes due, but it not yet completed. Box Change Stage (Instant) - Triggers when a box changes Stage. Box Email Received Count Change (Instant) - Triggers when the counter for emails received on a box changes. Updated Contact (Instant) - Triggered when a contact is updated. New Contact (Instant) - Triggered when a new contact is created. New Task (Instant) - Triggers when a Task is created. Searches Find a Box - Find a box by name, key, or fuzzy query. Find an Organization - Searches for an existing organization. Find a Contact - Searches for an existing contact by contact key, box key, or other information (like email address). Find or Create Box - Find or Create Box Actions Add Organization to Box - Checks for an existing organization based on website. Creates a new organization or updates the existing organization and adds the organization to a "
|
|
},
|
|
"marketo": {
|
|
"slug": "marketo",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Marketo app on Zapier, you must have: Admin access to your Marketo instance to create API roles, users, and custom services. Prepare your Marketo account with the following : Create an API Only Role with all \"Access API\" permissions enabled. Create an API Only User with the \"API Only Role\" assigned. Create a Custom Service to generate Client ID and Client Secret credentials. A paid Zapier account. Marketo is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Marketo to Zapier To create an app connection to Marketo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Marketo . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Client ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Marketo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495982117901-How-to-get-started-with-Marketo-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Marketo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496045714445-Common-Problems-with-Marketo-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Marketo on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Marketo How to get started with Marketo on Zapier Updated April 10, 2026 17:03 Marketo and Zapier connect to automate your marketing work. You can trigger actions when new leads are created or forms are submitted and create or update leads in lists. Available on plans: Free Professional Team Enterprise Prerequisites To use the Marketo app on Zapier, you must have: Admin access to your Marketo instance to create API roles, users, and custom services. Prepare your Marketo account with the following : Create an API Only Role with all \"Access API\" permissions enabled. Create an API Only User with the \"API Only Role\" assigned. Create a Custom Service to generate Client ID and Client Secret credentials. A paid Zapier account. Marketo is a premium app on Zapier. Connect Marketo to Zapier To create an app connection to Marketo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Marketo . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Client ID : Enter your Marketo API Client ID . Client Secret : Enter your Marketo API Client Secret . REST API Endpoint URL : Enter your Marketo Base or API Endpoint URL . Learn where to find your Base URL . Click Yes, Continue to Marketo . Your Marketo account is now successfully connected to Zapier. About Marketo's app Triggers, searches, and actions Triggers New Form Submission - Triggers when a new form is submitted. (Polling) New Program - Triggers when a new program is created. (Polling) Updated Lead - Triggers when a lead is updated. (Polling) New Lead - Triggers when a new lead is created. (Polling) New Self-Service Flow Action (SSFS) - Triggers when a configured Self-service Flow Action delivers leads. (Instant) Searches Find Lead - Finds a lead whose e-mail address matches the search criteria. Find or Create Company - Find or Create Company Find Company - Finds a company whose name matches the search criteria. Find Lead by Field - Finds a lead based on a specified field and value. Find or Create Lead - Find or Create Lead Actions Create or Update Company - Creates or Updates a company. API Request (Beta) - This is an advanced action which makes a raw HTTP request th"
|
|
},
|
|
"web-search-by-zapier": {
|
|
"slug": "web-search-by-zapier",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Search the web in your workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44452375267853-Search-the-web-in-your-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 20, 2026 13:10 Web Search by Zapier lets you search Google and return up to 20 results, each with a title, URL, and snippet. You can use it as an action in a Zap, a tool for an Agent, or through Zapier MCP. Beta Web Search by Zapier is a beta feature. It's available for use, but still in active development and may change. Add a Web Search action Search for and select Web Search by Zapier . Select the Search the Web event. Set up your Web Search action In the Search Query field, enter or map what you'd like to search for. For example, best project management tools 2026 . In the Number of Results field, choose how many results to return (1\u201320). The default is 10. You can map data from a previous step into the Search Query field to create dynamic searches. For example, map a company name from a CRM trigger to automatically search for information about new leads. Output If the search is successful, Web Search returns an array of results. Each result includes: Title : the page title URL : the page link Snippet : a short preview of the page content Position : the result's rank in the search results (1, 2, 3, etc.) Because Web Search returns multiple results, you can use a Looping by Zapier step to process each result individually. For example, loop through results and use Web Reader by Zapier to read the full content of each page. Limitations Web Search queries Google. Results depend on Google's index and ranking. Some search results may point to pages that block scraping through robots.txt . Web Search returns publicly available results. It cannot access content behind logins or paywalls. Each search counts as one task in your Zapier plan."
|
|
},
|
|
"read-ai": {
|
|
"slug": "read-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Read AI app on Zapier, you must have: A Read AI account (free or paid). Find your Read AI credentials To find your API key: Log into your Read AI account. Navigate to your account settings. Find or generate your API key . Copy the key."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Read AI to Zapier To create an app connection to Read AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Read AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Read AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17910884677901-How-to-get-started-with-Read-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Read AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Read AI How to get started with Read AI on Zapier Updated May 12, 2026 11:48 Read AI and Zapier connect to automate your meeting intelligence workflows. You can trigger actions when meetings are completed and access meeting summaries, transcripts, and insights. Prerequisites To use the Read AI app on Zapier, you must have: A Read AI account (free or paid). Find your Read AI credentials To find your API key: Log into your Read AI account. Navigate to your account settings. Find or generate your API key . Copy the key. Connect Read AI to Zapier To create an app connection to Read AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Read AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Read AI API key . Click Yes, Continue to Read AI . Your Read AI account is now successfully connected to Zapier. About Read AI's app Triggers, searches, and actions Triggers New Meeting Notes (Instant) - Triggers when notes (summary, action items, etc) are available for a new meeting. Searches No searches available for this app. Actions No actions available for this app. Templates View all of Read AI's templates Additional Read AI resources Zapier's Read AI integration page Read AI's Zapier integration guide"
|
|
},
|
|
"mandrill": {
|
|
"slug": "mandrill",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mailchimp Transactional app on Zapier, you must have: A Mailchimp account with Standard plan or higher. Transactional Email add-on enabled in your Mailchimp account (purchased separately in blocks of 25,000 emails). Owner or Admin user level permissions in your Mailchimp account to access and manage Transactional Email settings."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Mailchimp Transactional to Zapier To create an app connection to MailChimp Transactional on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mandrill . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mailchimp Transactional on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496001991053-How-to-get-started-with-Mailchimp-Transactional-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common Problems with Mailchimp Transactional",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495922636557-Common-Problems-with-Mailchimp-Transactional"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mailchimp Transactional on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Mailchimp Transactional How to get started with Mailchimp Transactional on Zapier Updated January 23, 2026 15:58 Mailchimp Transactional and Zapier connect to automate email workflows. You can trigger actions when webhooks are received and send emails or templates. Prerequisites To use the Mailchimp Transactional app on Zapier, you must have: A Mailchimp account with Standard plan or higher. Transactional Email add-on enabled in your Mailchimp account (purchased separately in blocks of 25,000 emails). Owner or Admin user level permissions in your Mailchimp account to access and manage Transactional Email settings. Connect Mailchimp Transactional to Zapier To create an app connection to MailChimp Transactional on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mandrill . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , e nter your Mandrill API Key . Click Yes, Continue to Mandrill . Your MailChimp Transactional account is now successfully connected to Zapier. Create a Mandrill API key To create your API Key in your Mailchimp Transactional account: Log into your Mailchimp Transactional account. Go to: https://us5.admin.mailchimp.com/account/api/ . Click Create A Mandrill API Key . In the new window, click + add API key . Copy your API key. About Mailchimp Transactional's app Triggers, searches, and actions Triggers New Catch Hook - Catch and trigger off of any webhook that Mandrill sends. (Instant) Searches No search actions available for this app. Actions Send Template - Send an email via a template. Send Email - Send an email through Mandrill's system! API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations T otal message size cannot exceed 25MB when including attachments. Messages can only be scheduled up to one year from the scheduling date - source Templates View all of Mailchimp Transactional's templates . Use cases A guide to email marketing automation: best practices and automated workflows 4 ways to automate Formidable Forms Optimize your ads with automation Automatic workflows to get the most out of "
|
|
},
|
|
"netsuite": {
|
|
"slug": "netsuite",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the NetSuite app on Zapier, you must have: A NetSuite account with the appropriate roles and permissions . The Zapier Automation SuiteApp installed and API settings enabled by your NetSuite administrator. Learn more about NetSuite administrator prerequisites for Zapier connection . Your NetSuite Account ID. A paid Zapier plan. NetSuite is a premium app . Note Your NetSuite administrator must complete a one-time setup before you can connect. Ask your administrator to review the NetSuite administrator prerequisites . Find your Account ID Log into NetSuite. Go to Setup > Company > Company Information . Your Account ID is listed on the Company Information page. Learn more about NetSuite's Account ID ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect NetSuite to Zapier Choose the connection method that fits",
|
|
"connect NetSuite to Zapier . Choose your authentication method NetSuite offers two authentication methods for connecting to Zapier. Choose the method that fits your organization's security preferences. Method Description Setup required Zapier's App Users authorize using the Zapier Automation SuiteApp. Users only need their Account ID to connect. Complete steps 1-3 Custom Credentials Users connect using credentials you provide (Token ID/Secret or Client ID/Secret). Gives you more control over the integration. Complete steps 1-3, plus steps 4 and/or 5 1. Install the Zapier Automation SuiteApp The Zapier Automation SuiteApp must be installed from the SuiteApp Marketplace before users can connect NetSuite to Zapier. View the Zapier Automation SuiteApp in the SuiteApp Marketplace . Follow the instructions to install a SuiteApp from the SuiteApp Marketplace . 2. Enable NetSuite API settings Enable the required SuiteCloud features for the Zapier integration. Log in to NetSuite as an administrator. Go to Setup > Company > Enable Features . Click the SuiteCloud tab. Ensure the following boxes are checked: Client SuiteScript Server SuiteScript REST Web Services Token-Based Authentication Click Save . 3. Configure role permissions Users connecting to Zapier need a role with the appropriate permissions. You can modify an existing role or create a new one. The role must have the following permissions enabled: Permission Level REST Web Services Full User Access Tokens Full SuiteAnalytics Workbook Edit Additional permissions may be required depending on the triggers and actions users want to perform. For example, to create or update sales orders, the role needs access to Sales Order records. Learn more"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with NetSuite on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28889969573773-How-to-get-started-with-NetSuite-on-Zapier"
|
|
},
|
|
{
|
|
"title": "NetSuite administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42853962942989-NetSuite-administrator-prerequisites-for-Zapier-connection"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with NetSuite on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM NetSuite How to get started with NetSuite on Zapier Updated May 12, 2026 11:48 NetSuite and Zapier connect to automate your ERP and financial workflows. You can create records, update transactions, sync customer data, and run queries. Available on plans: Free Professional Team Enterprise Prerequisites To use the NetSuite app on Zapier, you must have: A NetSuite account with the appropriate roles and permissions . The Zapier Automation SuiteApp installed and API settings enabled by your NetSuite administrator. Learn more about NetSuite administrator prerequisites for Zapier connection . Your NetSuite Account ID. A paid Zapier plan. NetSuite is a premium app . Note Your NetSuite administrator must complete a one-time setup before you can connect. Ask your administrator to review the NetSuite administrator prerequisites . Find your Account ID Log into NetSuite. Go to Setup > Company > Company Information . Your Account ID is listed on the Company Information page. Learn more about NetSuite's Account ID . Connect NetSuite to Zapier Choose the connection method that fits your organization's security preferences. Your NetSuite administrator determines which method is available to you. Zapier's App Custom Credentials Use this method if your administrator has installed the Zapier Automation SuiteApp. Go to the Apps page . Click + Add connection . Search for and select NetSuite . Click Add connection . A Connect an Account page will open. Enter your Account ID . Click Yes, Continue to NetSuite . Log in to NetSuite and select your role to complete the connection. Your NetSuite account is now successfully connected to Zapier. Use this method if your administrator has provided you with custom credentials (Token ID and Token Secret, or Client ID and Client Secret). Go to the Apps page . Click + Add connection . Search for and select NetSuite . Click Add connection . A Connect an Account page will open. Enter your Account ID . If using token-based authentication, enter your Token ID and Token Secret in the advanced fields. If using a custom integration record, enter your Client ID and Client Secret in the advanced fields. Click Yes, Continue to NetSuite . Log in to NetSuite and select your role to complete the connection (if prompted)"
|
|
},
|
|
"jotform-enterprise": {
|
|
"slug": "jotform-enterprise",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jotform Enterprise app on Zapier, you must have: A Jotform Enterprise plan subscription."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Jotform Enterprise to Zapier To create an app connection to Jotform Enterprise on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jotform Enterprise . Click Add connection . A Connect an Account page will open in a browser tab or window. Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Jotform Enterprise on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496145893133-How-to-get-started-with-Jotform-Enterprise-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Jotform Enterprise values are missing or incorrect",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496167459469-Jotform-Enterprise-values-are-missing-or-incorrect"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Jotform Enterprise on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Jotform Enterprise How to get started with Jotform Enterprise on Zapier Updated November 03, 2025 14:18 Jotform Enterprise and Zapier connect to automate form workflows. You can trigger actions when new submissions are received and create new submissions. Prerequisites To use the Jotform Enterprise app on Zapier, you must have: A Jotform Enterprise plan subscription. Connect Jotform Enterprise to Zapier To create an app connection to Jotform Enterprise on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jotform Enterprise . Click Add connection . A Connect an Account page will open in a browser tab or window. Enter your Jotform Enterprise company URL . Click Yes, Continue to Jotform Enterprise . Log into Jotform Enterprise to authenticate. Grant Zapier permission to access your account if prompted to. Your Jotform Enterprise account is now successfully connected to Zapier. About Jotform Enterprise's app Triggers, searches, and actions Triggers New Submission (Polling) - Triggers when a new submission has been added to a specific form. Searches No search actions are available for Jotform Enterprise. Actions Assign Prefilled Form - Invite assignees to complete your pre-populated form Assign Form - Invite assignees to complete your form Create Submission - Generate a new submission for your form Limitations While Jotform Enterprise has no daily API call limits, the API has a maximum of 1000 submissions that can be retrieved in a single API call. Templates View all of Jotform Enterprise's templates . Use cases 5 ways to automate Jotform How to automatically add new Jotform responses to Excel How to connect Jotform to Salesforce and automatically send leads to your CRM How to automatically save Jotform responses in Google Sheets Your guide to form and survey automation Additional Jotform Enterprise resources Zapier's Jotform Enterprise integration page Jotform Enterprise's Help Center Jotform Enterprise's API documentation"
|
|
},
|
|
"microsoft-exchange": {
|
|
"slug": "microsoft-exchange",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Microsoft Exchange",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495934681741-How-to-Get-Started-with-Microsoft-Exchange"
|
|
},
|
|
{
|
|
"title": "Common Problems with Microsoft Exchange",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495934718477-Common-Problems-with-Microsoft-Exchange"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 05, 2024 17:18 When you start creating a Microsoft Exchange Zap, you will be asked to connect your Microsoft Exchange account. You\u2019ll now be asked to log into your Microsoft Exchange account (unless you are already logged in). Finally, you will be asked to give Zapier permission to access your account. Click \"Yes\u201d to continue. If all steps were successful your Microsoft Exchange account will now be successfully connected."
|
|
},
|
|
"pinterest": {
|
|
"slug": "pinterest",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Pinterest app on Zapier, you must have: A Pinterest account. A paid Zapier plan. Pinterest is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Pinterest to Zapier To create an app connection to Pinterest on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pinterest . Click Add connection . A new browser tab or window will open. Log into Pinterest to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Pinterest on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495978927757-How-to-get-started-with-Pinterest-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Common problems with Pinterest on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496027360781-Common-problems-with-Pinterest-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Pinterest on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Pinterest How to get started with Pinterest on Zapier Updated April 10, 2026 17:04 Pinterest and Zapier connect to automate your social media. You can trigger actions when new pins or boards are created and create new pins automatically. Available on plans: Free Professional Team Enterprise Prerequisites To use the Pinterest app on Zapier, you must have: A Pinterest account. A paid Zapier plan. Pinterest is a premium app on Zapier. Connect Pinterest to Zapier To create an app connection to Pinterest on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pinterest . Click Add connection . A new browser tab or window will open. Log into Pinterest to authenticate. Grant Zapier permission to access your account if prompted to. Your Pinterest account is now successfully connected to Zapier. About Pinterest's app Triggers, searches, and actions Triggers New Board - Triggers when you create a new board. Note that a \"secret\" board will not trigger your Zap. (Polling) New Pin - Triggers when a new Pin is added to a board. (Polling) New Follower - Triggers when you get a new follower. (Polling) Searches No search actions available for Pinterest. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create Pin - Creates a new Pin on the board you specify. Limitations Rate limiting applies . Pinterest has strict rate limits that can cause \"rate limit exceeded\" errors. Trial access is limited to 1,000 requests per day, while Standard access allows 100 requests per second per user per app with category-specific limits. Templates View all of Pinterest's templates . Use cases 4 Pinterest automation ideas Automatically post new Shopify store items to Pinterest How to automatically share Instagram photos on Pinterest Additional Pinterest resources Zapier's Pinterest integration page Pinterest's Help Center Pinterest's API documentation"
|
|
},
|
|
"perplexity": {
|
|
"slug": "perplexity",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Perplexity app on Zapier, you must have: A Perplexity account. A Perplexity API key . If you are a Member, you'll need to ask an Admin to create one for you. A credit card added to your Perplexity API account for pay-per-use billing . Sufficient API credits in your Perplexity account (API usage is charged based on tokens and requests according to the pricing model)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Perplexity to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Perplexity . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Perplexity on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38981240588429-How-to-get-started-with-Perplexity-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Perplexity on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Perplexity How to get started with Perplexity on Zapier Updated August 21, 2025 10:30 Perplexity and Zapier connect to automate AI-powered responses. You can trigger chat completions when new data arrives and generate smart answers. Prerequisites To use the Perplexity app on Zapier, you must have: A Perplexity account. A Perplexity API key . If you are a Member, you'll need to ask an Admin to create one for you. A credit card added to your Perplexity API account for pay-per-use billing . Sufficient API credits in your Perplexity account (API usage is charged based on tokens and requests according to the pricing model). Connect Perplexity to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Perplexity . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Perplexity API key . Click Yes, Continue to Perplexity . Your Perplexity account is now successfully connected to Zapier. About Perplexity's app Triggers, searches, and actions Triggers No triggers are available for Perplexity. Searches No searches are available for Perplexity. Actions Chat Completion - Generates a model's response for the given chat conversation. This is an event a Zap performs. (Write - Create a new record or update an existing record in your app) Limitations Rate limits are enforced based on usage tiers , with new accounts (Tier 0) limited to only 5 requests per minute for sonar-deep-research and 50 requests per minute for other models. When rate limits are exceeded, requests are rejected with a 429 \"Too Many Requests\" error and limits reset every minute. Templates View all of Perplexity's templates . Use cases 6 ways to automate Perplexity Additional Perplexity resources Zapier's Perplexity integration page Perplexity's Help Center Perplexity's API documentation"
|
|
},
|
|
"zoho-invoice": {
|
|
"slug": "zoho-invoice",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zoho Invoice on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23312747245965-How-to-get-started-with-Zoho-Invoice-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zoho Invoice on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Zoho Invoice How to get started with Zoho Invoice on Zapier Updated January 18, 2024 16:08 Connect to Zoho Invoice on Zapier Zoho Invoice uses OAuth to authenticate your account on Zapier. Log into Zoho Invoice to authenticate. Grant Zapier permission to access your account if prompted to. About Zoho Invoice's app Are self-hosted or cloud-hosted accounts supported? Cloud-hosted accounts only You can still use your Zoho Books account with the Zoho Invoice app. Is a paid Zoho Invoice plan required? No Are any special account permissions required? No Are there usage limits? Yes Depending on the Zoho Invoice plan you have, your API limit will vary. Learn more about Zoho Invoice's usage limits . Are there pagination limits? No Do trigger samples use real data from your account or generic data? Real trigger samples Are custom fields supported? No Do update actions overwrite or append to existing data? Overwrite existing data Is there any additional info? No"
|
|
},
|
|
"tiktok-conversion": {
|
|
"slug": "tiktok-conversion",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Track TikTok Conversions for free with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35764798061453-Track-TikTok-Conversions-for-free-with-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:15 Beginning April 14, 2025, when you use the TikTok Conversions app in a Zap, action steps will not count toward your task usage . Action steps that use other apps will still count towards your task usage. This means you can use Send Lead Event action for free, up to a maximum of 100,000 tasks per Zapier account . All other plan features, including rate limits , still apply. This offer is available to all Zapier users. How do I get this offer? To start getting free tasks for TikTok Conversions, all you need to do is create a Zap that includes the TikTok Conversions Send Lead Event action. Tasks for that action are free up to a maximum of 100,000 per month. FAQs What is a task? A task is an action your Zap successfully completes. For example, if your Zap has an action to create new Google Contacts, each contact that is created will count as one task. Learn more about tasks in Zapier . How long is this offer available? There is currently no planned end date for this offer's availability. Should an end date be set, impacted users will receive an email notice from Zapier at least 60 days before any changes take effect. How are multi-step Zap workflows handled? In Zap workflows with multiple action steps, only steps that send tasks to TikTok Conversions will be exempted from your plan's quota. Tasks for other apps will still count towards your task usage . Triggers do not count toward your task usage. Example If your Zap contains: A Slack action A TikTok Conversions action Running that Zap will consume 1 task against your plan quota (the Slack action), with the other task (the TikTok Conversions action) exempt. What happens to my Zap workflows if I use all of my tasks during a billing cycle? Steps that use the TikTok Conversions app will not count towards your task usage , regardless of your Zapier plan. If you run out of tasks during a billing cycle: If your Zap only uses TikTok Conversions actions, the Zap will continue to run. If your Zap contains apps other than TikTok Conversions, the Zap will: run a TikTok Conversions action step if it is the first step in the Zap and any subsequent TikTok Conversions action steps that follow directly afterward. not run action steps that use any other app. not run TikTok Conversions action steps that come after an action step that uses any other app. If your Zap does not include a TikTok Conversions step, all action steps will be held . All other plan limits, including rate limits , still apply. E"
|
|
},
|
|
"snowflake": {
|
|
"slug": "snowflake",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Snowflake integration on Zapier, you must have: A Snowflake cloud-hosted account. Self-hosted accounts are not supported. Access control permissions in Snowflake. Your Snowflake account identifier, Client ID, and Client Secret. Find your Snowflake credentials To"
|
|
],
|
|
"connect_steps": [
|
|
"connect Snowflake to Zapier, you'll need your: Account identifier :"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Snowflake on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/13872142076173-How-to-get-started-with-Snowflake-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Snowflake on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Snowflake How to get started with Snowflake on Zapier Updated August 10, 2026 10:41 Snowflake and Zapier connect to automate your data warehouse workflows. You can trigger Zap workflows when rows are created or updated, execute SQL commands, and sync data across your apps. Prerequisites To use the Snowflake integration on Zapier, you must have: A Snowflake cloud-hosted account. Self-hosted accounts are not supported. Access control permissions in Snowflake. Your Snowflake account identifier, Client ID, and Client Secret. Find your Snowflake credentials To connect Snowflake to Zapier, you'll need your: Account identifier : Your Snowflake account identifier, which typically includes your organization and account name (for example, xy12345.us-east-1 ). Client ID and Client Secret : To create OAuth credentials, refer to Snowflake's OAuth documentation . Optional: MFA token If you have multi-factor authentication (MFA) enabled on your Snowflake account, you'll need to provide the MFA token from your authenticator app (such as Duo) when connecting. Learn more about setting up MFA in Snowflake . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Snowflake instance requires IP allowlisting. Connect Snowflake to Zapier To create an app connection to Snowflake on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Snowflake . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following required fields: Account : Enter your Snowflake account identifier. Client ID : Enter your OAuth Client ID. Client Secret : Enter your OAuth Client Secret. (Optional) Complete the following optional fields: MFA Token : Enter your MFA token if you have multi-factor authentication enabled. Role : Enter a specific role to use for the connection. Database : Enter a default database. Warehouse : Enter a default warehouse. Schema : Enter a default schema. Click Yes, Continue to Snowflake . Your Snowflake account is now successfully connected to Zapier. About Snowflake's app Triggers, searches, and actions Triggers New or Updated Row : Triggers when a row is created or upda"
|
|
},
|
|
"connectwise-manage": {
|
|
"slug": "connectwise-manage",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the ConnectWise Manage app on Zapier, you must have: An active ConnectWise Manage account. API Member credentials created within ConnectWise Manage, including both Public and Private API keys generated through System Members API Members. Proper security role permissions configured for the API member to access the required ConnectWise Manage modules (Companies, Contacts, Tickets, Projects) based on your integration needs. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your ConnectWise Manage instance requires IP allowlisting. Connect ConnectWise Manage to Zapier To create an app connection to ConnectWise Manage on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ConnectWise Manage . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Company : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ConnectWise Manage on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859374218253-How-to-get-started-with-ConnectWise-Manage-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ConnectWise Manage on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM ConnectWise Manage How to get started with ConnectWise Manage on Zapier Updated August 10, 2026 10:41 ConnectWise Manage (PSA) and Zapier connect to automate your business management. You can trigger actions when tickets or contacts are updated and create new tickets, companies, or contacts. Prerequisites To use the ConnectWise Manage app on Zapier, you must have: An active ConnectWise Manage account. API Member credentials created within ConnectWise Manage, including both Public and Private API keys generated through System Members API Members. Proper security role permissions configured for the API member to access the required ConnectWise Manage modules (Companies, Contacts, Tickets, Projects) based on your integration needs. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your ConnectWise Manage instance requires IP allowlisting. Connect ConnectWise Manage to Zapier To create an app connection to ConnectWise Manage on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ConnectWise Manage . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Company : Enter your ConnectWise Manage company identifier . Public Key : Enter your API public key . Private Key : Enter your API private key . Site : Enter your ConnectWise Manage server URL . Click Yes, Continue to ConnectWise Manage . Your ConnectWise Manage account is now successfully connected to Zapier. About ConnectWise Manage's app Triggers, searches, and actions Triggers New/Updated Contact (Instant) - Triggers when a contact is created or updated. New/Updated Project (Instant) - Triggers when a project is created or updated. New Territory (Polling) - Triggers when a new territory is created. New Ticket Note (Polling) - Triggers when a new ticket note is created. New/Updated Ticket (Instant) - Triggers when a service ticket is created and/or updated. Searches Find Contact - Find a contact by name, email, or other parameter. Find Ticket - Find a ticket by ID, Summary, or other parameter. Find Contact - Find a contact by name, email, or other parameter. Optionally, cre"
|
|
},
|
|
"bigcommerce": {
|
|
"slug": "bigcommerce",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the BigCommerce app on Zapier, you must have: A paid BigCommerce plan (Standard, Plus, Pro, or Enterprise). Store Owner permissions in BigCommerce to create the required API credentials for Zapier. A Store API account created in BigCommerce with appropriate OAuth scopes configured for the data you want to sync with Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect BigCommerce to Zapier To create an app connection to BigCommerce on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BigCommerce . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Store hash : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Bigcommerce",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495986694029-Common-Problems-with-Bigcommerce"
|
|
},
|
|
{
|
|
"title": "How to get started with BigCommerce on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495923291661-How-to-get-started-with-BigCommerce-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Bigcommerce – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce BigCommerce Common Problems with Bigcommerce Updated March 05, 2026 12:40 Custom Field Support We don't have support for custom fields with BigCommerce at this point in time. New Order trigger is trigging on orders that didn't go through BigCommerce will send all orders, including orders that are marked as incomplete. BigCommerce considers orders where the user got to the payment page but didn't successfully check out as incomplete. You can read more about that here . If you only want complete orders to trigger the zap, you can add a filter to your zap that looks like this: I'm having troubles connecting my BigCommerce account As of July 2018, legacy API accounts have been deprecated. It is recommended to move to Store API Accounts. More information can be found here: https://support.bigcommerce.com/articles/Public/Legacy-API-Accounts"
|
|
},
|
|
"browse-ai": {
|
|
"slug": "browse-ai",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect Browse AI to Zapier. Are there any API token limits in Browse AI when I use Browse AI with Zapier? No, there are no token limits when using Browse AI with Zapier. Are there any webhook subscription limits in Browse AI when I use Browse AI with Zapier? Browse AI doesn't have any webhook subscription limits when you use Browse AI with Zapier. Are custom fields in Browse AI supported when I use Browse AI with Zapier? Yes, Browse AI supports custom fields. Does Browse AI use real trigger samples from my Browse AI account? Yes, Browse AI provides real trigger samples from your Browse AI account. What kind of Browse AI hosted account can I use with Zapier? Browse AI's Zapier integration supports cloud-hosted accounts only. Connecting with Browse AI When you create a Browse AI Zap, you'll be asked to log in to your Browse AI account (unless you are already logged in). Finally, you will be asked to give Zapier permission to access your account. Click Accept to continue. If all steps were successful, your Browse AI account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Browse AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496166479117-How-to-Get-Started-with-Browse-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:41 About Browse AI's Integration What kind of authentication does Browse AI use? Browse AI uses OAuth. Do I need a paid Browse AI account to use Browse AI with Zapier? You don't need a specific Browse AI plan to use Browse AI with Zapier. Do I need special account permissions in Browse AI to use Browse AI with Zapier? There aren't any specific Browse AI account permissions to connect Browse AI to Zapier. Are there any API token limits in Browse AI when I use Browse AI with Zapier? No, there are no token limits when using Browse AI with Zapier. Are there any webhook subscription limits in Browse AI when I use Browse AI with Zapier? Browse AI doesn't have any webhook subscription limits when you use Browse AI with Zapier. Are custom fields in Browse AI supported when I use Browse AI with Zapier? Yes, Browse AI supports custom fields. Does Browse AI use real trigger samples from my Browse AI account? Yes, Browse AI provides real trigger samples from your Browse AI account. What kind of Browse AI hosted account can I use with Zapier? Browse AI's Zapier integration supports cloud-hosted accounts only. Connecting with Browse AI When you create a Browse AI Zap, you'll be asked to log in to your Browse AI account (unless you are already logged in). Finally, you will be asked to give Zapier permission to access your account. Click Accept to continue. If all steps were successful, your Browse AI account will be connected."
|
|
},
|
|
"google-groups": {
|
|
"slug": "google-groups",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Groups app on Zapier, you must have: A paid Zapier account. Google Groups is a premium app on Zapier. A Google Workspace account with Google Groups for Business enabled. Domain administrator privileges or Groups administrator role in Google Workspace."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Groups to Zapier To create an app connection to Google Groups on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Groups . Click Add connection . A new browser tab or window will open. Log into Google Groups to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Groups on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496035701389-How-to-get-started-with-Google-Groups-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Groups on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Google Groups How to get started with Google Groups on Zapier Updated April 10, 2026 17:03 Google Groups and Zapier connect to automate group management. You can add members to groups and create new groups when forms are submitted. Available on plans: Free Professional Team Enterprise Prerequisites To use the Google Groups app on Zapier, you must have: A paid Zapier account. Google Groups is a premium app on Zapier. A Google Workspace account with Google Groups for Business enabled. Domain administrator privileges or Groups administrator role in Google Workspace. Connect Google Groups to Zapier To create an app connection to Google Groups on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Groups . Click Add connection . A new browser tab or window will open. Log into Google Groups to authenticate. Grant Zapier permission to access your account if prompted to. Your Google Groups account is now successfully connected to Zapier. About Google Groups's app Triggers, searches, and actions Triggers No triggers available for Google Groups. Searches No searches available for Google Groups. Actions Add Group Email Alias - Adds a new email alias for a group. Create or Update Group - Creates or updates a group. Add Member to Group - Adds a new member to a group. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Third-party apps like Zapier must be explicitly marked as trusted in Google Workspace Admin Console under Security \u2192 API Controls \u2192 App Access Control. Subject to Google Groups Settings API rate limits of up to 100,000 queries per day. Templates View all of Google Groups's templates . Additional Google Groups resources Zapier's Google Groups integration page Google Groups's Help Center Google Groups's API documentation"
|
|
},
|
|
"amazon-seller-central": {
|
|
"slug": "amazon-seller-central",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon Seller Central app on Zapier, you must have: An active Amazon Seller Central account with a Professional selling plan. Your Amazon Seller Central account must be in the North American region (US, Canada, or Mexico). A paid Zapier plan. Amazon Seller Central is a premium app on Zapier. Note This integration only works for sellers in the North American region. If you're outside of the North American region, you cannot connect. Contact Amazon's Marketplace service team to register your interest in adding additional regions."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon Seller Central to Zapier Amazon Seller Central uses OAuth to authenticate"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Amazon Seller Central on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496049356557-Common-Problems-with-Amazon-Seller-Central-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Amazon Seller Central on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496049319437-How-to-get-started-with-Amazon-Seller-Central-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Amazon Seller Central on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Amazon Seller Central Common Problems with Amazon Seller Central on Zapier Updated March 05, 2026 12:40 \"New Order\" Trigger is not triggering This can happen sometimes if the trigger field for \"Order Status\" is set to \"Unshipped\". If you receive a new Unshipped order and its status changes to Shipped before Zapier has had time to poll for new Unshipped orders, we'll miss it. To fix this, you'll need to wait 5 or 15 minutes (depending on your Zapier plan's polling interval) after a new order has been marked as Unshipped before the order status can be changed to anything else. Another fix here would be to change the \"Order Status\" trigger field to \"Shipped\" in your Zap. Assuming that this fits your workflow, the Shipped status is going to be more reliable since it is not a temporary status like Unshipped. Customer information isn't available within the Zap editor Due to restrictions with Amazon's API, it's not possible to access PII (personal) data from the Amazon platform such as email address, street address, phone number, etc. Amazon is currently limiting this personal data to certain apps that are considered to be first-party applications involved in the fulfilment of sales on their platform. We do have this as a feature request to have this data available on Zapier, so if you wish to be added to this list contact support ."
|
|
},
|
|
"quickbase": {
|
|
"slug": "quickbase",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Quickbase app on Zapier, you must have: An active Quickbase account with at least a Team plan or higher. Appropriate permissions in Quickbase to access the apps you want to integrate. You must be provisioned with a Quickbase role that has at least Basic Access application permissions. IP filtering disabled for your realm or app. A paid Zapier account. Quickbase is a premium app on Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Quickbase to Zapier To create an app connection to Quickbase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Quickbase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: User Token : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Quickbase on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39882422085389-How-to-get-started-with-Quickbase-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Quickbase on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Quickbase How to get started with Quickbase on Zapier Updated April 10, 2026 17:04 Quickbase and Zapier connect to automate your work. You can trigger actions when new records are created and create new records in tables. Available on plans: Free Professional Team Enterprise Prerequisites To use the Quickbase app on Zapier, you must have: An active Quickbase account with at least a Team plan or higher. Appropriate permissions in Quickbase to access the apps you want to integrate. You must be provisioned with a Quickbase role that has at least Basic Access application permissions. IP filtering disabled for your realm or app. A paid Zapier account. Quickbase is a premium app on Zapier. Connect Quickbase to Zapier To create an app connection to Quickbase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Quickbase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: User Token : Enter your Quickbase User Token . Learn more on creating Quickbase user tokens . Realm : Enter your Quickbase realmn subdomain (e.g., if your realmn subdomain is mycompany.quickbase.com , enter mycompany ). Click Yes, Continue to Quickbase . Your Quickbase account is now successfully connected to Zapier. About Quickbase's app Triggers, searches, and actions Triggers New Record (Polling) - Triggers when a new record is created. New or Updated Record (Polling) - Triggers when a new or updated record is created. Searches Find Record - Finds an existing record. Find or Create Record - Finds an existing record. Actions Create Record - Creates a new record in a Quick Base table. Delete Record - Deletes a record in a Quick Base table. Create / Update Records From Array - Creates or updates records in a Quick Base table based off a provided merge field. Be aware all mapped fields will be over written with values. Update Record - Updates a record in a Quick Base table. Limitations API rate limits apply . RESTful API has inbound limits of 100 requests per 10 seconds per user token. Templates View all of Quickbase's templates . Additional Quickbase resources Zapier's Quickbase integration page Quickbase's Help Center Quickba"
|
|
},
|
|
"iterable": {
|
|
"slug": "iterable",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Iterable app on Zapier, you must have: An active Iterable account (free trial or paid plan available). A server-side API key created in your Iterable account with appropriate permissions for the actions you want to perform. Administrative privileges or \"Manage Integrations\" project permission in your Iterable account to create API keys."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Iterable to Zapier To create an app connection to Iterable on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Iterable . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Iterable on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41198877977869-How-to-get-started-with-Iterable-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Iterable on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Iterable How to get started with Iterable on Zapier Updated November 17, 2025 15:03 Iterable and Zapier connect to automate email marketing workflows. You can create users and track events from form submissions and update user data. Prerequisites To use the Iterable app on Zapier, you must have: An active Iterable account (free trial or paid plan available). A server-side API key created in your Iterable account with appropriate permissions for the actions you want to perform. Administrative privileges or \"Manage Integrations\" project permission in your Iterable account to create API keys. Connect Iterable to Zapier To create an app connection to Iterable on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Iterable . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field enter your server-side API key from Iterable. Click Yes, Continue to Iterable . Your Iterable account is now successfully connected to Zapier. About Iterable's app Triggers, searches, and actions Triggers No triggers available for Iterable. Searches No searches available for Iterable. Actions Create a User - Add new user profile data. Track a Purchase - Tracks when a user makes a purchase. Also clears shoppingCartItems on the user profile. Update a User - Update user profile data. Track Event - Create a custom event. Update a User's Shopping Cart Items - Update the \"shoppingCartItems\" field on the user profile with shopping cart items. User profile is updated if it already exists (created otherwise). API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limits apply to various API endpoints . Different endpoints have different rate limits (e.g., 100 requests/second for campaigns, 10 requests/minute for campaign metrics, 1000 requests/second for catalog items). Zapier actions require an email field since Iterable's action steps need an email address for user identification. Templates View all of Iterable's templates . Use cases 3 ways to automate Iterable Additional Iterable resources Zapier's Iterable integration page Iterable's Help Center Iterable's API do"
|
|
},
|
|
"sftp-by-zapier": {
|
|
"slug": "sftp-by-zapier",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the SFTP by Zapier app on Zapier, you must have: An SFTP server with remote access enabled. SFTP server credentials: hostname (or IP address), port number, username, and password or SSH private key. Network access to your SFTP server from Zapier's IP addresses. If your server is behind a firewall, you may need to allowlist Zapier's IP addresses. Find your SFTP server credentials To"
|
|
],
|
|
"connect_steps": [
|
|
"connect your SFTP server to Zapier, you need the following information: Credential Description Host The hostname or IP address of your SFTP server (e.g., sftp.example.com or 192.168.1.1) Port The port number for SFTP connections (default is 22) Username Your SFTP account username Password Your SFTP password (required if not using SSH key authentication) Private Key Your SSH private key (required if not using password authentication) You must provide at least a password or an SSH private key for authentication. You can also provide both. Contact your server administrator or hosting provider if you do not have these credentials. Allowlist Zapier's IP addresses For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your SFTP server requires IP allowlisting. Connect SFTP by Zapier to Zapier To create an app connection to SFTP by Zapier on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SFTP by Zapier . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Host : Enter your SFTP server's hostname or IP address. Username : Enter your SFTP username. Port Number : (Optional) Enter your SFTP server's port number. Defaults to 22 if left blank. Password : Enter your SFTP password. Private Key : Paste your SSH private key. Click Yes, Continue to SFTP by Zapier . Your SFTP server is now successfully connected to Zapier. Note Zapier cannot access files on your local computer. Files must be stored on your SFTP server for Zapier to access them. If you need to work with local files, first upload them to your SFTP server."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with SFTP by Zapier on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42877020336525-How-to-get-started-with-SFTP-by-Zapier-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with SFTP by Zapier on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Zapier tools Storing & consolidating data How to get started with SFTP by Zapier on Zapier Updated August 10, 2026 10:41 SFTP by Zapier connects your SFTP (Secure File Transfer Protocol) server to Zapier for automated file management. You can trigger Zap workflows when files are added or updated on your server, and upload or download files between your SFTP server and other apps. Prerequisites To use the SFTP by Zapier app on Zapier, you must have: An SFTP server with remote access enabled. SFTP server credentials: hostname (or IP address), port number, username, and password or SSH private key. Network access to your SFTP server from Zapier's IP addresses. If your server is behind a firewall, you may need to allowlist Zapier's IP addresses. Find your SFTP server credentials To connect your SFTP server to Zapier, you need the following information: Credential Description Host The hostname or IP address of your SFTP server (e.g., sftp.example.com or 192.168.1.1) Port The port number for SFTP connections (default is 22) Username Your SFTP account username Password Your SFTP password (required if not using SSH key authentication) Private Key Your SSH private key (required if not using password authentication) You must provide at least a password or an SSH private key for authentication. You can also provide both. Contact your server administrator or hosting provider if you do not have these credentials. Allowlist Zapier's IP addresses For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your SFTP server requires IP allowlisting. Connect SFTP by Zapier to Zapier To create an app connection to SFTP by Zapier on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SFTP by Zapier . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Host : Enter your SFTP server's hostname or IP address. Username : Enter your SFTP username. Port Number : (Optional) Enter your SFTP server's port number. Defaults to 22 if left blank. Password : Enter your SFTP password. Private Key : Paste your SSH private key. Click Yes, Continue to SFTP by Zapier . Your SFTP server i"
|
|
},
|
|
"gotowebinar": {
|
|
"slug": "gotowebinar",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the GoTo Webinar app on Zapier, you must have: A paid Zapier account. GoTo Webinar is a premium app on Zapier. An active GoTo Webinar subscription."
|
|
],
|
|
"connect_steps": [
|
|
"Connect GoTo Webinar to Zapier To create an app connection to GoToWebinar on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select GoToWebinar . Click Add connection . A new browser tab or window will open. Log into GoToWebinar to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with GoTo Webinar on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40111993372301-How-to-get-started-with-GoTo-Webinar-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with GoTo Webinar on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing GoTo Webinar How to get started with GoTo Webinar on Zapier Updated April 10, 2026 17:03 GoTo Webinar and Zapier connect to automate webinar workflows. You can trigger actions when new registrants sign up and create registrants from forms. Available on plans: Free Professional Team Enterprise Prerequisites To use the GoTo Webinar app on Zapier, you must have: A paid Zapier account. GoTo Webinar is a premium app on Zapier. An active GoTo Webinar subscription. Connect GoTo Webinar to Zapier To create an app connection to GoToWebinar on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select GoToWebinar . Click Add connection . A new browser tab or window will open. Log into GoToWebinar to authenticate. Grant Zapier permission to access your account if prompted to. Your GoToWebinar account is now successfully connected to Zapier. About GoTo Webinar's app Triggers, searches, and actions Triggers New Attendee - Triggers when a registrant completes a webinar. At that point, they are considered an attendee. (Polling) New Upcoming Webinar - Triggers when you add a new upcoming webinar. (Polling) New Registrant - Triggers when a new registrant is added to a webinar. (Polling) Searches Find Registrant - Finds an existing registrant. Find Webinar - Finds an existing webinar. Actions Remove Registrant - Removes a registrant from a webinar. Create Registrant - Create a new registrant for a webinar. Create Webinar - Create and schedule a new, single-session webinar. Limitations API rate limits apply . The GoTo Webinar API has a default rate limit of 10 requests per second, and when exceeded, returns a 429 HTTP status code. Templates View all of GoTo Webinar's templates . Use cases 5 ways to automate GoTo Webinar Your guide to webinar automation Additional GoTo Webinar resources Zapier's GoTo Webinar integration page GoTo Webinar's Help Center GoTo Webinar's API documentation"
|
|
},
|
|
"zendesk-sell": {
|
|
"slug": "zendesk-sell",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zendesk Sell app on Zapier, you must have: A Zendesk Sell Growth plan or higher. API access enabled within your Zendesk Sells account. This needs to be done by your administrator. Appropriate user permissions within Zendesk Sell to interact with relevant records (e.g., Leads, Contacts, Deals). The permissions needed will vary depending on the specific action you choose in Zapier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zendesk Sell to Zapier To create an app connection to Zendesk Sell on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zendesk Sell . Click Add connection . A new browser tab or window will open. Log into Zendesk Sell to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zendesk Sell on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495937819277-How-to-get-started-with-Zendesk-Sell-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zendesk Sell on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Zendesk Sell How to get started with Zendesk Sell on Zapier Updated January 23, 2026 15:54 Zendesk Sell and Zapier connect to automate your sales work. You can trigger actions when new leads or deals are created and create contacts or notes. Prerequisites To use the Zendesk Sell app on Zapier, you must have: A Zendesk Sell Growth plan or higher. API access enabled within your Zendesk Sells account. This needs to be done by your administrator. Appropriate user permissions within Zendesk Sell to interact with relevant records (e.g., Leads, Contacts, Deals). The permissions needed will vary depending on the specific action you choose in Zapier. Connect Zendesk Sell to Zapier To create an app connection to Zendesk Sell on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zendesk Sell . Click Add connection . A new browser tab or window will open. Log into Zendesk Sell to authenticate. Grant Zapier permission to access your account if prompted to. Your Zendesk Sell account is now successfully connected to Zapier. About Zendesk Sell's app Triggers, searches, and actions Triggers New Contact - Triggers when a new contact is created. (Polling) New Deal - Triggers when a new deal is created. (Polling) Updated Deal - Triggers when an existing deal is updated. (Polling) Updated Lead - Triggers when an existing lead is updated. (Polling) New Product in Catalog - Triggers when a new product in catalog is created. Requires Sell Enterprise Plan or higher. (Polling) Updated Contact - Triggers when an existing contact is updated. (Polling) Deal Enters New Stage - Triggers when a deal enters a new stage. (Polling) New Lead - Triggers when a new lead is created. (Polling) New Note - Triggers when a new note is created. (Polling) New Task - Triggers when a new task is created. (Polling) Searches Find Company - Finds a company by Company ID, name or email address. Find Person - Finds a person by Person ID, name or email address. Find Deal Source - Finds a deal source by ID or name. Find Lead Source - Finds a lead source by ID or name. Find Sequence - Finds a sequence by Sequence ID or name. Requires Reach add-on. Find User - Finds a user by ID, email or name. Find Contact - Finds a"
|
|
},
|
|
"livechat": {
|
|
"slug": "livechat",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LiveChat app on Zapier, you must have: An active LiveChat account (any plan including the 14-day free trial). A Personal Access Token (PAT) generated with the required scopes: tickets_read tickets_write webhooks_manage webhooks_write archives_reads archives_writes visitors_read"
|
|
],
|
|
"connect_steps": [
|
|
"Connect LiveChat to Zapier To create an app connection to LiveChat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LiveChat . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Email : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with LiveChat on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859791500301-How-to-get-started-with-LiveChat-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with LiveChat on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Support LiveChat How to get started with LiveChat on Zapier Updated January 23, 2026 14:34 LiveChat and Zapier connect to automate customer support. You can trigger actions when chats start or end and sync chat data to CRMs or sheets. Prerequisites To use the LiveChat app on Zapier, you must have: An active LiveChat account (any plan including the 14-day free trial). A Personal Access Token (PAT) generated with the required scopes: tickets_read tickets_write webhooks_manage webhooks_write archives_reads archives_writes visitors_read Connect LiveChat to Zapier To create an app connection to LiveChat on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LiveChat . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Email : Enter your LiveChat account email address . Personal Access Token Key : Enter your LiveChat API key . Click Yes, Continue to LiveChat . Your LiveChat account is now successfully connected to Zapier. About LiveChat's app Triggers, searches, and actions Triggers Chat Changed (Instant) - Triggers when the tag list for a particular chat was changed. New Chat (Instant) - Triggers when the chat is started. New Visitor in Queue (Instant) - Triggers when a visitor enters queue. Finished Chat (Instant) - Triggers when the chat is ended. New Ticket (Instant) - Triggers when the ticket is created. Searches No searches available for LiveChat in Zapier. Actions No actions available for LiveChat in Zapier. Limitations There is a limit of 2 5 access tokens per client per user account , with the oldest token being automatically revoked when the limit is reached. Templates View all of LiveChat's templates . Additional LiveChat resources Zapier's LiveChat integration page Livechat's Help Center LiveChat's API documentation"
|
|
},
|
|
"aws-lambda": {
|
|
"slug": "aws-lambda",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the AWS Lambda app on Zapier, you must have: A paid Zapier account. AWS Lambda is a premium app on Zapier. An active AWS account with access to AWS Lambda service . An IAM user created specifically for Zapier with limited permissions to Lambda only ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect AWS Lambda to Zapier To create an app connection to AWS Lambda on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select AWS Lambda . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with AWS Lambda on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495979521805-How-to-get-started-with-AWS-Lambda-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Use AWS Lambda to send data to your pre-built function",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496058923789-Use-AWS-Lambda-to-send-data-to-your-pre-built-function"
|
|
},
|
|
{
|
|
"title": "Common Problems with AWS Lambda",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496028033933-Common-Problems-with-AWS-Lambda"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with AWS Lambda on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations AWS Lambda How to get started with AWS Lambda on Zapier Updated April 10, 2026 17:03 AWS Lambda and Zapier connect to automate serverless functions. You can trigger workflows when new functions are added and invoke functions with data. Available on plans: Free Professional Team Enterprise Prerequisites To use the AWS Lambda app on Zapier, you must have: A paid Zapier account. AWS Lambda is a premium app on Zapier. An active AWS account with access to AWS Lambda service . An IAM user created specifically for Zapier with limited permissions to Lambda only . Connect AWS Lambda to Zapier To create an app connection to AWS Lambda on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select AWS Lambda . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter your AWS Access Key ID . Secret Access Key : Enter your AWS Secret Access Key . Region : Enter your AWS Region (e.g., us-east-1). Click Yes, Continue to AWS Lambda . Your AWS Lambda account is now successfully connected to Zapier. About AWS Lambda's app Triggers, searches, and actions Triggers New Function (Polling) - Triggers when a new function is added. Searches No search actions available for AWS Lambda. Actions Invoke Function (Sync) - Invokes a pre-built function synchronously and returns the result. Invoke Function (Async) - Invokes a pre-built function asynchronously providing only data. Run Code - Write Javascript code directly in your browser and execute it in a Lambda function that we provide the source for. Limitations Lambda functions cannot return data to your Zap. Templates View all of AWS Lambda's templates . Use cases Your guide to Amazon automation New Amazon Infrastructure Automation Possibilities With Zapier Additional AWS Lambda resources Zapier's AWS Lambda integration page AWS Lambda's Help Center AWS Lambda's API documentation"
|
|
},
|
|
"elevenlabs": {
|
|
"slug": "elevenlabs",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ElevenLabs app on Zapier, you must have: An active ElevenLabs account (free or paid plan). However, if using for business purposes, you'll need a commercial license available only on Starter plans or higher. An ElevenLabs API key generated from your account settings. API key restrictions configured appropriately (by default, API keys are restricted and you need to enable access to specific features). Available credits in your ElevenLabs account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ElevenLabs to Zapier To create an app connection to ElevenLabs on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ElevenLabs . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ElevenLabs on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950952769805-How-to-get-started-with-ElevenLabs-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ElevenLabs on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence ElevenLabs How to get started with ElevenLabs on Zapier Updated August 20, 2025 10:32 ElevenLabs and Zapier connect to automate voice generation. You can convert text from forms, emails, and spreadsheets into speech using AI voices. Prerequisites To use the ElevenLabs app on Zapier, you must have: An active ElevenLabs account (free or paid plan). However, if using for business purposes, you'll need a commercial license available only on Starter plans or higher. An ElevenLabs API key generated from your account settings. API key restrictions configured appropriately (by default, API keys are restricted and you need to enable access to specific features). Available credits in your ElevenLabs account. Connect ElevenLabs to Zapier To create an app connection to ElevenLabs on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ElevenLabs . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your ElevenLabs API key . Click Yes, Continue to ElevenLabs . Your ElevenLabs account is now successfully connected to Zapier. About ElevenLabs's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Convert Text to Speech - Converts text into speech using ElevenLabs AI voices API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Limitations Free tier allows only 2 concurrent requests for most models and 4 for Flash/Turbo models, with higher tiers allowing more concurrent requests (up to 30 for Business tier). Learn more on concurrency limits . Character limits vary by model . Flash v2.5 and Turbo v2.5 models support up to 40,000 characters per request, while Multilingual v2 and other models are limited to 10,000 characters per request. Requests can be rejected with \"too_many_concurrent_requests\" when exceeding concurrency limits or \"system_busy\" during high traffic periods. Learn more about API error code 429 . Templates View all of ElevenLabs's templates . Additional ElevenLabs resources Zapier's ElevenLabs integration page ElevenLabs's Help Center ElevenLabs's API documentation"
|
|
},
|
|
"birdeye": {
|
|
"slug": "birdeye",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Birdeye app on Zapier, you must have: An active Birdeye account. Appropriate permissions within your Birdeye account to access the API settings and generate API keys."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Birdeye to Zapier To create an app connection to Birdeye on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Birdeye . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Birdeye on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42448768903053-How-to-get-started-with-Birdeye-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Birdeye on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Birdeye How to get started with Birdeye on Zapier Updated January 06, 2026 16:25 Birdeye and Zapier connect to automate your customer experience. You can trigger actions when new appointments or reviews are created and create customers. Prerequisites To use the Birdeye app on Zapier, you must have: An active Birdeye account. Appropriate permissions within your Birdeye account to access the API settings and generate API keys. Connect Birdeye to Zapier To create an app connection to Birdeye on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Birdeye . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Birdeye API key . Learn where to find your BirdEye API key . Click Yes, Continue to Birdeye . Your BirdEye account is now successfully connected to Zapier. About Birdeye's app Triggers, searches, and actions Triggers New Appointment - Triggers when a new appointment is created (Instant) New Canceled Invoice - Triggers when a payment request is canceled in birdeye (Instant) Confirm Appointment - Triggers when an appointment is confirmed at Birdeye (Instant) New Ticket - Triggers when a new Ticket is created in Birdeye (Instant) New Invoice - Triggers when a new invoice is created in birdeye (Instant) New Payment - Triggers when a new payment is created in birdeye (Instant) No Show Appointment - Triggers when an appointment is marked as no show (Instant) Review Updated - Triggers when a Birdeye review is updated (Instant) Cancel Appointment - Triggers when an appointment is cancelled at Birdeye (Instant) Complete Appointment - Triggers when an appointment completes at Birdeye (Instant) New Refund - Triggers when a new refund is created in birdeye (Instant) New Contact - Triggers when a new contact created (Instant) New Lead - Triggers when new lead is created in birdeye (Instant) New Review - Triggers when a Birdeye review is created (Instant) Review Deleted - Triggers when a Birdeye review is deleted (Instant) Survey Completed - Triggers when a Birdeye survey is completed by a customer (Instant) Searches No search actions available for this app Actions Create Appointment - C"
|
|
},
|
|
"zoho-calendar-1": {
|
|
"slug": "zoho-calendar-1",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoho Calendar app on Zapier, you must have: A Zoho account (free or paid)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoho Calendar to Zapier To create an app connection to Zoho Calendar on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Calendar . Click Add connection . A new browser tab or window will open. Log into Zoho and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zoho Calendar on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17301147671309-How-to-get-started-with-Zoho-Calendar-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zoho Calendar on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Zoho Calendar How to get started with Zoho Calendar on Zapier Updated May 12, 2026 11:48 Zoho Calendar and Zapier connect to automate your scheduling workflows. You can create events, manage calendars, and sync appointments with other apps. Prerequisites To use the Zoho Calendar app on Zapier, you must have: A Zoho account (free or paid). Connect Zoho Calendar to Zapier To create an app connection to Zoho Calendar on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Calendar . Click Add connection . A new browser tab or window will open. Log into Zoho and grant Zapier permission to access your Calendar account. Your Zoho Calendar account is now successfully connected to Zapier. About Zoho Calendar's app Triggers, searches, and actions Triggers New Event (Polling) - Triggers when a new event is created. Updated Event (Polling) - Triggers when an event is updated. Searches Find Event - Finds an event by name or date. Actions Create Event - Creates a new calendar event. Update Event - Updates an existing event. Templates View all of Zoho Calendar's templates Additional Zoho Calendar resources Zapier's Zoho Calendar integration page Zoho Calendar's Zapier integration guide"
|
|
},
|
|
"recruitcrm": {
|
|
"slug": "recruitcrm",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Recruit CRM app on Zapier, you must have: A Recruit CRM Business Plan subscription or higher. An active Recruit CRM account with admin access to generate API tokens. An API token generated from Recruit CRM \u2192 Admin Setting \u2192 Account Management section."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Recruit CRM to Zapier To create an app connection to RecruitCRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RecruitCRM . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Token : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Recruit CRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860126854285-How-to-get-started-with-Recruit-CRM-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Recruit CRM on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Recruit CRM How to get started with Recruit CRM on Zapier Updated January 23, 2026 14:16 Recruit CRM and Zapier connect to automate recruiting workflows. Trigger actions when candidates or jobs are added and create contacts, companies, or deals. Prerequisites To use the Recruit CRM app on Zapier, you must have: A Recruit CRM Business Plan subscription or higher. An active Recruit CRM account with admin access to generate API tokens. An API token generated from Recruit CRM \u2192 Admin Setting \u2192 Account Management section. Connect Recruit CRM to Zapier To create an app connection to RecruitCRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select RecruitCRM . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Token : Enter your API Token . Click Yes, Continue to RecruitCRM . Your RecruitCRM account is now successfully connected to Zapier. About Recruit CRM's app Triggers, searches, and actions Triggers Call Log Added (Instant) - Triggers when a new call log is added. Candidate Assigned (Instant) - Triggers when a candidate is assigned to a job. Candidate Added (Instant) - Triggers when a new candidate is added. Candidate Added Through Talent Pool (Instant) - Trigger when a new candidate applied through Talent Pool. Candidate Enrolled (Instant) - Triggers when a candidate is enrolled. Candidate Offlimit Updated (Instant) - Triggers when a new candidate is marked as offlimit or updated offlimit status. Candidate Opted Out (Instant) - Triggers when a candidate opts out of email. Pitch Stage Updated (Instant) - Triggers when a candidate's pitch stage is updated. Candidate Profile Update Requested (Instant) - Triggers when a candidate profile update is requested. Candidate Unenrolled (Instant) - Triggers when a candidate is unenrolled. Client Feedback Received (Instant) - Triggers when a client feedback is received. Company Added (Instant) - Triggers when a new company is added. Company Offlimit Updated (Instant) - Triggers when a company is marked as offlimit or updated offlimit status. Contact Available (Instant) - Triggers when a contact is available. Contact Deleted (Instant) - Triggers when a contac"
|
|
},
|
|
"mem": {
|
|
"slug": "mem",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mem app on Zapier, you must have: A Mem account (free or paid). Find your Mem credentials To find your API key: Go to Mem's API settings . Generate or copy your API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Mem to Zapier To create an app connection to Mem on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mem . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mem on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15682580424973-How-to-get-started-with-Mem-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mem on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Mem How to get started with Mem on Zapier Updated May 12, 2026 11:48 Mem and Zapier connect to automate your note-taking workflows. You can create mems, organize information, and integrate your AI-powered notes with other apps. Prerequisites To use the Mem app on Zapier, you must have: A Mem account (free or paid). Find your Mem credentials To find your API key: Go to Mem's API settings . Generate or copy your API key . Connect Mem to Zapier To create an app connection to Mem on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mem . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Mem API key . Click Yes, Continue to Mem . Your Mem account is now successfully connected to Zapier. About Mem's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Mem It (Recommended) - Send content directly to Mem that's automatically formatted into a note and organized for you. Create Note (Advanced) - Get fine-grained control to customize exactly how your notes appear in Mem. Limitations Rate limit of 100 requests per minute. Exceeding this limit returns a 429 error. Templates View all of Mem's templates Additional Mem resources Zapier's Mem integration page Mem's API documentation"
|
|
},
|
|
"bluesky": {
|
|
"slug": "bluesky",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Bluesky app on Zapier, you must have: An app password created in your Bluesky account, if two-factor authentication (2FA) is enabled. Create an app password An app password is required to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Bluesky to Zapier To create an app connection to Bluesky on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bluesky . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Username : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Bluesky on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32800912891917-How-to-get-started-with-Bluesky-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Bluesky on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Bluesky How to get started with Bluesky on Zapier Updated November 07, 2025 14:45 Bluesky and Zapier connect to automate social media. You can trigger actions when new posts are created and create posts from RSS feeds or other apps. Prerequisites To use the Bluesky app on Zapier, you must have: An app password created in your Bluesky account, if two-factor authentication (2FA) is enabled. Create an app password An app password is required to connect your BlueSky account if you have 2FA enabled. Even if 2FA is off, Zapier recommends creating and using one for enhanced security. To create an app password: Log into your Bluesky account. Go to Settings > Privacy and Security > App Passwords . Click + Add App Password . A dialog box will appear. Enter a unique name for the app or use the randomly generated one. Click Next > . Your app password will be displayed. Copy it to your clipboard. Store this password securely, as it cannot be viewed again. Connect Bluesky to Zapier To create an app connection to Bluesky on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bluesky . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Username : Enter your Bluesky username or handle . Password : Enter your Bluesky password or app password . Click Yes, Continue to Bluesky . Your Bluesky account is now successfully connected to Zapier. About Bluesky's app Triggers, searches, and actions Triggers New Posts by Author (Polling) - Triggers when an author creates new posts. New Follower on Account (Polling) - Triggers when someone new follows the specified account. New Timeline Posts (Polling) - Triggers when new posts appear in your \"Following\" feed (chronological posts from users you follow). New Feed Posts (Polling) - Triggers when new posts appear in a selected feed. New Post (with Search Options) (Polling) - Triggers when new posts match your search criteria. Searches Find Post - Search for posts on Bluesky. Find User - Search for users on Bluesky. Find Thread - Get a full thread of posts including up to 100 parent posts and 100 replies. Actions Create Post - Creates a new post on Bluesky. Like Post - Likes a post on Blu"
|
|
},
|
|
"groq": {
|
|
"slug": "groq",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Groq app on Zapier, you must have: A Groq account with access to the Groq Console. A valid Groq API key created from the Groq Console keys page. Awareness that Groq operates on a pay-as-you-go pricing model after free tier limits are exceeded."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Groq to Zapier To create an app connection to Groq on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Groq . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Groq on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950926443149-How-to-get-started-with-Groq-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Groq on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Groq How to get started with Groq on Zapier Updated September 29, 2025 09:23 Groq and Zapier connect to automate AI workflows. You can send prompts to Groq's fast AI models and get responses for analysis, content creation, and more. Prerequisites To use the Groq app on Zapier, you must have: A Groq account with access to the Groq Console. A valid Groq API key created from the Groq Console keys page. Awareness that Groq operates on a pay-as-you-go pricing model after free tier limits are exceeded. Connect Groq to Zapier To create an app connection to Groq on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Groq . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, e nter your Groq API key . Click Yes, Continue to Groq . Your Groq account is now successfully connected to Zapier. About Groq's app Triggers, searches, and actions Triggers No triggers available for Groq Searches No searches available for Groq Actions Create Response (Beta) - Creates a response using Groq's response API. Create Speech - Converts text to speech using Groq's text-to-speech API. Create Transcription - Transcribes audio files using Groq's audio transcription API. Create Translation - Translates audio files to English using Groq's audio translation API. Send Prompt - Sends a prompt to Groq and returns the AI-generated response API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Limitations Rate limits apply at the organization level. Free tier has strict limits including 30 RPM (requests per minute), 7K-14.4K RPD (requests per day), 6K-15K TPM (tokens per minute), and 100K-500K TPD (tokens per day) depending on the model. Only certain models are available through the API, and model availability may change. Templates View all of Groq's templates . Additional Groq resources Zapier's Groq integration page Groq's API documentation"
|
|
},
|
|
"lead-information": {
|
|
"slug": "lead-information",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Find lead information in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496306589965-Find-lead-information-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Common Problems with Lead Score on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496083575181-Common-Problems-with-Lead-Score-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:18 With Lead Score by Zapier, you can search for additional information about your leads. Lead Score is powered by MadKudu . Note You can only make 500 requests per month. If you go over this limit, the Zap will error. If you need to make more than 500 requests per month, or you need additional lead features, you can use the MadKudu integration instead. Example You can use an email address to search for a lead. This will return information like the name of the lead, the lead\u2019s company and company size, industry, and location. 1. Add a lead score action In the Zap editor, click the Action step or click the plus icon + to add a step to your Zap. Search for and select Lead Score by Zapier . Click the Event dropdown menu and select Find Person and Company Information . Click Continue . 2. Set up the lead In the Action tab, click the Email field and select an email field from your Zap trigger or an earlier action. Click Continue . 3. Test your step Click Test step . If any lead information is found, it will appear here. Click Close . Tip Lead Score returns value labels for your leads in the field customer_fit . The possible values are: Low Medium Good Very good Leads with a \u201cvery good\u201d customer fit are usually seen to convert about 10 times more than leads with a \u201clow\u201d customer fit. You can use this information with a Filter step to get rid of any low-value leads. When you\u2019re done, you can continue setting up your Zap."
|
|
},
|
|
"greenhouse": {
|
|
"slug": "greenhouse",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Greenhouse app on Zapier, you must have: A paid Zapier account. Greenhouse is a premium app . An active Greenhouse Recruiting account (available on all subscription tiers). Basic user permissions or above with the ability to manage ALL organization's API credentials in Greenhouse. A Harvest API key created specifically for Zapier with the following endpoint permissions enabled: Candidates, Jobs, Job Posts, and Users. These permissions are required for Greenhouse's standard"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Greenhouse to Zapier To create an app connection to Greenhouse on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Greenhouse . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Greenhouse on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496019215757-Common-Problems-with-Greenhouse-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Greenhouse on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496064709133-How-to-get-started-with-Greenhouse-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Greenhouse on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Human resources Greenhouse Common Problems with Greenhouse on Zapier Updated March 05, 2026 12:40 Does Greenhouse need any special plan pricing? https://www.greenhouse.io/pricing Your contract is priced based on the size of your company. Talk to an Account Executive for a custom quote."
|
|
},
|
|
"attentive": {
|
|
"slug": "attentive",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Attentive app on Zapier, you must have: An active Attentive account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Attentive to Zapier To create an app connection to Attentive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Attentive . Click Add connection . A new browser tab or window will open. Log into Attentive to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Attentive on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859171829005-How-to-get-started-with-Attentive-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Attentive on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Attentive How to get started with Attentive on Zapier Updated January 23, 2026 15:54 Attentive and Zapier connect to automate SMS and email marketing. You can trigger workflows when users subscribe or set custom attributes and create subscribers or track events. Prerequisites To use the Attentive app on Zapier, you must have: An active Attentive account. Connect Attentive to Zapier To create an app connection to Attentive on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Attentive . Click Add connection . A new browser tab or window will open. Log into Attentive to authenticate. Grant Zapier permission to access your account if prompted to. Your Attentive account is now successfully connected to Zapier. About Attentive's app Triggers, searches, and actions Triggers Custom Attribute Set (Instant) - This event occurs when a custom attribute is set. Email Opened (Instant) - This event occurs when an email message is opened. Email Subscribed (Instant) - This event occurs when a user opts in to an email subscription. SMS Message Link Clicked (Instant) - This event occurs when an SMS message link is clicked. SMS Subscribed (Instant) - This event occurs when a user opts in to an SMS subscription. Email Message Link Clicked (Instant) - This event occurs when an email message link is clicked. Email Sent (Instant) - This event occurs when an email message is sent. Email Unsubscribed (Instant) - This event occurs when a user opts out of an email subscription. SMS Sent (Instant) - This event occurs when an SMS message is sent. SMS Unsubscribed (Instant) - This event occurs when a user opts out of an SMS subscription. Searches Get Subscription Eligibility for a User - Make a call to this endpoint to list all subscription types and channels a user is subscribed to. You can query for a subscriber using either their phone number or email. One of the query parameters is required in order to look up a subscriber. As an example, you can use this endpoint to check if a subscriber is eligible to receive SMS or email campaigns, and then send them a message based on that eligibility. Actions Add to Cart - Make a call to this endpoint when a user adds a product to their shopping cart. C"
|
|
},
|
|
"vapi-ca229271": {
|
|
"slug": "vapi-ca229271",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Vapi app on Zapier, you must have: An active Vapi account. At least one voice agent created in your Vapi dashboard."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Vapi to Zapier To create an app connection to Vapi on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vapi . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Vapi on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458729403533-How-to-get-started-with-Vapi-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Vapi on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Vapi How to get started with Vapi on Zapier Updated March 31, 2026 16:19 Vapi and Zapier connect to automate voice AI workflows. You can trigger actions when calls start or end and create outbound phone calls with AI assistants. Prerequisites To use the Vapi app on Zapier, you must have: An active Vapi account. At least one voice agent created in your Vapi dashboard. Connect Vapi to Zapier To create an app connection to Vapi on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vapi . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Vapi API key . Learn how to find your Vapi API key . Click Yes, Continue to Vapi . Your Vapi account is now successfully connected to Zapier. About Vapi's app Triggers, searches, and actions Triggers Triggers - No triggers available Searches Searches - No searches available Actions Actions - Create Call - Creates an outbound phone call using a Vapi voice assistant. - API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Templates View all of Vapi's templates . Additional Vapi resources Zapier's Vapi integration page Vapi's Help Center Vapi's API documentation"
|
|
},
|
|
"heygen": {
|
|
"slug": "heygen",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the HeyGen app on Zapier, you must have: A HeyGen Pro plan or higher . Find your HeyGen credentials To find your API key: Follow HeyGen's instructions to create an API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect HeyGen to Zapier To create an app connection to HeyGen on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select HeyGen . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with HeyGen on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15680455268365-How-to-get-started-with-HeyGen-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with HeyGen on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence HeyGen How to get started with HeyGen on Zapier Updated May 12, 2026 11:48 HeyGen and Zapier connect to automate your AI video creation workflows. You can generate videos with AI avatars, manage templates, and track video status. Prerequisites To use the HeyGen app on Zapier, you must have: A HeyGen Pro plan or higher . Find your HeyGen credentials To find your API key: Follow HeyGen's instructions to create an API key . Connect HeyGen to Zapier To create an app connection to HeyGen on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select HeyGen . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your HeyGen API key . Click Yes, Continue to HeyGen . Your HeyGen account is now successfully connected to Zapier. About HeyGen's app Triggers, searches, and actions Triggers New Video Event (Custom) (Instant) - Triggers when a new video event happens. You can customize which event(s) will trigger. New Video Event (All Events) (Instant) - Triggers when a new video event happens. New Avatar Video Event (Success) (Instant) - Triggers when an avatar video is successfully generated. New Avatar Video Event (Fail) (Instant) - Triggers when a HeyGen video fails processing. New Video Translate Event (Success) (Instant) - Triggers when a video is successfully translated. New Video Translate Event (Fail) (Instant) - Triggers when a video translation fails. Searches No searches available for this app. Actions Create a Video From Template - Generate customized videos from templates with text, images, videos, audios, voices, and avatars. Create a Video (V3) - Creates a video from an avatar or image. Create a Video From Video Agent - Starts a HeyGen Video Agent session from a text prompt. Create an Avatar Video (Generate) - Generate a video featuring one or multiple scenes with avatars. Create an Avatar Video (Scene) - Creates a single scene configuration for an avatar video. Create a WebM Avatar Video - Generates a WebM video with transparent background and an avatar speaking the input text. Create Avatar - Starts asynchronous avatar creation from a prompt or media URLs. Create Avatar Consent - "
|
|
},
|
|
"cvent": {
|
|
"slug": "cvent",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect CVent to Zapier. Connecting with Cvent When you create a Cvent Zap, you'll be asked to enter your Cvent API information. To locate your API details in your Cvent account, please follow these steps: In the Classic experience: 1. Click the Admin menu. 2. Select Users . 3. Click Manage . 4. Then, under User Roles , select Administrators . In the New experience: 1. Click the Admin menu. 2. Select Manage Users . 3. Then, under User Roles , select Administrators . Paste your details back into your Zapier account and then Continue . If all steps were successful, your Cvent account will now be successfully connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Cvent on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496109872013-How-to-get-started-with-Cvent-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Cvent on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Cvent How to get started with Cvent on Zapier Updated February 06, 2024 09:34 About Cvent's Integration What kind of authentication does Cvent use? Cvent uses API keys. Do I need a paid Cvent account to use Cvent with Zapier? Yes, you need a paid Cvent plan to use Cvent with Zapier. Do I need special account permissions in Cvent to use Cvent with Zapier? You need to be a CVent administrator to connect CVent to Zapier. Connecting with Cvent When you create a Cvent Zap, you'll be asked to enter your Cvent API information. To locate your API details in your Cvent account, please follow these steps: In the Classic experience: 1. Click the Admin menu. 2. Select Users . 3. Click Manage . 4. Then, under User Roles , select Administrators . In the New experience: 1. Click the Admin menu. 2. Select Manage Users . 3. Then, under User Roles , select Administrators . Paste your details back into your Zapier account and then Continue . If all steps were successful, your Cvent account will now be successfully connected."
|
|
},
|
|
"chatbase": {
|
|
"slug": "chatbase",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Chatbase app on Zapier, you must have: A Chatbase account with a paid plan. At least one AI agent created and configured in your Chatbase account. Lead collection enabled in your Chatbase agent if you plan to use form submission triggers (configured in Settings > Leads for your agent)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Chatbase to Zapier To create an app connection to Chatbase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chatbase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Chatbase on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15677239601165-How-to-get-started-with-Chatbase-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Chatbase on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Chatbase How to get started with Chatbase on Zapier Updated January 06, 2026 16:40 Chatbase and Zapier connect to automate your chatbot workflows. You can trigger actions when forms are submitted and send prompts to your AI chatbot. Prerequisites To use the Chatbase app on Zapier, you must have: A Chatbase account with a paid plan. At least one AI agent created and configured in your Chatbase account. Lead collection enabled in your Chatbase agent if you plan to use form submission triggers (configured in Settings > Leads for your agent). Connect Chatbase to Zapier To create an app connection to Chatbase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chatbase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your API Key. Learn where to find your Chatbase API key . Display name : Enter your preferred display name for this connection. Click Yes, Continue to Chatbase . Your Chatbase account is now successfully connected to Zapier. About Chatbase's app Triggers, searches, and actions Triggers Form Submission (Instant) - Triggers when a form is submitted. Searches No search actions available for Chatbase. Actions Send Prompt - Send a prompt to your chatbot Limitations Training data size limitations : Free plan limited to 400 KB per agent, Hobby to 20 MB, Standard to 40 MB, and Pro to 60 MB. Rate limits can be configured per device, potentially restricting Zapier automation frequency. Templates View all of Chatbase's templates . Use cases 5 ways to automate Chatbase with Zapier Additional Chatbase resources Zapier's Chatbase integration page Chatbase's Help Center Chatbase's API documentation"
|
|
},
|
|
"sugarcrm7": {
|
|
"slug": "sugarcrm7",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the SugarCRM app on Zapier, you must have: A paid SugarCRM plan . A Systems Administrator User account. Learn more about SugarCRM's account permissions . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your SugarCRM instance requires IP allowlisting. Connect SugarCRM to Zapier To create an app connection to SugarCRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SugarCRM . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Sugar Instance URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with SugarCRM on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495987442957-How-to-get-started-with-SugarCRM-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with SugarCRM on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM SugarCRM How to get started with SugarCRM on Zapier Updated August 10, 2026 10:41 SugarCRM and Zapier connect to automate your CRM workflows. You can manage leads, contacts, tasks, and other records across modules. Prerequisites To use the SugarCRM app on Zapier, you must have: A paid SugarCRM plan . A Systems Administrator User account. Learn more about SugarCRM's account permissions . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your SugarCRM instance requires IP allowlisting. Connect SugarCRM to Zapier To create an app connection to SugarCRM on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SugarCRM . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Sugar Instance URL : Enter your SugarCRM instance URL . - Username : Enter your SugarCRM username . - Password : Enter your SugarCRM password . - Use Zapier as API Platform (optional): Enable this if you're experiencing frequent connection issues due to login conflicts. You'll need to set up zapier as an API platform in SugarCRM . Click Yes, Continue to SugarCRM . Your SugarCRM account is now successfully connected to Zapier. About SugarCRM's app Triggers, searches, and actions Triggers New Record (Polling) - Triggers when a new record is added to a module you specify (Leads, Contacts, Tasks, etc.). Updated Record (Polling) - Triggers when an existing record is updated in a module you specify. Searches Find Record - Finds an existing record in any module you specify. Find or Create Record - Finds a record or creates one if it does not exist. Actions Create Record - Creates a new record in any module you specify (Leads, Contacts, Tasks, etc.). Update Record - Updates an existing record in any module you specify. Limitations Update actions overwrite existing data. Templates View all of SugarCRM's templates Use cases 5 ways to automate SugarCRM with Zapier Additional SugarCRM resources Zapier's SugarCRM integration page SugarCRM documentation"
|
|
},
|
|
"magento-v2": {
|
|
"slug": "magento-v2",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Magento 2.X app on Zapier, you must have: A paid Zapier account. Magento 2.X is a premium app on Zapier. Admin user credentials (username and password) for your Magento 2.X store. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Magento 2.X instance requires IP allowlisting. Connect Magento 2.X to Zapier To create an app connection to Magento 2.X on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Magento 2.X . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Full Domain : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Magento 2.X on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496063433101-How-to-get-started-with-Magento-2-X-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Magento 2.X on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Magento 2.X How to get started with Magento 2.X on Zapier Updated August 10, 2026 10:41 Magento 2.X and Zapier connect to automate your ecommerce work. You can trigger actions when new orders or customers are added and create customer records. Available on plans: Free Professional Team Enterprise Prerequisites To use the Magento 2.X app on Zapier, you must have: A paid Zapier account. Magento 2.X is a premium app on Zapier. Admin user credentials (username and password) for your Magento 2.X store. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Magento 2.X instance requires IP allowlisting. Connect Magento 2.X to Zapier To create an app connection to Magento 2.X on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Magento 2.X . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Full Domain : Enter your Magento store URL (e.g., https://www.yourstore.com). Admin Username : Enter your Magento admin username . Admin Password : Enter your Magento admin password . (Optional) Store Code: Enter which stores the call affects. Click Yes, Continue to Magento 2.X . Your Magento 2.X account is now successfully connected to Zapier. About Magento 2.X's app Triggers, searches, and actions Triggers New Product (Polling) - Triggers when a new product is created. New Order (Polling) - Triggers when a new order is created (with line item support). New Sales Order Invoice (Polling) - Triggers when a new sales order invoice is created (with line item support). New Customer (Polling) - Triggers when a new customer is created. New Sales Order Credit Memo (Polling) - Triggers when a new sales order creditmemo is created. New Sales Order Shipment (Polling) - Triggers when a new sales order is created (with line item support). Searches No searches available for this app. Actions Create Customer - Create a new customer Create Sales Order Comment - Create a new sales order comment Limitations Two-factor authentication (2FA) enabled accounts are not yet supported. Templates View all of Magento 2.X's templates . Use cases How to automatically pull d"
|
|
},
|
|
"abcgymsales": {
|
|
"slug": "abcgymsales",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the ABC GymSales app on Zapier, you must have: An active ABC GymSales account (any plan level). API credentials provided by the GymSales Support Team (contact help@gymsales.net to obtain these credentials). At least one company/location set up in your GymSales account (required for creating people and appointments). For multi-location setups, you need to know your Company IDs for each location to properly route leads to the correct gym location."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ABC GymSales to Zapier To create an app connection to ABC GymSales on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ABC GymSales . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Username : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ABC GymSales on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42450363030413-How-to-get-started-with-ABC-GymSales-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ABC GymSales on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Lifestyle & entertainment ABC GymSales How to get started with ABC GymSales on Zapier Updated January 19, 2026 14:19 ABC GymSales and Zapier connect to automate lead management. You can create new people from form submissions and leads, plus add tags and notes. Prerequisites To use the ABC GymSales app on Zapier, you must have: An active ABC GymSales account (any plan level). API credentials provided by the GymSales Support Team (contact help@gymsales.net to obtain these credentials). At least one company/location set up in your GymSales account (required for creating people and appointments). For multi-location setups, you need to know your Company IDs for each location to properly route leads to the correct gym location. Connect ABC GymSales to Zapier To create an app connection to ABC GymSales on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ABC GymSales . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Username : Enter your API username provided by the GymSales Support Team. API Password : Enter your API password provided by the GymSales Support Team. Company ID : Enter your Company ID ( required for multi-location setups). Click Yes, Continue to ABC GymSales . Your ABC GymSales account is now successfully connected to Zapier. About ABC GymSales's app Triggers, searches, and actions Triggers No triggers available for ABC GymSales Searches Find Person by Email - Find an existing person by using Email Address as a lookup. Find Person by Mobile Phone - Find an existing person by using Mobile Phone as a lookup. Actions Add Tag - Add a Tag to a person. Create Note - Creates a new note on an existing person. Opt Out of SMS - Opts a person in or out from receiving SMS via GymSales. Salesperson_Name - Assign a salesperson to an existing prospect or member. Matches on the user's name in GymSales. Requires more than 3 characters. Create Appointment - Adds an appointment for a person. Opt Out of Email - Opts a person in or out from receiving email via GymSales. Create Person - Creates a new person. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integrat"
|
|
},
|
|
"web-reader-by-zapier": {
|
|
"slug": "web-reader-by-zapier",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Read web pages in your workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44452375167885-Read-web-pages-in-your-workflows"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 20, 2026 13:10 Web Reader by Zapier fetches and reads the content of any public web page. It handles JavaScript-heavy pages, PDFs (up to 200 pages), and complex page layouts. You can use it as an action in a Zap, a tool for an Agent, or through Zapier MCP. Beta Web Reader by Zapier is a beta feature. It's available for use, but still in active development and may change. 1. Add a Web Reader action Search for and select Web Reader by Zapier . Select the Read Web Page event. 2. Set up your Web Reader action In the URL field, enter or map the URL of the web page you want to read. Click the Output Format dropdown menu and select your preferred format: Markdown : structured text using Markdown formatting. This is the default. HTML : formatted text using HTML markup. (Optional) In the Wait Time (ms) field, enter a wait time in milliseconds if the page relies on JavaScript to load its content. The maximum is 30000 (30 seconds). Use the Wait Time field for pages that load content dynamically with JavaScript, such as single-page applications or dashboards. If a page returns incomplete content, try increasing the wait time. Output If the URL is valid and the page is accessible, Web Reader returns: Content : the full page content in your chosen format (Markdown or HTML) Title : the page title URL : the final URL after any redirects Status code : the HTTP response code (for example, 200 for success) Combine Web Reader with AI by Zapier to summarize, extract data from, or analyze the content of web pages. Limitations Web Reader respects robots.txt . If a site blocks scraping, the action returns an error. Web Reader cannot access pages behind logins or paywalls. PDF extraction supports up to 200 pages. Each read counts as one task in your Zapier plan."
|
|
},
|
|
"zapier-lead-router": {
|
|
"slug": "zapier-lead-router",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To send leads to Lead Router, you must have: Set up a router to receive your leads. Create a Zap To get started, create a new Zap in your account home . In the left sidebar, click + Create . A dropdown menu will appear. Select Zap workflows . You will be redirected to the Zap editor in a new browser tab or window. Once that's done, you must set up a trigger and an action. Set up a trigger A trigger is an event that starts a Zap . After you turn on your Zap, Zapier will monitor for that trigger event. When it occurs, the Zap will then run through every action in your workflow. You can use any app you use to collect leads that is available on Zapier . Learn how to set up a trigger with our step-by-step guide . Set up the Lead Router action step An action is an event your Zap performs after your trigger event occurs. Whenever your Zap triggers, the Zap will then run through every action in your workflow. To send leads to Lead Router, you must add an action step using the Route Lead action event. In the Zap editor, select the Action step. A dialog box will open. In the search box, search for and select Zapier Lead Router . The right sidebar will open to the Setup tab. Click the Action event field to open the dropdown menu. Select Route Lead . Click Continue . In the Configure tab: Click the Router field to open the dropdown menu and select the router you want to send leads to. Any fields you've set up in Lead Router will appear in this tab. Map the lead's information for each field, from the trigger step. Click Continue . Click Test step to check if the step is sending the right data. You can click Skip test to test later. Once you finish setting up your Zap, turn it on by clicking Publish in the upper right. Zapier will actively monitor your trigger app for new data and run your action steps each time your trigger event occurs. Your Zap will only monitor for and trigger on new data that occurs after it's published. Once you add this action, you can add an"
|
|
],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Automate sales rep management in Lead Router",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44790573390349-Automate-sales-rep-management-in-Lead-Router"
|
|
},
|
|
{
|
|
"title": "Use Lead Router to assign leads",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38238430938637-Use-Lead-Router-to-assign-leads"
|
|
},
|
|
{
|
|
"title": "Use Zap workflows to send leads to Lead Router",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38238534170765-Use-Zap-workflows-to-send-leads-to-Lead-Router"
|
|
},
|
|
{
|
|
"title": "Manage data in Lead Router",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38241151480845-Manage-data-in-Lead-Router"
|
|
},
|
|
{
|
|
"title": "Distribution types in Zapier Lead Router",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39972451686157-Distribution-types-in-Zapier-Lead-Router"
|
|
}
|
|
],
|
|
"excerpt": "Updated June 03, 2026 10:50 Zapier Lead Router offers Zap actions for managing your sales reps and queues. You can use these actions to automate tasks like onboarding new reps, syncing rep data from a CRM, adjusting queue assignments, and toggling rep availability. This article covers using Zap workflows to manage sales rep and queue management actions. You can also use Zap workflows to send leads to Lead Router . Available actions The Zapier Lead Router app includes the following management actions: Action Description Create Sales Rep Add a new sales rep to Lead Router Remove Queue Membership Remove a rep from a queue Find Sales Rep(s) Search for reps using custom fields Update Sales Rep Modify existing sales rep details or status Update Queue Membership Manage a rep's queue assignment, weight, or queue-level status Before you begin To use these actions, you need: A Lead Router setup with at least one queue. A Zap with a trigger step configured. Set up an action Create Sales Rep Create a sales rep Use the Create Sales Rep action to add a new rep to Lead Router. In the Zap editor, select the Action step. In the search box, search for and select Zapier Lead Router . The right sidebar will open to the Setup tab. Click the Action event dropdown menu. Select Create Sales Rep . Click Continue . In the Configure tab: Status : Choose from the dropdown menu \u2014 select Active if the rep should receive leads, or Inactive if the rep should not be assigned new leads. First Name : Enter the rep's first name. Last Name : Enter the rep's last name. Email : Enter the rep's email address. Fill out any custom sales rep fields configured in your Lead Router fields . Click Continue . Click Test step to check if the step is working correctly. You can click Skip test to test later. Remove Queue Membership Remove queue membership Use the Remove Queue Membership action to remove a rep from a queue. In the Zap editor, select the Action step. In the search box, search for and select Zapier Lead Router . The right sidebar will open to the Setup tab. Click the Action event dropdown menu. Select Remove Queue Membership . Click Continue . In the Configure tab: Click the Queue dropdown menu and select the queue. Click the Sales Rep dropdown menu and select the rep. Only current queue members appear as selectable options. Click Continue . Click Test step to check if the step is working correctly. You can click Skip test to test later. If the rep is not a member of the selected queue, the s"
|
|
},
|
|
"clickbank": {
|
|
"slug": "clickbank",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ClickBank app on Zapier, you must have: A ClickBank account . Account owner access or view or edit permission in the API Management section. Find your ClickBank credentials To create your API key: Log in to your ClickBank account. Click the Settings tab, then select API Management . Click Create New API Key . Enter a name for the API key. Select all account nicknames that should have access via this API key. Click Save . Copy the API key . Learn more about creating a ClickBank API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ClickBank to Zapier To create an app connection to ClickBank on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickBank . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ClickBank on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18600359051277-How-to-get-started-with-ClickBank-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ClickBank on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce ClickBank How to get started with ClickBank on Zapier Updated May 12, 2026 11:48 ClickBank and Zapier connect to automate your affiliate marketing workflows. You can manage orders, track transactions, and sync your e-commerce data. Prerequisites To use the ClickBank app on Zapier, you must have: A ClickBank account . Account owner access or view or edit permission in the API Management section. Find your ClickBank credentials To create your API key: Log in to your ClickBank account. Click the Settings tab, then select API Management . Click Create New API Key . Enter a name for the API key. Select all account nicknames that should have access via this API key. Click Save . Copy the API key . Learn more about creating a ClickBank API key . Connect ClickBank to Zapier To create an app connection to ClickBank on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ClickBank . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your ClickBank API key . Click Yes, Continue to ClickBank . Your ClickBank account is now successfully connected to Zapier. About ClickBank's app Triggers, searches, and actions Triggers New Sale (Instant) - Triggers on the sale of a standard product or initial sale of a recurring product. Rebill (Instant) - Triggers on the rebill of a recurring product. Refund (Instant) - Triggers on the refund of a standard or recurring product. Chargeback (Instant) - Triggers on a chargeback for a standard or recurring product. New Test Sale (Instant) - Triggers on the test sale of a product. Test Rebill (Instant) - Triggers on the test rebill for a recurring product. Test Refund (Instant) - Triggers on the test refund for a test product. Searches No searches available for this app. Actions No actions available for this app. Limitations ClickBank allows a maximum of 10 requests per second . Pagination limits are unique for each endpoint. A 206 Partial Content error indicates that additional data was not retrieved. Templates View all of ClickBank's templates Additional ClickBank resources Zapier's ClickBank integration page ClickBank's Help Center"
|
|
},
|
|
"amazon-ses": {
|
|
"slug": "amazon-ses",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon SES app on Zapier, you must have: An active AWS account. At least one verified identity (email address or domain) in Amazon SES. A dedicated IAM user created for Zapier with SES permissions. AWS Access Key ID and Secret Access Key for the IAM user. Amazon SES moved out of sandbox mode if you want to send emails to unverified recipients. A paid Zapier plan. Amazon SES is a premium app on Zapier. Add a verified identity in Amazon SES Before you can send emails through Amazon SES, you must verify at least one email address or domain. Log in to the AWS Console . Go to the Amazon SES dashboard. In the left sidebar, click Verified identities . Click Create identity . Select Email address or Domain . Enter the email address or domain you want to verify. Click Create identity . If you're verifying an email address, check your inbox for a verification email from AWS and click the verification link. If you're verifying a domain, add the required DNS records (DKIM, SPF) as shown in the AWS console. Create an IAM user for Zapier Create a dedicated IAM user with limited permissions for Zapier to access Amazon SES securely. In your AWS Console, go to the IAM dashboard. In the left sidebar, click Users . Click Create user . Enter a username (for example, zapier-ses-user ). Click Next . Select Attach policies directly . Search for and select AmazonSESFullAccess . Click Next , then click Create user . Click on the user you created. Go to the Security credentials tab. Under Access keys , click Create access key . Select Third-party service and check the confirmation box. Click Next , then click Create access key . Copy both the Access Key ID and Secret Access Key . Store them securely as you won't be able to view the secret key again. Learn more about creating IAM users and IAM policies for Amazon SES ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon SES to Zapier To create an app connection to Amazon SES on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon SES . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: AWS Access Key ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Amazon SES on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495991780621-How-to-get-started-with-Amazon-SES-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Amazon SES on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Amazon SES How to get started with Amazon SES on Zapier Updated May 29, 2026 18:13 Amazon SES (Simple Email Service) and Zapier connect to automate your email workflows. You can send emails automatically based on triggers from other apps in your Zap workflows. Available on plans: Free Professional Team Enterprise Prerequisites To use the Amazon SES app on Zapier, you must have: An active AWS account. At least one verified identity (email address or domain) in Amazon SES. A dedicated IAM user created for Zapier with SES permissions. AWS Access Key ID and Secret Access Key for the IAM user. Amazon SES moved out of sandbox mode if you want to send emails to unverified recipients. A paid Zapier plan. Amazon SES is a premium app on Zapier. Add a verified identity in Amazon SES Before you can send emails through Amazon SES, you must verify at least one email address or domain. Log in to the AWS Console . Go to the Amazon SES dashboard. In the left sidebar, click Verified identities . Click Create identity . Select Email address or Domain . Enter the email address or domain you want to verify. Click Create identity . If you're verifying an email address, check your inbox for a verification email from AWS and click the verification link. If you're verifying a domain, add the required DNS records (DKIM, SPF) as shown in the AWS console. Create an IAM user for Zapier Create a dedicated IAM user with limited permissions for Zapier to access Amazon SES securely. In your AWS Console, go to the IAM dashboard. In the left sidebar, click Users . Click Create user . Enter a username (for example, zapier-ses-user ). Click Next . Select Attach policies directly . Search for and select AmazonSESFullAccess . Click Next , then click Create user . Click on the user you created. Go to the Security credentials tab. Under Access keys , click Create access key . Select Third-party service and check the confirmation box. Click Next , then click Create access key . Copy both the Access Key ID and Secret Access Key . Store them securely as you won't be able to view the secret key again. Learn more about creating IAM users and IAM policies for Amazon SES . Connect Amazon SES to Zapier To create an app connection to Amazon SES on Zapier: Go to the Apps"
|
|
},
|
|
"everyaction": {
|
|
"slug": "everyaction",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect EveryAction to Zapier. Additionally, you will be limited to features the that you have purchased. If you use a Zap for a feature that you have not purchased, it will fail. Are there any API token limits in EveryAction when I use EveryAction with Zapier? No, there are no token limits when using EveryAction with Zapier. Are there any webhook subscription limits in EveryAction when I use EveryAction with Zapier? No, EveryAction doesn't have any webhook subscription limits when you use EveryAction with Zapier. Are custom fields in EveryAction supported when I use EveryAction with Zapier? EveryAction supports custom fields in the Submit Data to Online Actions action only. Does EveryAction use real trigger samples from my EveryAction account? No, EveryAction does not provide real trigger samples from your EveryAction account. Only generic samples are provided. What kind of EveryAction hosted account can I use with Zapier? EveryAction's Zapier integration supports cloud-hosted accounts only. Connecting with EveryAction When you create a EveryAction Zap, you'll be asked to enter your EveryAction API key. To locate your API Key in your EveryAction account, please follow these steps: Go to the API Integrations page and click \"Request an API Key\" Paste your key back into your Zapier account and then \u201cContinue.\u201d If all steps were successful, your EveryAction account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with EveryAction on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496128448013-How-to-Get-Started-with-EveryAction-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:16 About EveryAction's Integration What kind of authentication does EveryAction use? EveryAction uses API Keys. Do I need a paid EveryAction account to use EveryAction with Zapier? You need a paid EveryAction plan to use EveryAction with Zapier. Plans are based on purchasing a package which requires conversations with an account executive. https://www.everyaction.com/get-demo/ Do I need special account permissions in EveryAction to use EveryAction with Zapier? You need to be an EveryAction admin to get an API key required to connect EveryAction to Zapier. Additionally, you will be limited to features the that you have purchased. If you use a Zap for a feature that you have not purchased, it will fail. Are there any API token limits in EveryAction when I use EveryAction with Zapier? No, there are no token limits when using EveryAction with Zapier. Are there any webhook subscription limits in EveryAction when I use EveryAction with Zapier? No, EveryAction doesn't have any webhook subscription limits when you use EveryAction with Zapier. Are custom fields in EveryAction supported when I use EveryAction with Zapier? EveryAction supports custom fields in the Submit Data to Online Actions action only. Does EveryAction use real trigger samples from my EveryAction account? No, EveryAction does not provide real trigger samples from your EveryAction account. Only generic samples are provided. What kind of EveryAction hosted account can I use with Zapier? EveryAction's Zapier integration supports cloud-hosted accounts only. Connecting with EveryAction When you create a EveryAction Zap, you'll be asked to enter your EveryAction API key. To locate your API Key in your EveryAction account, please follow these steps: Go to the API Integrations page and click \"Request an API Key\" Paste your key back into your Zapier account and then \u201cContinue.\u201d If all steps were successful, your EveryAction account will be connected."
|
|
},
|
|
"jira-software-server": {
|
|
"slug": "jira-software-server",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jira Software Server app on Zapier, you must have: A self-hosted Jira Software Server instance running version 6 or higher. Full administrator permissions (Jira System administrators or Jira administrators global permission) along with API access enabled for your user account. Valid Jira Software Server username and password for basic authentication (Single sign-on is not supported). If using Google account login with two-factor authentication, you'll need your email address and an API token instead of your password. Network configuration to allow incoming connections from Zapier's IP addresses (AWS us-east-1 region) or allowlist the User-Agent header \"Zapier\" in your firewall settings. User permissions to access the specific Jira projects you want to use in your Zapier integrations. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Jira Software Server instance requires IP allowlisting. Connect Jira Software Server to Zapier To create an app connection to Jira Software Server on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jira Software Server . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Server URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common problems with Jira Software Server on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495919999757-Common-problems-with-Jira-Software-Server-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Jira Software Server on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495967567757-How-to-get-started-with-Jira-Software-Server-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 31, 2026 16:18 I'm getting a 401 Error For some instances of Jira Software Server, you need to log in with your user name instead of your email. You can find your user name by going to your profile in Jira Software Server. I can't configure the Application URL The \" accepted external application URLs \" feature of Jira Software Server/Atlassian products is not compatible with Zapier. It\u2019s not possible to configure the application URL. SSL Error (authorization failed: Could not verify SSL certificate) If you are running into the above error, it's likely your SSL certificate is from a CA that cannot Zapier recognize or has some issues. For more information, read our SSL certificate guide. I want to send a link to the Jira Software Server issue to my action app If you create a Jira issue in a Zap, the action results will not include the new issue URL. However, you can create this URL by combining the base URL and the Key field. The Key field is part of the action results data. https://{{OrganisationName}}.atlassiant.net/browse/{{Key}} When creating the URL: Replace {{OrganisationName}} with your organization name. You can locate this information from your address bar in your web browser, while logged into Jira. Replace {{Key}} with a mapped field containing the Key field from the Jira Software Server Create Issue step. Error: \"The issue type selected is invalid.\" This error occurs when selecting the incorrect issue type in the Issue Type dropdown field. This happens if the issue type selected is not associated with your project. Depending on the setup of your Jira account, there may be multiple types of epics, stories, and tasks available to select from the Issue Type dropdown menu. This is because each project has a custom issue type, created to fit the specific needs of each project, which will appear as \"duplicates\". To fix this issue: Select a different issue type . If you see fields appear within the Zap editor, this means you\u2019ve selected the correct issue type for your project and you can continue to set up your Zap. If you see the \u201cRemove these extra fields\u201d this means you\u2019ve selected the issue type not associated with your project. Click Remove these extra fields . Click Refresh fields Select another issue type from the dropdown menu until fields associated with your issue type appear."
|
|
},
|
|
"okta": {
|
|
"slug": "okta",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Okta app on Zapier, you must have: Administrator permissions in your Okta organization to create and manage API tokens . An API token created in that organization's admin console. For sandbox connections, an Okta Preview organization on oktapreview.com and an API token created in that environment. Learn about Okta organizations and Preview . Find your Okta API token To generate an API token in Okta: Log in to your Okta admin console. Go to Security , then API , then Tokens . Click Create token . Enter a name for the token, then click Create token . Copy the token value. You can only see it once; after you close the dialog, it cannot be viewed again. For sandbox environments, create the token in your Okta Preview admin console (for example, yoursubdomain-admin.oktapreview.com )."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Okta to Zapier To create an app connection to Okta on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Okta . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Subdomain : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Okta on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44922554910477-How-to-get-started-with-Okta-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Okta on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Okta How to get started with Okta on Zapier Updated May 29, 2026 18:13 Okta and Zapier connect to automate identity and access management. You can trigger workflows from Okta events, create users, and manage group membership. Prerequisites To use the Okta app on Zapier, you must have: Administrator permissions in your Okta organization to create and manage API tokens . An API token created in that organization's admin console. For sandbox connections, an Okta Preview organization on oktapreview.com and an API token created in that environment. Learn about Okta organizations and Preview . Find your Okta API token To generate an API token in Okta: Log in to your Okta admin console. Go to Security , then API , then Tokens . Click Create token . Enter a name for the token, then click Create token . Copy the token value. You can only see it once; after you close the dialog, it cannot be viewed again. For sandbox environments, create the token in your Okta Preview admin console (for example, yoursubdomain-admin.oktapreview.com ). Connect Okta to Zapier To create an app connection to Okta on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Okta . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Subdomain : Enter your Okta subdomain. For example, if your Okta URL is yourcompany.okta.com , enter yourcompany . - Would you like to connect to your sandbox environment? : Select True to connect to Okta Preview ( oktapreview.com ), or False for production ( okta.com ). - API Token : Enter the API token you created in your Okta admin console. Click Yes, Continue to Okta . Your Okta account is now successfully connected to Zapier. Connect to a sandbox environment Okta supports connecting to sandbox environments through Okta's Preview domain ( oktapreview.com ). Sandbox connections are useful for testing Zap workflows before you use them in production. When you set Would you like to connect to your sandbox environment? to True , Zapier uses oktapreview.com instead of okta.com . Sandbox connections are labeled with \"- Sandbox\" in Zapier so you can tell them apart from production connections. Before you connect a sa"
|
|
},
|
|
"reclaim-ai": {
|
|
"slug": "reclaim-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Reclaim AI app on Zapier, you must have: An active Reclaim AI account (free Lite plan or any paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Reclaim AI to Zapier To create an app connection to Reclaim AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Reclaim AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Reclaim AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39428286934413-How-to-get-started-with-Reclaim-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Reclaim AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Reclaim AI How to get started with Reclaim AI on Zapier Updated March 04, 2026 04:43 Reclaim AI and Zapier connect to automate task scheduling. You can create tasks in Reclaim AI from other apps to optimize your calendar. Prerequisites To use the Reclaim AI app on Zapier, you must have: An active Reclaim AI account (free Lite plan or any paid plan). Connect Reclaim AI to Zapier To create an app connection to Reclaim AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Reclaim AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Reclaim AI API Key . You can find this in your Reclaim Developer settings . Click Yes, Continue to Reclaim AI . Your Reclaim AI account is now successfully connected to Zapier. Your Reclaim AI account is now successfully connected to Zapier. About Reclaim AI's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Create Task - Creates a new task in Reclaim.ai API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Limitations API rate limits are enforced with 100 requests per minute for the free plan, which could impact high-volume automation workflows. Templates View all of Reclaim AI's templates . Additional Reclaim AI resources Zapier's Reclaim AI integration page Reclaim AI's Help Center"
|
|
},
|
|
"zoho-survey": {
|
|
"slug": "zoho-survey",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoho Survey app on Zapier, you must have: A paid Zoho Survey plan (Enterprise or Pro). \"Response actions\" permission under the \"Survey Permissions\" role to create response triggers. Learn more about Zoho Survey's roles and permissions ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoho Survey to Zapier To create an app connection to Zoho Survey on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Survey . Click Add connection . A new browser tab or window will open. Log into Zoho and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zoho Survey on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/12775007540365-How-to-get-started-with-Zoho-Survey-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zoho Survey on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Zoho Survey How to get started with Zoho Survey on Zapier Updated May 12, 2026 11:48 Zoho Survey and Zapier connect to automate your survey workflows. You can trigger actions when survey responses are submitted and sync survey data with other apps. Prerequisites To use the Zoho Survey app on Zapier, you must have: A paid Zoho Survey plan (Enterprise or Pro). \"Response actions\" permission under the \"Survey Permissions\" role to create response triggers. Learn more about Zoho Survey's roles and permissions . Connect Zoho Survey to Zapier To create an app connection to Zoho Survey on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Survey . Click Add connection . A new browser tab or window will open. Log into Zoho and grant Zapier permission to access your Survey account. Your Zoho Survey account is now successfully connected to Zapier. About Zoho Survey's app Triggers, searches, and actions Triggers Survey Response Submission (Instant) - Triggers when a response is submitted for the selected survey. Searches No searches available for this app. Actions Send Email Invitations - Sends a survey through email to your contact or email address. API Request (Beta) - Makes a raw HTTP request with the integration's authentication. Templates View all of Zoho Survey's templates Additional Zoho Survey resources Zapier's Zoho Survey integration page Zoho Survey Help Center"
|
|
},
|
|
"microsoft-teams-events": {
|
|
"slug": "microsoft-teams-events",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Teams Events app on Zapier, you must have: A paid Microsoft Teams plan . Global Administrator access or an admin account to manage external tenants."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Teams Events to Zapier To create an app connection to Microsoft Teams Events on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Teams Events . Click Add connection . A new browser window will open. Log in with"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft Teams Events on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26737651802253-How-to-get-started-with-Microsoft-Teams-Events-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft Teams Events on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Microsoft Teams Events How to get started with Microsoft Teams Events on Zapier Updated May 12, 2026 11:48 Microsoft Teams Events and Zapier connect to automate your webinar and event management workflows. You can manage registrations, transcriptions, channels, and messages. Prerequisites To use the Microsoft Teams Events app on Zapier, you must have: A paid Microsoft Teams plan . Global Administrator access or an admin account to manage external tenants. Connect Microsoft Teams Events to Zapier To create an app connection to Microsoft Teams Events on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Teams Events . Click Add connection . A new browser window will open. Log in with your Microsoft account . Grant Zapier permission to access your account if prompted. Your Microsoft Teams Events account is now successfully connected to Zapier. About Microsoft Teams Events's app Triggers, searches, and actions Triggers New Webinar Registration (Polling) - Triggers when someone registers for a webinar. New Transcription (Polling) - Triggers when a new transcription is created. Searches Message Query - Search across Microsoft Teams using Microsoft Graph Search. Find Private Channel Member - Finds a private channel member by email address. Find Messages - Finds chat or channel messages using a search query. Find Webinar - Finds a webinar and its sessions given its ID. Find Webinar Registration - Finds a webinar registration given its ID. Get Message - Retrieves a specific channel message using the message ID. Get Message Replies - Retrieves the replies to a channel message. Actions Add Member to Private Channel - Adds a member to a private channel. Remove Member From Private Channel - Removes a member from a private channel. Update Channel - Updates a channel. Delete Message - Soft-deletes a message in a chat or channel. Create Webinar Attendance Report - Creates an attendance report for a completed webinar session. Templates View all of Microsoft Teams Events's templates Additional Microsoft Teams Events resources Zapier's Microsoft Teams Events integration page Microsoft Teams documentation"
|
|
},
|
|
"egnyte": {
|
|
"slug": "egnyte",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Fixing API endpoint URL errors in custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36203842707213-Fixing-API-endpoint-URL-errors-in-custom-actions"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 14, 2026 09:42 When testing a custom action , you get an error message which indicates the domain or API endpoint is incorrect for the API request. Causes This error occurs because the custom action\u2019s API endpoint URL is incorrect. Apps such as Glean, Workday, Oracle Eloqua, Jira Software Cloud, and Egnyte require the API endpoint URL to include a unique identifier specific to your organization. Custom actions cannot generate this identifier because these URLs are dynamic. For example, Glean\u2019s API requires the subdomain to be specified in the URL when making the API request. How to fix it In your app\u2019s API documentation, find the format required for an API endpoint. Edit the code in your custom action. In the Custom Action Builder , in the left panel , click the Advanced tab. In the Code editor, find the API URL and adjust it according to the format the app expects. In the right panel, click Run test. Retesting the action should then allow your custom action to reach your domain with the expected endpoint URL. Glean Glean API requests for Glean require a subdomain . For example, if your Glean subdomain is mycompany-be , the API endpoint URL must contain the subdomain. https://mycompany-be.glean.com/rest/api/v1/getdocuments . For more information on Glean\u2019s API, refer to their API documentation . Workday Workday API requests for Workday require the tenantHostname and tenant . For example, the tenantHouse is impl.wd12.myworkday.com and your tenant is mytenant . The API endpoint URL must contain the tenantHouse and tenant. https://impl-services1.wd12.myworkday.com/ccx/api/v1/mytenant The URL structure can also be represented more generally as: https:///api/// You can find this information in the address bar after logging into Workday. https://impl.wd12.myworkday.com/mytenant/d/home.htmld For more information on Workday\u2019s API, refer to: REST Concepts REST Directory Oracle Eloqua Oracle Eloqua API requests for Oracle Eloqua require a base URL . For example, if your Oracle Eloqua base URL is https://secure.p03.eloqua.com , the API endpoint URL must contain the base URL. https://secure.p03.eloqua.com/API/Rest/2.0?page=5&count=30 For more information on Oracle\u2019s Eloqua\u2019s API, refer to Oracle Eloqua\u2019s API documentation . Note The base URL is subject to change from time to time. If you notice that the Zap shows errors or the URL looks different when you log into your Oracle Eloqua account, you might need to update the API endpoint URL in your custom a"
|
|
},
|
|
"looker": {
|
|
"slug": "looker",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Looker app on Zapier, you must have: A paid Looker plan . Admin access to generate API credentials (or request credentials from your admin). For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Looker to Zapier To create an app connection to Looker on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Looker . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Looker URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Looker now available on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27966205752589-Looker-now-available-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Looker on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27950816667789-How-to-get-started-with-Looker-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated October 03, 2025 15:31 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. Amplify your data analysis with Looker on Zapier. This app allows you to manage data records and user roles. Triggers New Record Created in Look New User New Record Created in SQL Query Actions Add Role(s) to User Add User to Group Create Credentials - Email Create User Delete User Execute SQL Query Run Look Send Password Reset or Account Setup Email Learn more about how to get started with Looker today!"
|
|
},
|
|
"adobe-acrobat-sign": {
|
|
"slug": "adobe-acrobat-sign",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Adobe Acrobat Sign app on Zapier, you must have: An Adobe Acrobat Sign business plan or a free Adobe Sign Business Trial."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Adobe Acrobat Sign to Zapier To create an app connection to Adobe Acrobat Sign on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Adobe Acrobat Sign . Click Add connection . A new browser tab or window will open. Log into Adobe Acrobat Sign to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Adobe Acrobat Sign on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37452852249101-How-to-get-started-with-Adobe-Acrobat-Sign-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Adobe Acrobat Sign on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Adobe Acrobat Sign How to get started with Adobe Acrobat Sign on Zapier Updated May 11, 2026 14:30 Adobe Acrobat Sign and Zapier connect to automate your e-signature workflows. You can trigger actions when agreements are signed and automatically create signature requests from other apps. Prerequisites To use the Adobe Acrobat Sign app on Zapier, you must have: An Adobe Acrobat Sign business plan or a free Adobe Sign Business Trial. Connect Adobe Acrobat Sign to Zapier To create an app connection to Adobe Acrobat Sign on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Adobe Acrobat Sign . Click Add connection . A new browser tab or window will open. Log into Adobe Acrobat Sign to authenticate. Grant Zapier permission to access your account if prompted to. Your Adobe Acrobat Sign account is now successfully connected to Zapier. About Adobe Acrobat Sign's app Triggers, searches, and actions Triggers Agreement Created - Triggers when a new Agreement is Created. Agreement Email Viewed - Triggers when an Agreement Email is Viewed. Agreement Event Occurred - Triggers when Any Agreement Event Occurred. Agreement Expired - Triggers when an Agreement has Expired. Agreement Recalled - Triggers when an Agreement is Recalled. Agreement Rejected - Triggers when an Agreement is Rejected. Agreement Reminder Sent - Triggers when an Agreement Reminder is Sent. Agreement Signed by a Participant - Triggers when an Agreement is Signed by a Participant. Agreement Signed by All Participants - Triggers when an Agreement Workflow is Completed. Agreement State Changed - Triggers when an Agreement is Created, Recalled, Rejected, Expired, Signed by a Participant or Workflow Completed. Searches Find a List of All Agreements - Find a List of All Agreements. Find a List of All Document IDs of Agreement - Find a List of All Document IDs of Agreement. Find Form Field Data of Agreement in JSON Format - Find Form Field Data of Agreement in JSON Format. Find the Agreement Status - Find the Agreement Status. Find the Signing URL - Find the Signing URL. Actions Create a Document From an Agreement - Create a Document From an Agreement. Create a PDF of Signed Agreement - Create a PDF of the S"
|
|
},
|
|
"chargify": {
|
|
"slug": "chargify",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Chargify app on Zapier, you must have: A paid Zapier plan. Chargify is a premium app on Zapier. An active Chargify account (now called Maxio Advanced Billing). Owner or admin permissions in your Chargify account to create API keys ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Chargify to Zapier To create an app connection to Chargify on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chargify . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Subdomain : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Chargify on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40859028610957-How-to-get-started-with-Chargify-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Chargify on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Chargify How to get started with Chargify on Zapier Updated April 10, 2026 17:03 Chargify and Zapier connect to automate billing workflows. You can trigger actions when new customers, subscriptions, or invoices are created and create or update customer data. Available on plans: Free Professional Team Enterprise Prerequisites To use the Chargify app on Zapier, you must have: A paid Zapier plan. Chargify is a premium app on Zapier. An active Chargify account (now called Maxio Advanced Billing). Owner or admin permissions in your Chargify account to create API keys . Connect Chargify to Zapier To create an app connection to Chargify on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Chargify . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Subdomain : Enter your Chargify subdomain (the part before .chargify.com in your Chargify URL). API Key : Enter your Chargify API key. Click Yes, Continue to Chargify . Your Chargify account is now successfully connected to Zapier. About Chargify's app Triggers, searches, and actions Triggers New Customer - Triggers when a customer is added. (Polling) New Subscription - Triggers when a new subscription is created. (Polling) Updated Subscription - Triggers when a subscription is updated. (Polling) New Invoice - Triggers when a new invoice is created. (Polling) New Subscription State - Triggers when the state of a subscription changes. (Polling) Searches Find a Customer - Finds a customer. Find a Product Family - Finds a product family. Find customer - Find a customer by customer ID. Optionally, create one if none are found. Find a Product Family Component - Finds a product family component. Find a Product - Finds a product. Find a Subscription - Finds a subscription. Find subscription - Find a subscription by subscription ID. Optionally, create one if none are found. Actions Create Customer - Creates a customer. Create Subscription - Creates a subscription. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create Coupon - Creates a coupon. Create Product Price Point - Creates a product pr"
|
|
},
|
|
"servicenow": {
|
|
"slug": "servicenow",
|
|
"auth_signals": [
|
|
"basic_auth",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the ServiceNow app on Zapier, you must have: A paid ServiceNow subscription plan. If connecting using OAuth, a ServiceNow administrator must create an application registry for Zapier ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect ServiceNow to Zapier OAuth Basic authentication OAuth Before you connect to ServiceNow,",
|
|
"connect to ServiceNow by OAuth to Zapier. Before you start, ensure OAuth setup is complete. 1. Create an application registry You must create an application registry for Zapier and provide the following Zapier credentials: Zapier\u2019s redirect URL https://zapier.com/dashboard/auth/oauth/return/ServiceNowCLIAPI/ Zapier\u2019s logo URL https://cdn.zappy.app/d63b44a595100fcd1571372934b3448e.jpg 2. (Optional) Retrieve Client credentials You can provide users with the following two credentials from your Zapier application registry: Client ID Client Secret Once you complete these steps, users in your ServiceNow organization will be able to connect ServiceNow to Zapier by OAuth."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with ServiceNow on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496019865869-How-to-get-started-with-ServiceNow-on-Zapier"
|
|
},
|
|
{
|
|
"title": "ServiceNow administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40852666483853-ServiceNow-administrator-prerequisites-for-Zapier-connection"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with ServiceNow on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations ServiceNow How to get started with ServiceNow on Zapier Updated March 04, 2026 04:40 ServiceNow and Zapier connect to automate IT service management. You can trigger workflows when new records are created and create or update records in tables. Prerequisites To use the ServiceNow app on Zapier, you must have: A paid ServiceNow subscription plan. If connecting using OAuth, a ServiceNow administrator must create an application registry for Zapier . Connect ServiceNow to Zapier OAuth Basic authentication OAuth Before you connect to ServiceNow, your administrator must set up your ServiceNow environment . To create an app connection to ServiceNow on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ServiceNow . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Instance URL : Enter your ServiceNow instance URL (e.g., https://yourinstance.service-now.com) . (Optional) Ask your ServiceNow administrator to provide these client credentials values needed for these fields: Client ID : Enter your ServiceNow Client ID . Client Secret : Enter your ServiceNow Client Secret . Click Yes, Continue to ServiceNow. Log into ServiceNow to authenticate. Grant Zapier permission to access your account if prompted to. Your ServiceNow account is now successfully connected to Zapier. Basis authentication To create an app connection to ServiceNow on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select ServiceNow . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Instance URL : Enter your ServiceNow instance URL (e.g., https://yourinstance.service-now.com). Username : Enter your ServiceNow username . Password : Enter your ServiceNow password . Click Yes, Continue to ServiceNow. Your ServiceNow account is now successfully connected to Zapier. About ServiceNow's app Triggers, searches, and actions Triggers New Record (Polling) - Triggers when a new record is created. Updated Record (Polling) - Triggers when an existing record is updated. Searches Find File - Finds a file by name. Find or Create Record - th"
|
|
},
|
|
"amazon-sqs": {
|
|
"slug": "amazon-sqs",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon SQS app on Zapier, you must have: A paid Zapier account. Amazon SQS is a premium app on Zapier. An active AWS account with access to Amazon SQS service. At least one SQS queue created in your AWS account. A dedicated IAM user for Zapier in AWS with SQS permissions ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon SQS to Zapier To create an app connection to Amazon SQS on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon SQS . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Amazon SQS on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495989136013-How-to-get-started-with-Amazon-SQS-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Amazon SQS on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Amazon SQS How to get started with Amazon SQS on Zapier Updated April 10, 2026 17:03 Amazon SQS and Zapier connect to automate messaging workflows. You can trigger actions when new messages or queues are added and create new messages or queues. Available on plans: Free Professional Team Enterprise Prerequisites To use the Amazon SQS app on Zapier, you must have: A paid Zapier account. Amazon SQS is a premium app on Zapier. An active AWS account with access to Amazon SQS service. At least one SQS queue created in your AWS account. A dedicated IAM user for Zapier in AWS with SQS permissions . Connect Amazon SQS to Zapier To create an app connection to Amazon SQS on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon SQS . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter your AWS Access Key ID . Secret Access Key : Enter your AWS Secret Access Key . Region : Enter your AWS region . Click Yes, Continue to Amazon SQS . Your Amazon SQS account is now successfully connected to Zapier. About Amazon SQS's app Triggers, searches, and actions Triggers New JSON Message - Triggers when you add a new message and loads JSON from the message and passes that to the general trigger data. (Polling) New Queue - Triggers when you add a new queue. (Polling) New Message - Triggers when you add a new message. (Polling) Searches No search actions available for Amazon SQS. Actions Create Message - Create a new message. Create JSON Message - Create a new JSON message using data from the source trigger Create Queue - Create a new queue. Templates View all of Amazon SQS's templates . Additional Amazon SQS resources Zapier's Amazon SQS integration page Amazon SQS's Help Center Amazon SQS's API documentation"
|
|
},
|
|
"amazon-sns": {
|
|
"slug": "amazon-sns",
|
|
"auth_signals": [
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon SNS app on Zapier, you must have: A paid Zapier account. Amazon SNS is a premium app on Zapier. An active AWS account with access to Amazon SNS service. An Amazon SNS topic created in your AWS account. A dedicated IAM user for Zapier in AWS with SNS permissions . Zapier recommends the Amazon SNS Full Access managed policy or custom policy including the following minimim permissions: sns:Subscribe sns:Unsubscribe sns:ListTopics sns:ListSubscriptionsByTopic sns:ConfirmSubscription (Optionally) sns:Publish and sns:CreateTopic"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon SNS to Zapier To create an app connection to Amazon SNS on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon SNS . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Amazon SNS on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496007483149-How-to-get-started-with-Amazon-SNS-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Amazon SNS on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication Amazon SNS How to get started with Amazon SNS on Zapier Updated April 10, 2026 17:03 Amazon SNS and Zapier connect to automate notifications. You can trigger workflows when new messages arrive and create messages or topics automatically. Available on plans: Free Professional Team Enterprise Prerequisites To use the Amazon SNS app on Zapier, you must have: A paid Zapier account. Amazon SNS is a premium app on Zapier. An active AWS account with access to Amazon SNS service. An Amazon SNS topic created in your AWS account. A dedicated IAM user for Zapier in AWS with SNS permissions . Zapier recommends the Amazon SNS Full Access managed policy or custom policy including the following minimim permissions: sns:Subscribe sns:Unsubscribe sns:ListTopics sns:ListSubscriptionsByTopic sns:ConfirmSubscription (Optionally) sns:Publish and sns:CreateTopic Connect Amazon SNS to Zapier To create an app connection to Amazon SNS on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon SNS . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Access Key ID : Enter your AWS Access Key ID . Secret Access Key : Enter your AWS Secret Access Key . Region : Enter your AWS region (e.g., us-east-1). Click Yes, Continue to Amazon SNS . Your Amazon SNS account is now successfully connected to Zapier. About Amazon SNS's app Triggers, searches, and actions Triggers New JSON Message (Instant) - Triggers when a new JSON message is sent on a topic and parses the message body as JSON. Automatically manages the subscription. New Message (Instant) - Triggers when a new message is sent on a topic. Automatically manages the subscription. New Topic (Polling) - Triggers when you add a new topic. Searches No search actions available for Amazon SNS. Actions Create Message - Create a new message. Create JSON Message - Create a new JSON message using data from the source trigger. Create Topic - Create a new topic. Limitations AWS SNS service quotas apply , including limits of 100,000 standard topics per account and 1,000 FIFO topics per account. API throttling limits apply, with varying rates depending on the AWS region (ranging from 300 "
|
|
},
|
|
"braintree": {
|
|
"slug": "braintree",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "App update: Braintree",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19313830231309-App-update-Braintree"
|
|
}
|
|
],
|
|
"excerpt": "Updated May 29, 2026 18:17 Note This information was accurate at the time of publication. Please check out the latest product update notes for any updates or changes. We\u2019ve created a new Braintree app to keep current with the latest API updates from Braintree. The new app includes three new triggers: New Transaction - you can filter the trigger by transaction status. New Dispute. New Subscription. As a result, Zap workflows that use the old Braintree app (now legacy app ) will stop working on September 30, 2023. To access the new Braintree app and keep your Zap workflows running, you\u2019ll need to update your Zap workflows to use the new Braintree app. Go to My Apps . Search for and select the Braintree (Legacy) app . Click the Zap workflows tab. Update each Zap to replace the old Braintree (Legacy) app with the latest Braintree app . You\u2019ll need to reconnect your Braintree account(s) and set up any steps that use the Braintree app again. Learn more about updating your Zap workflows to the latest app version ."
|
|
},
|
|
"figma": {
|
|
"slug": "figma",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Figma app on Zapier, you must have: An active Figma account (free Starter plan or any paid plan). To use the File Updated or New Comment (Instant) trigger, a Figma paid plan (Professional, Organization, or Enterprise). To use the New Dev Resource trigger or Create Dev Resource action, a Dev seat in Figma. To use the New Variable trigger, Create Variable action, or Update Variable action, a Figma Enterprise plan and a full seat or admin role in the organization. To use the New Project File trigger, a personal access token from your Figma account. Access to the files you want to integrate with. Find your Figma personal access token To generate a personal access token in Figma: In Figma, click your profile icon, then go to Settings . Scroll to the Security section and select Personal access tokens . Click Generate new token . Grant access to the scopes your Zap workflows require. Set the expiration to your preferred duration. Click Generate token and copy the token. Learn more about managing personal access tokens in Figma ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Figma to Zapier To create an app connection to Figma on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Figma . Click Add connection . A new browser tab or window will open. Log into Figma to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Figma on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39640412485773-How-to-get-started-with-Figma-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Figma on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files Figma How to get started with Figma on Zapier Updated May 29, 2026 18:13 Figma and Zapier connect to automate your design workflows. You can trigger actions when files are updated or comments are added and create comments, images, or dev resources. Prerequisites To use the Figma app on Zapier, you must have: An active Figma account (free Starter plan or any paid plan). To use the File Updated or New Comment (Instant) trigger, a Figma paid plan (Professional, Organization, or Enterprise). To use the New Dev Resource trigger or Create Dev Resource action, a Dev seat in Figma. To use the New Variable trigger, Create Variable action, or Update Variable action, a Figma Enterprise plan and a full seat or admin role in the organization. To use the New Project File trigger, a personal access token from your Figma account. Access to the files you want to integrate with. Find your Figma personal access token To generate a personal access token in Figma: In Figma, click your profile icon, then go to Settings . Scroll to the Security section and select Personal access tokens . Click Generate new token . Grant access to the scopes your Zap workflows require. Set the expiration to your preferred duration. Click Generate token and copy the token. Learn more about managing personal access tokens in Figma . Connect Figma to Zapier To create an app connection to Figma on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Figma . Click Add connection . A new browser tab or window will open. Log into Figma to authenticate. Grant Zapier permission to access your account if prompted to. (Optional) In the Personal access token field, enter your Figma personal access token . This is required if you plan to use the New Project File trigger. Your Figma account is now successfully connected to Zapier. About Figma's app Triggers, searches, and actions Triggers File Updated (Paid Accounts Only) (Instant) - Triggers when a file is updated (within 30 minutes of editing inactivity in a file). New Comment (Paid Accounts Only) (Instant) - Triggers when a new comment is created in a Figma file. New Project File (Polling) - Triggers when a new file is added to a project. New Variable (Enterprise Only"
|
|
},
|
|
"google-vertex-ai": {
|
|
"slug": "google-vertex-ai",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Vertex AI app on Zapier, you must have: A Google Cloud account with Vertex AI APIs enabled . A paid Google Vertex AI plan ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Vertex AI to Zapier To create an app connection to Google Vertex AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Vertex AI . Click Add connection . A new browser tab or window will open. Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Classify text with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974297876237-Classify-text-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Draft an email with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974402370445-Draft-an-email-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Send prompts with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974321699853-Send-prompts-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Summarize text with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974289834125-Summarize-text-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Create chatbots with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974172725901-Create-chatbots-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Advanced fields for Google Vertex AI actions on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974085815053-Advanced-fields-for-Google-Vertex-AI-actions-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to get started with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974002216461-How-to-get-started-with-Google-Vertex-AI-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Analyze text sentiment with Google Vertex AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18974040344973-Analyze-text-sentiment-with-Google-Vertex-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated March 04, 2026 04:43 With Google Vertex AI, you can use artificial intelligence to classify text amongst a list of categories. Example You can classify text such as: Spam detection Sentiment analysis Topic detection Content moderation To set up a Classify Text action: 1. Choose the app and event In the Zap outline, click the Action step or the plus sign + to add a new action. A dialog box will open. Search and select Google Vertex AI . Click the Action event dropdown menu. Select Classify Text . Click Continue . 2. Connect to Google Vertex AI Click Sign in . A pop-up window will appear. Log into your Google Cloud account . Click Continue . 3. Set up Classify Text Text : Add text or map fields from previous steps to summarize. Categories : Add the name of your categories for classification. To add a new category, click out of the field and a new category row will appear. Project ID : From the dropdown menu, select your project ID. Model Region : By default, us-central1 will be selected. Advanced Fields (optional) : To adjust your large language model (LLM) parameters, select True from the Advanced Fields dropdown menu. Your screen will refresh to show the advanced fields . Once you\u2019ve set up your fields, click Continue. 4. Test the action Click Test action . The next screen will show if Zapier can perform the action step successfully. Once you\u2019ve set up your Classify Text action, you can continue setting up the rest of your Zap."
|
|
},
|
|
"databricks": {
|
|
"slug": "databricks",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites A Databricks account with account admin or workspace admin permissions. Access to the Databricks administration console. 1. Create a custom OAuth application in Databricks Integrating with the Databricks platform requires creating a custom OAuth2 application within your instance's general settings. Log in to your Databricks account. Follow the steps outlined in the Databricks official documentation to enable and configure OAuth. When prompted for application details, use the following: Application Name: Enter Zapier Databricks Integration . Redirect URL: https://zapier.com/dashboard/auth/oauth/return/App214503CLIAPI/ Scopes: Select all-apis and offline_access . Tip If your organization uses multiple Databricks workspaces, ensure the OAuth application is correctly scoped or configured for the specific workspaces your team needs to automate. 2. Share credentials with your team Once the OAuth process is completed in Databricks, the system will generate two pieces of information: Client ID Client Secret You must provide these credentials to the users in your organization. They will be required to enter these values when they attempt to",
|
|
"Prerequisites To use the Databricks app on Zapier, you must have: An active Databricks workspace account with access to a deployed workspace . A Databricks administrator must create and enable a partner OAuth application for Zapier in your Databricks account. For workspaces with token permission controls enabled: Databricks Premium plan or above is required to manage personal access token permissions . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect their Databricks account to Zapier.",
|
|
"connect to Zapier . This is useful if your Databricks instance requires IP allowlisting. Connect Databricks to Zapier To create an app connection to Databricks on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Databricks . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Client ID: Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Databricks administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42693541216653-Databricks-administrator-prerequisites-for-Zapier-connection"
|
|
},
|
|
{
|
|
"title": "How to get started with Databricks on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42130073639949-How-to-get-started-with-Databricks-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated April 21, 2026 12:06 This guide is for Databricks administrators. In order for members of your organization to connect to Databricks, you must first create a partner OAuth application for Zapier within your Databricks instance. Prerequisites A Databricks account with account admin or workspace admin permissions. Access to the Databricks administration console. 1. Create a custom OAuth application in Databricks Integrating with the Databricks platform requires creating a custom OAuth2 application within your instance's general settings. Log in to your Databricks account. Follow the steps outlined in the Databricks official documentation to enable and configure OAuth. When prompted for application details, use the following: Application Name: Enter Zapier Databricks Integration . Redirect URL: https://zapier.com/dashboard/auth/oauth/return/App214503CLIAPI/ Scopes: Select all-apis and offline_access . Tip If your organization uses multiple Databricks workspaces, ensure the OAuth application is correctly scoped or configured for the specific workspaces your team needs to automate. 2. Share credentials with your team Once the OAuth process is completed in Databricks, the system will generate two pieces of information: Client ID Client Secret You must provide these credentials to the users in your organization. They will be required to enter these values when they attempt to connect their Databricks account to Zapier."
|
|
},
|
|
"deepseek": {
|
|
"slug": "deepseek",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the DeepSeek app on Zapier, you must have: A DeepSeek platform account. Email registration using a supported email domain . A valid DeepSeek API key generated from your DeepSeek platform account. Account balance (either topped-up or granted balance) to pay for API usage, as DeepSeek operates on a pay-per-token model with no free tier."
|
|
],
|
|
"connect_steps": [
|
|
"Connect DeepSeek to Zapier To create an app connection to DeepSeek on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select DeepSeek . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with DeepSeek on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38953405080461-How-to-get-started-with-DeepSeek-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with DeepSeek on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence DeepSeek How to get started with DeepSeek on Zapier Updated August 20, 2025 12:55 DeepSeek and Zapier connect to automate AI tasks. You can create chat completions and make API requests to generate AI responses. Prerequisites To use the DeepSeek app on Zapier, you must have: A DeepSeek platform account. Email registration using a supported email domain . A valid DeepSeek API key generated from your DeepSeek platform account. Account balance (either topped-up or granted balance) to pay for API usage, as DeepSeek operates on a pay-per-token model with no free tier. Connect DeepSeek to Zapier To create an app connection to DeepSeek on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select DeepSeek . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your DeepSeek API key . Click Yes, Continue to DeepSeek . Your DeepSeek account is now successfully connected to Zapier. About DeepSeek's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Create Chat Completion - Creates a model response for the given chat conversation using DeepSeek AI. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limits are adjusted dynamically according to real-time traffic pressure and each account's short-term historical usage, with no option to increase limits for individual accounts. API usage requires maintaining sufficient balance in your DeepSeek account, with 402 \"Insufficient Balance\" errors occurring when funds run out. Learn more about DeepSeek error codes . Templates View all of DeepSeek's templates . Additional DeepSeek resources Zapier's DeepSeek integration page DeepSeek's API documentation"
|
|
},
|
|
"glean": {
|
|
"slug": "glean",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites A paid Zapier account. Glean is a premium app on Zapier. A paid Glean account. If your organization uses Microsoft Entra ID, Google, or Okta for connection, an administrator must complete a one-time setup before you can"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Glean to Zapier Find",
|
|
"connect to Glean. This one-time setup is required before your users can connect Glean to Zapier via their Microsoft, Google, or Okta accounts. Microsoft Entra ID SSO Google SSO Okta SSO Microsoft Entra ID SSO Before you start, ensure Glean\u2019s SSO configuration for Entra ID is complete. 1. Configure Zapier redirect URI Log in to your Azure portal . Go to App Registrations, and find the \u2018Glean SSO\u2019 app. In the left sidebar, click Manage and select Authentication . Click Add URI . A new text field will appear. Paste the following URL in the field: https://zapier.com/dashboard/auth/oauth/return/App222189CLIAPI/ Click Save . 2. Retrieve Client credentials You must provide users with the following three credentials from your Glean SSO app, which you can find in the Entra ID portal: Client ID (also called Application ID) Tenant ID (also called Directory ID) Client Secret key. To find this information: Find the Microsoft Entra client and client secret key. Find your Microsoft Entra tenant ID . Once you complete these steps, users in your Glean organization will be able to connect Glean to Zapier. Updating teammates permissions Depending on what Glean actions users want to use in Zapier, you may need to update a user\u2019s role to include additional permissions . The required permissions depend on what Glean actions the user is attempting to perform in their Zapier workflows. Google SSO Before you start, ensure Glean\u2019s SSO configuration for Google is complete. 1. Configure Zapier redirect URI Log in to your Google Cloud Project console . At the top of the page, click the project dropdown menu . Select your Glean project . In the left navigation panel, click APIs & Services. From the left sidebar of the APIs & Services dashboard, click Credentials . Under the OAuth 2.0 Client IDs section, click the entry for your Glean configuration. (e.g., Glean \u2026 SSO). In the A uthorized redirect URIs section, click + Add URI . Paste the following URL into the new field. This will be your Zapier"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Fixing API endpoint URL errors in custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36203842707213-Fixing-API-endpoint-URL-errors-in-custom-actions"
|
|
},
|
|
{
|
|
"title": "How to get started with Glean on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35589291090061-How-to-get-started-with-Glean-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Glean administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40885501187085-Glean-administrator-prerequisites-for-Zapier-connection"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 14, 2026 09:42 When testing a custom action , you get an error message which indicates the domain or API endpoint is incorrect for the API request. Causes This error occurs because the custom action\u2019s API endpoint URL is incorrect. Apps such as Glean, Workday, Oracle Eloqua, Jira Software Cloud, and Egnyte require the API endpoint URL to include a unique identifier specific to your organization. Custom actions cannot generate this identifier because these URLs are dynamic. For example, Glean\u2019s API requires the subdomain to be specified in the URL when making the API request. How to fix it In your app\u2019s API documentation, find the format required for an API endpoint. Edit the code in your custom action. In the Custom Action Builder , in the left panel , click the Advanced tab. In the Code editor, find the API URL and adjust it according to the format the app expects. In the right panel, click Run test. Retesting the action should then allow your custom action to reach your domain with the expected endpoint URL. Glean Glean API requests for Glean require a subdomain . For example, if your Glean subdomain is mycompany-be , the API endpoint URL must contain the subdomain. https://mycompany-be.glean.com/rest/api/v1/getdocuments . For more information on Glean\u2019s API, refer to their API documentation . Workday Workday API requests for Workday require the tenantHostname and tenant . For example, the tenantHouse is impl.wd12.myworkday.com and your tenant is mytenant . The API endpoint URL must contain the tenantHouse and tenant. https://impl-services1.wd12.myworkday.com/ccx/api/v1/mytenant The URL structure can also be represented more generally as: https:///api/// You can find this information in the address bar after logging into Workday. https://impl.wd12.myworkday.com/mytenant/d/home.htmld For more information on Workday\u2019s API, refer to: REST Concepts REST Directory Oracle Eloqua Oracle Eloqua API requests for Oracle Eloqua require a base URL . For example, if your Oracle Eloqua base URL is https://secure.p03.eloqua.com , the API endpoint URL must contain the base URL. https://secure.p03.eloqua.com/API/Rest/2.0?page=5&count=30 For more information on Oracle\u2019s Eloqua\u2019s API, refer to Oracle Eloqua\u2019s API documentation . Note The base URL is subject to change from time to time. If you notice that the Zap shows errors or the URL looks different when you log into your Oracle Eloqua account, you might need to update the API endpoint URL in your custom a"
|
|
},
|
|
"bizzabo": {
|
|
"slug": "bizzabo",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Bizzabo app on Zapier, you must have: An active Bizzabo Event Experience OS subscription."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Bizzabo to Zapier To create an app connection to Bizzabo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bizzabo . Click Add connection . A new browser tab or window will open. Log into Bizzabo to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Bizzabo on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42444925987085-How-to-get-started-with-Bizzabo-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Bizzabo on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Bizzabo How to get started with Bizzabo on Zapier Updated January 06, 2026 15:24 Bizzabo and Zapier connect to automate event management. You can trigger actions when new registrants sign up and create contacts in CRMs or log data. Prerequisites To use the Bizzabo app on Zapier, you must have: An active Bizzabo Event Experience OS subscription. Connect Bizzabo to Zapier To create an app connection to Bizzabo on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Bizzabo . Click Add connection . A new browser tab or window will open. Log into Bizzabo to authenticate. Grant Zapier permission to access your account if prompted to. Your Bizzabo account is now successfully connected to Zapier. About Bizzabo's app Triggers, searches, and actions Triggers New Order (Instant) - Triggers when a new order is placed in an active event. Registration Transfer (Instant) - Triggers when registration is transferred to another attendee in an active event. Update Registrant (Instant) - Triggers when there is an update to registration details in an active event. New Registrant (Instant) - Triggers when there is a new registration to an active event. Update Order (Instant) - Triggers when there is an update to the order status in an active event. Searches No searches available. Actions No actions available. Limitations API rate limit of 50 requests per second. When exceeded, you will receive a 429 HTTP error code. Templates View all of Bizzabo's templates . Use cases New App: Create Meaningful Events with Bizzabo The 8 best event management and planning software Effective Networking: 6 Apps to Meet New People and Build Professional Connections Additional Bizzabo resources Zapier's Bizzabo integration page Bizzabo's Help Center Bizzabo's API documentation"
|
|
},
|
|
"salesloft": {
|
|
"slug": "salesloft",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Salesloft app on Zapier, you must have: A paid Zapier account. Salesloft is a premium app on Zapier. An active Salesloft account with appropriate permissions to create API keys ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Salesloft to Zapier To create an app connection to Salesloft on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Salesloft . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Salesloft on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860120242573-How-to-get-started-with-Salesloft-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Salesloft: new app launched",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27161463892365-Salesloft-new-app-launched"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Salesloft on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Salesloft How to get started with Salesloft on Zapier Updated April 10, 2026 17:04 Salesloft and Zapier connect to automate your sales work. You can trigger actions when new persons or accounts are created and create new contacts in other apps. Available on plans: Free Professional Team Enterprise Prerequisites To use the Salesloft app on Zapier, you must have: A paid Zapier account. Salesloft is a premium app on Zapier. An active Salesloft account with appropriate permissions to create API keys . Connect Salesloft to Zapier To create an app connection to Salesloft on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Salesloft . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Salesloft API key . Click Yes, Continue to Salesloft . Your Salesloft account is now successfully connected to Zapier. About Salesloft's app Triggers, searches, and actions Triggers Account Created, Updated or Deleted (Instant) - Triggers when an event occurs for a Account. Supports created, updated and deleted Account events. Call Created or Updated (Instant) - Triggers when an event occurs for a Call. Supports created and updated Call events. Cadence Created, Updated or Deleted (Instant) - Triggers when an event occurs for a Cadence. Supports created, updated and deleted Cadence events. Meeting Created or Updated (Instant) - Triggers when an event occurs for a Meeting. Supports created and updated Meeting events. Note Created, Updated or Deleted (Instant) - Triggers when an event occurs for a Note. Supports created, updated and deleted Note events. Person Created, Updated or Deleted (Instant) - Triggers when an event occurs for a person. Supports created, updated and deleted person events. Step Created, Created/Updated or Deleted (Instant) - Triggers when an event occurs for a Step. Supports created, created or updated, and deleted Step events. Task Created, Completed or Deleted (Instant) - Triggers when an event occurs for a task. Supports created, completed and deleted task events. User Created or Updated (Instant) - Triggers when an event occurs for a user. Supports created and updated user events."
|
|
},
|
|
"mcp-client-by-zapier": {
|
|
"slug": "mcp-client-by-zapier",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To"
|
|
],
|
|
"connect_steps": [
|
|
"To create an app connection to a remote MCP server on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MCP Client . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Server URL : Enter the server URL . Transport : Select which transport your client supports: Streamable HTTP SSE OAuth : Select if the remote MCP server requires OAuth connection or not. If you select \u201c Yes \u201d the Bearer Token field will be ignored. (Optional) Bearer Token : Enter the bearer token, if required for authentication. Click Yes, Continue to MCP Client . A new browser tab or window will open. Log into your desired remote MCP server to authenticate. Grant Zapier permission to access your account if prompted to. Your remote MCP server is now successfully connected to Zapier. If the account name does not include the server name, you should rename it now. This will help you identify it later if you add more servers. Troubleshoot connections to remote MCP servers App connection does not appear in the Zap editor After connecting to your remote MCP server, if it does not appear within the Zap editor, you may need to refresh the page. Immediate reconnection required If you connect to a remote MCP server but are immediately asked to reconnect, check the following: Permissions: Confirm you have the necessary permissions. Some servers require you to be on an allowed client list. Server connection requirements: Review your MCP server documentation and make sure the fields completed on the Connect an Account page are correct. For example, the server may only support SSE, and previously you selected Streamable HTTP . After ensuring the server's settings are correct, reconnect your account ."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Connect remote MCP servers to Zapier using MCP Client",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38777069364109-Connect-remote-MCP-servers-to-Zapier-using-MCP-Client"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 10, 2026 10:41 The MCP Client integration enables you to connect to remote Model Context Protocol (MCP) servers from within Zapier. Each MCP server has various tools you can use as triggers or actions to build your workflows. Beta MCP Client is a beta feature. It\u2019s available for use, but still in active development and may change. Prerequisites To connect to a remote MCP server using MCP Client: Check you have the necessary authentication credentials as stated in the MCP server documentation. Follow the server-specific connection instructions provided by each company. Instructions and requirements will vary. Note You should only connect to remote MCP servers you trust. Before connecting, review the server\u2019s security policies and conditions of use. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your remote MCP server requires IP allowlisting. Connect to MCP Client To create an app connection to a remote MCP server on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select MCP Client . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Server URL : Enter the server URL . Transport : Select which transport your client supports: Streamable HTTP SSE OAuth : Select if the remote MCP server requires OAuth connection or not. If you select \u201c Yes \u201d the Bearer Token field will be ignored. (Optional) Bearer Token : Enter the bearer token, if required for authentication. Click Yes, Continue to MCP Client . A new browser tab or window will open. Log into your desired remote MCP server to authenticate. Grant Zapier permission to access your account if prompted to. Your remote MCP server is now successfully connected to Zapier. If the account name does not include the server name, you should rename it now. This will help you identify it later if you add more servers. Troubleshoot connections to remote MCP servers App connection does not appear in the Zap editor After connecting to your remote MCP server, if it does not appear within the Zap editor, you may need to refresh the page. Immediate reconnection required If you connect to a remote MCP server but are immediately asked to reconnect, check the following: Permissions: Confirm you have the necessary permissions. Some servers require you to be on an allowed client list. Server connection requirements: Review you"
|
|
},
|
|
"deepgram": {
|
|
"slug": "deepgram",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Deepgram on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22963289383053-How-to-get-started-with-Deepgram-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Deepgram on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Deepgram How to get started with Deepgram on Zapier Updated January 29, 2024 10:15 Connect to Deepgram on Zapier Deepgram uses API keys to authenticate your account on Zapier. Required authentication fields API Key Additional authentication instructions Log into your Deepgram account at deepgram.com. Click API Keys in the left side navigation bar. Click Create a New API Key . Enter a name for your API key and set permissions for the key. Click Create Key . Copy the secret key . Learn more in creating a Deepgram API Key . About Deepgram's app Are self-hosted or cloud-hosted accounts supported? Both self- and cloud-hosted accounts Deepgram offers: Pay As You Go (cloud-hosted) Growth (cloud-hosted) Enterprise (cloud-hosted or self-hosted) accounts. Learn more about Deepgram's supported accounts . Is a paid Deepgram plan required? No View Deepgram's plans . Are any special account permissions required? No Making an API request that you do not have sufficient permissions for, will return 401 Unauthorized with this error. { \"err_code\":\"INSUFFICIENT_PERMISSIONS\", \"err_msg\":\"User does not have sufficient permissions.\", \"request_id\":\"uuid\" } Learn more about Deepgram's account permissions . Are there usage limits? Yes 100 concurrent API requests for Pay as You Go and Growth cloud-supported customers. If you exceed this limit, you'll see this error message: { \"err_code\": \"TOO_MANY_REQUESTS\", \"err_msg\": \"Too many requests. Please try again later\", \"request_id\": \"uuid\" } Learn more about Deepgram's usage limits . Are there pagination limits? No Do trigger samples use real data from your account or generic data? Not applicable Are custom fields supported? No Do update actions overwrite or append to existing data? Not applicable Is there any additional info? No"
|
|
},
|
|
"mistral-ai": {
|
|
"slug": "mistral-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Mistral AI app on Zapier, you must have: An active Mistral AI account. A Mistral AI Experiment or Scale plan to create an API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Mistral AI to Zapier To create an app connection to Mistral AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mistral AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Mistral AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950987756173-How-to-get-started-with-Mistral-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Mistral AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Mistral AI How to get started with Mistral AI on Zapier Updated August 21, 2025 09:31 Mistral AI and Zapier connect to automate AI workflows. You can trigger actions from other apps and create chat completions using AI models. Prerequisites To use the Mistral AI app on Zapier, you must have: An active Mistral AI account. A Mistral AI Experiment or Scale plan to create an API key . Connect Mistral AI to Zapier To create an app connection to Mistral AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Mistral AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Mistral AI API key . Click Yes, Continue to Mistral AI . Your Mistral AI account is now successfully connected to Zapier. About Mistral AI's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Create Chat Completion - Generate a chat completion using Mistral AI models API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Limitations Rate limits apply based on usage tiers. Mistral AI implements rate limits including requests per second (RPS) and tokens per minute/month, with restrictive limits on the free tier designed for exploration rather than production use. Different models have varying maximum token limits (ranging from 8k to 256k tokens), and the token count of prompts plus max_tokens cannot exceed the model's context length. Users must comply with Mistral AI's Usage Policy and cannot use the service for illegal content, harmful activities, or to violate third-party rights. Templates View all of Mistral AI's templates . Additional Mistral AI resources Zapier's Mistral AI integration page Mistral AI's Help Center Mistral AI's API documentation"
|
|
},
|
|
"real-phone-validation-da92196": {
|
|
"slug": "real-phone-validation-da92196",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect Real Phone Validation to Zapier. Are there any API token limits in Real Phone Validation when I use Real Phone Validation with Zapier? No, there are no token limits when using Real Phone Validation with Zapier. Are there any webhook subscription limits in Real Phone Validation when I use Real Phone Validation with Zapier? Real Phone Validation doesn't have any webhook subscription limits when you use Real Phone Validation with Zapier. Are custom fields in Real Phone Validation supported when I use Real Phone Validation with Zapier? No, Real Phone Validation does not support custom fields. Does Real Phone Validation use real trigger samples from my Real Phone Validation account? No, Real Phone Validation does not provide real trigger samples from your Real Phone Validation account. Only generic samples are provided. What kind of Real Phone Validation hosted account can I use with Zapier? Real Phone Validation's Zapier integration supports cloud-hosted accounts only. Connecting with Real Phone Validation When you create a Real Phone Validation Zap, you'll be asked to enter your Real Phone Validation API key. To locate your API Key in your Real Phone Validation account, please follow these steps: Login to your account at https://my.realvalidation.com and go to the \"Validation\" page, either by the buttons at the top of the page or the list on the left side of the page. On the left side there should be a string of characters under the \"Authorization Token\". That would be your API token. Paste your key back into your Zapier account and then \u201cContinue.\u201d If all steps were successful, your Real Phone Validation account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Real Phone Validation on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496078112525-How-to-Get-Started-with-Real-Phone-Validation-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:30 About Real Phone Validation's Integration What kind of authentication does Real Phone Validation use? Real Phone Validation uses API Keys. Do I need a paid Real Phone Validation account to use Real Phone Validation with Zapier? Yes. There is a free trial for 100 validations for qualifying businesses. You can request a quote for volume purchases and/or commitment pricing at https://realphonevalidation.com/quote/ You can see the no commitment, pay-as-you-go pricing for the common services listed in a popup when signing into your my.realvalidation.com account on the \"validation\" page. After your free trial, you can see what your current prices are (per validation) on that same validation page by looking at the validation options in the drop downs for manual or batch submission of chosen service. Do I need special account permissions in Real Phone Validation to use Real Phone Validation with Zapier? No, there aren't any specific Real Phone Validation account permissions to connect Real Phone Validation to Zapier. Are there any API token limits in Real Phone Validation when I use Real Phone Validation with Zapier? No, there are no token limits when using Real Phone Validation with Zapier. Are there any webhook subscription limits in Real Phone Validation when I use Real Phone Validation with Zapier? Real Phone Validation doesn't have any webhook subscription limits when you use Real Phone Validation with Zapier. Are custom fields in Real Phone Validation supported when I use Real Phone Validation with Zapier? No, Real Phone Validation does not support custom fields. Does Real Phone Validation use real trigger samples from my Real Phone Validation account? No, Real Phone Validation does not provide real trigger samples from your Real Phone Validation account. Only generic samples are provided. What kind of Real Phone Validation hosted account can I use with Zapier? Real Phone Validation's Zapier integration supports cloud-hosted accounts only. Connecting with Real Phone Validation When you create a Real Phone Validation Zap, you'll be asked to enter your Real Phone Validation API key. To locate your API Key in your Real Phone Validation account, please follow these steps: Login to your account at https://my.realvalidation.com and go to the \"Validation\" page, either by the buttons at the top of the page or the list on the left side of the page. On the left side there should be a string of characters under the \"Authorization Token\"."
|
|
},
|
|
"clerk": {
|
|
"slug": "clerk",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Clerk app on Zapier, you must have: A Clerk application for your project. A Secret Key from the Clerk Dashboard ( sk_test_ for development or sk_live_ for production). Find your Clerk Secret Key In the Clerk Dashboard , open API keys and copy your Secret Key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Clerk to Zapier To create an app connection to Clerk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Clerk . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Secret Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Clerk on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933169093773-How-to-get-started-with-Clerk-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Clerk on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Clerk How to get started with Clerk on Zapier April 08, 2026 15:51 Clerk and Zapier connect to automate user and organization workflows. You can trigger when users or organizations are created, create or update records, and look up users or organizations by ID. Prerequisites To use the Clerk app on Zapier, you must have: A Clerk application for your project. A Secret Key from the Clerk Dashboard ( sk_test_ for development or sk_live_ for production). Find your Clerk Secret Key In the Clerk Dashboard , open API keys and copy your Secret Key . Connect Clerk to Zapier To create an app connection to Clerk on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Clerk . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Secret Key field, enter your Clerk Secret Key . Click Yes, Continue to Clerk . Your Clerk account is now successfully connected to Zapier. About Clerk's app Triggers, searches, and actions Triggers New User (Polling) - Triggers when a new user is created in Clerk. New Organization (Polling) - Triggers when a new organization is created in Clerk. Searches Find User - Finds a user by ID in Clerk. Find Organization - Finds an organization by ID or slug in Clerk. Actions Create User - Creates a new user in Clerk. Create Organization - Creates a new organization in Clerk. Update User - Updates an existing user in Clerk. Delete User - Deletes a user from Clerk. Update Organization - Updates an existing organization in Clerk. Delete Organization - Deletes an organization from Clerk. Limitations Clerk Backend API usage is subject to your Clerk plan and Clerk\u2019s rate limits and quotas. Templates View all of Clerk's templates Additional Clerk resources Zapier's Clerk integration page Clerk Backend API reference Clerk documentation"
|
|
},
|
|
"appbot": {
|
|
"slug": "appbot",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Appbot app on Zapier, you must have: An active Appbot account. At least one app being tracked in your Appbot account (iOS, Google Play, or Windows app store)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Appbot to Zapier To create an app connection to Appbot on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Appbot . Click Add connection . A new browser tab or window will open. Log into Appbot to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Appbot on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42445108113421-How-to-get-started-with-Appbot-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Appbot on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Appbot How to get started with Appbot on Zapier Updated January 06, 2026 15:49 Appbot and Zapier connect to automate review monitoring. You can trigger actions when new app reviews arrive and create comments in custom sources. Prerequisites To use the Appbot app on Zapier, you must have: An active Appbot account. At least one app being tracked in your Appbot account (iOS, Google Play, or Windows app store). Connect Appbot to Zapier To create an app connection to Appbot on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Appbot . Click Add connection . A new browser tab or window will open. Log into Appbot to authenticate. Grant Zapier permission to access your account if prompted to. Your Appbot account is now successfully connected to Zapier. About Appbot's app Triggers, searches, and actions Triggers New Review (Instant) - Triggers when your app receives a new review. Searches No search actions available for this app. Actions Create Comment - Creates a new comment in your custom source. Limitations API requests are limited to 250,000 requests per month with a maximum burst of 20 requests per minute. Rate limiting is applied per team rather than per individual user, which may affect multiple team members using the same API credentials. Templates View all of Appbot's templates . Use cases 5 ways to get more\u2014and respond faster to\u2014customer reviews Automate and Analyze App Review Data with Appbot New for Our Facebook Pages Integration: Watch for New Recommendations Additional Appbot resources Zapier's Appbot integration page Appbot's Help Center Appbot's API documentation"
|
|
},
|
|
"microsoft-clarity": {
|
|
"slug": "microsoft-clarity",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Clarity app on Zapier, you must have: A Microsoft Clarity account (free). Admin access to your Clarity project."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Clarity to Zapier To create an app connection to Microsoft Clarity on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Clarity . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft Clarity on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20400888401805-How-to-get-started-with-Microsoft-Clarity-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft Clarity on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Microsoft Clarity How to get started with Microsoft Clarity on Zapier Updated May 12, 2026 11:48 Microsoft Clarity and Zapier connect to automate your website analytics workflows. You can receive updates on user behavior insights and heatmap data. Prerequisites To use the Microsoft Clarity app on Zapier, you must have: A Microsoft Clarity account (free). Admin access to your Clarity project. Connect Microsoft Clarity to Zapier To create an app connection to Microsoft Clarity on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Clarity . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access your Clarity account. Your Microsoft Clarity account is now successfully connected to Zapier. About Microsoft Clarity's app Triggers, searches, and actions Triggers Change in Dashboard Metrics (Instant) - Triggers when there's a change in dashboard metrics. Searches No searches available for this app. Actions No actions available for this app. Limitations Microsoft Clarity sends updates to Zapier every 6 hours via webhooks. Templates View all of Microsoft Clarity's templates Additional Microsoft Clarity resources Zapier's Microsoft Clarity integration page Microsoft Clarity's Zapier integration guide Microsoft Clarity documentation"
|
|
},
|
|
"feathery": {
|
|
"slug": "feathery",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Feathery app on Zapier, you must have: A Feathery account (free or paid)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Feathery to Zapier To create an app connection to Feathery on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Feathery . Click Add connection . A new browser tab or window will open. Log into Feathery and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Feathery on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/11281443265293-How-to-get-started-with-Feathery-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Feathery on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Feathery How to get started with Feathery on Zapier Updated May 12, 2026 11:48 Feathery and Zapier connect to automate your form and workflow management. You can trigger actions when form submissions are completed and sync form data with other apps. Prerequisites To use the Feathery app on Zapier, you must have: A Feathery account (free or paid). Connect Feathery to Zapier To create an app connection to Feathery on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Feathery . Click Add connection . A new browser tab or window will open. Log into Feathery and grant Zapier permission to access your account. Your Feathery account is now successfully connected to Zapier. About Feathery's app Triggers, searches, and actions Triggers New Submission (Instant) - Triggers when a form submission is completed. Searches No searches available for this app. Actions Create User - Creates a new user with optional form field data. Update User - Updates an existing user's form field data. Templates View all of Feathery's templates Additional Feathery resources Zapier's Feathery integration page Feathery's Zapier integration guide"
|
|
},
|
|
"azure-openai": {
|
|
"slug": "azure-openai",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Azure OpenAI integration on Zapier, you must have: A paid Zapier account. Azure OpenAI is a premium app on Zapier. A paid Azure subscription with Azure OpenAI Service enabled. View Azure OpenAI pricing . An Azure OpenAI resource with a deployed model. Your Resource Name and API Key. Appropriate cognitive services permissions assigned to your Microsoft account. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Azure OpenAI instance requires IP allowlisting. Get your Azure OpenAI credentials To connect Azure OpenAI to Zapier, you'll need your: Resource Name : The name of"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Azure OpenAI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33612891856013-How-to-get-started-with-Azure-OpenAI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Azure OpenAI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Azure OpenAI How to get started with Azure OpenAI on Zapier Updated August 10, 2026 10:41 Azure OpenAI and Zapier connect to automate AI-powered workflows. You can send messages to Azure-hosted OpenAI models, generate content, and integrate AI capabilities across your apps. Available on plans: Free Professional Team Enterprise Prerequisites To use the Azure OpenAI integration on Zapier, you must have: A paid Zapier account. Azure OpenAI is a premium app on Zapier. A paid Azure subscription with Azure OpenAI Service enabled. View Azure OpenAI pricing . An Azure OpenAI resource with a deployed model. Your Resource Name and API Key. Appropriate cognitive services permissions assigned to your Microsoft account. For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Azure OpenAI instance requires IP allowlisting. Get your Azure OpenAI credentials To connect Azure OpenAI to Zapier, you'll need your: Resource Name : The name of your Azure OpenAI resource in the Azure portal. API Key : Your Azure OpenAI resource API key, found in the Keys and Endpoint section of your resource. Learn more about Azure OpenAI role-based access control . Connect Azure OpenAI to Zapier To create an app connection to Azure OpenAI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Azure OpenAI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Resource Name : Enter your Azure OpenAI resource name. Key : Enter your Azure OpenAI API key. Log into Azure OpenAI to authenticate if prompted. Grant Zapier permission to access your account if prompted. Your Azure OpenAI account is now successfully connected to Zapier. About Azure OpenAI's app Triggers, searches, and actions Triggers No triggers are available for Azure OpenAI. Searches No search actions are available for Azure OpenAI. Actions Send Message to Assistant : Send a message and generate a response with memory and tool support. Powered by the Responses API. Send Chat Message : Send a chat message and generate a response. Optionally saves chat history. Powered by the Chat Completions API"
|
|
},
|
|
"ai-guardrails-by-zapier-ca231637": {
|
|
"slug": "ai-guardrails-by-zapier-ca231637",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use AI Guardrails by Zapier, you need: A Zapier account. About AI Guardrails by Zapier AI Guardrails actions use two types of AI technology: Machine learning (ML) actions are powered by AWS Comprehend , Amazon's natural language processing service. Large language models (LLM) actions are powered by Amazon Bedrock , Amazon's managed generative AI platform. ML actions Action What it does Detect PII Scans text for personally identifiable information such as names, addresses, SSNs, credit card numbers, and more Sentiment Detection Classifies text sentiment as positive, negative, neutral, or mixed with confidence scores Detect Toxicity Flags hate speech, threats, insults, and other harmful content ML actions return results with confidence scores indicating how certain the system is about each detection. For PII detection, the model can identify over 30 types of personally identifiable information, including names, addresses, financial account numbers, government IDs, and more. LLM actions Action What it does Detect Prompt Attack Identifies prompt injection and jailbreaking attempts designed to manipulate AI system behavior Detect Toxicity Flags hate speech, threats, insults, and other harmful content LLM actions assess the likelihood that content falls into a given category rather than applying deterministic rules. Amazon Bedrock Guardrails provides a configurable safety filter for these actions. Data handling These services process text in real time and send content to AWS Comprehend or Amazon Bedrock over encrypted connections. Input data is not used to train underlying models. Zapier's AWS organization has opted out of allowing AWS AI services to use customer content for model improvement. To detect and redact PII, AI Guardrails must first process the data. Like any Zapier workflow, data processed by AI Guardrails\u2014including any PII\u2014is temporarily stored in Zapier's logs (7 days) and in your Zap runs (29-69 days). You can reduce data retention by delet"
|
|
],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with AI Guardrails by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43960366238221-How-to-get-started-with-AI-Guardrails-by-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with AI Guardrails by Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Zapier AI AI Guardrails by Zapier How to get started with AI Guardrails by Zapier Updated May 29, 2026 18:18 AI Guardrails by Zapier adds AI safety, compliance, and detection to your workflows on Zapier. You can analyze sentiment, detect prompt attack and toxicity, and find PII. This allows you to check the output from an AI model before using it in your workflow. Prerequisites To use AI Guardrails by Zapier, you need: A Zapier account. About AI Guardrails by Zapier AI Guardrails actions use two types of AI technology: Machine learning (ML) actions are powered by AWS Comprehend , Amazon's natural language processing service. Large language models (LLM) actions are powered by Amazon Bedrock , Amazon's managed generative AI platform. ML actions Action What it does Detect PII Scans text for personally identifiable information such as names, addresses, SSNs, credit card numbers, and more Sentiment Detection Classifies text sentiment as positive, negative, neutral, or mixed with confidence scores Detect Toxicity Flags hate speech, threats, insults, and other harmful content ML actions return results with confidence scores indicating how certain the system is about each detection. For PII detection, the model can identify over 30 types of personally identifiable information, including names, addresses, financial account numbers, government IDs, and more. LLM actions Action What it does Detect Prompt Attack Identifies prompt injection and jailbreaking attempts designed to manipulate AI system behavior Detect Toxicity Flags hate speech, threats, insults, and other harmful content LLM actions assess the likelihood that content falls into a given category rather than applying deterministic rules. Amazon Bedrock Guardrails provides a configurable safety filter for these actions. Data handling These services process text in real time and send content to AWS Comprehend or Amazon Bedrock over encrypted connections. Input data is not used to train underlying models. Zapier's AWS organization has opted out of allowing AWS AI services to use customer content for model improvement. To detect and redact PII, AI Guardrails must first process the data. Like any Zapier workflow, data processed by AI Guardrails\u2014including any PII\u2014is temporarily stored in Z"
|
|
},
|
|
"synthesia": {
|
|
"slug": "synthesia",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Synthesia app on Zapier, you must have: A paid Synthesia plan . Find your Synthesia credentials To find your API key: Follow Synthesia's instructions to create an API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Synthesia to Zapier To create an app connection to Synthesia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Synthesia . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Synthesia on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15685793406093-How-to-get-started-with-Synthesia-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Synthesia on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Synthesia How to get started with Synthesia on Zapier Updated May 12, 2026 11:48 Synthesia and Zapier connect to automate your AI video creation workflows. You can generate videos with AI avatars and integrate video creation into your automations. Prerequisites To use the Synthesia app on Zapier, you must have: A paid Synthesia plan . Find your Synthesia credentials To find your API key: Follow Synthesia's instructions to create an API key . Connect Synthesia to Zapier To create an app connection to Synthesia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Synthesia . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Synthesia API key . Click Yes, Continue to Synthesia . Your Synthesia account is now successfully connected to Zapier. About Synthesia's app Triggers, searches, and actions Triggers New Video Ready (Instant) - Triggers when a new video is ready. Searches No searches available for this app. Actions Request New Video (From Template) - Request a new video from the template. Request New Video - Request a new video with custom avatar, script, and background options. Templates View all of Synthesia's templates Additional Synthesia resources Zapier's Synthesia integration page Synthesia's personalization guide Synthesia's API documentation"
|
|
},
|
|
"blazedotai": {
|
|
"slug": "blazedotai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Blaze.ai app on Zapier, you must have: A paid Blaze.ai plan . Find your Blaze.ai credentials To find your API key: Log into Blaze.ai. Click your Workspace's avatar in the top left. Select Settings . Go to Integrations . Select New Key . Copy your API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Blaze.ai to Zapier To create an app connection to Blaze.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Blaze.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Blaze.ai on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20626311075981-How-to-get-started-with-Blaze-ai-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Blaze.ai on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Blaze.ai How to get started with Blaze.ai on Zapier Updated May 12, 2026 11:48 Blaze.ai and Zapier connect to automate your content creation workflows. You can trigger actions when content is created and manage your AI-powered writing projects. Prerequisites To use the Blaze.ai app on Zapier, you must have: A paid Blaze.ai plan . Find your Blaze.ai credentials To find your API key: Log into Blaze.ai. Click your Workspace's avatar in the top left. Select Settings . Go to Integrations . Select New Key . Copy your API key . Connect Blaze.ai to Zapier To create an app connection to Blaze.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Blaze.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Blaze.ai API key . Click Yes, Continue to Blaze.ai . Your Blaze.ai account is now successfully connected to Zapier. About Blaze.ai's app Triggers, searches, and actions Triggers Publish Doc (Polling) - Triggers when a doc is published. Searches No searches available for this app. Actions Generate an Article - Tell Blaze your mission\u2014be it an email, blog, or script\u2014and receive a customized document that speaks your brand's language. Turn Into - Convert your article into anything, from an email newsletter to a social media post. Brainstorm Ideas - Enter your topic, and Blaze will generate creative ideas for your content. Generate Outline - Provide a topic and Blaze will create an outline to guide your next post. Templates View all of Blaze.ai's templates Additional Blaze.ai resources Zapier's Blaze.ai integration page Blaze.ai website"
|
|
},
|
|
"microsoft-dynamics365-business-c": {
|
|
"slug": "microsoft-dynamics365-business-c",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Dynamics365 Business Central app on Zapier, you must have: A paid Microsoft Dynamics365 Business Central plan . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to"
|
|
],
|
|
"connect_steps": [
|
|
"connect to Zapier . This is useful if your Microsoft Dynamics365 Business Central instance requires IP allowlisting. Connect Microsoft Dynamics365 Business Central to Zapier To create an app connection to Microsoft Dynamics365 Business Central on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Dynamics365 Business Central . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft Dynamics365 Business Central on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20255464575757-How-to-get-started-with-Microsoft-Dynamics365-Business-Central-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft Dynamics365 Business Central on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Microsoft Dynamics365 Business Central How to get started with Microsoft Dynamics365 Business Central on Zapier Updated August 10, 2026 10:41 Microsoft Dynamics365 Business Central and Zapier connect to automate your ERP workflows. You can sync customers, manage sales orders, and integrate financial data with other apps. Prerequisites To use the Microsoft Dynamics365 Business Central app on Zapier, you must have: A paid Microsoft Dynamics365 Business Central plan . For Zapier Professional, Team, or Enterprise users, you can use a static IP address to connect to Zapier . This is useful if your Microsoft Dynamics365 Business Central instance requires IP allowlisting. Connect Microsoft Dynamics365 Business Central to Zapier To create an app connection to Microsoft Dynamics365 Business Central on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Dynamics365 Business Central . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access your Business Central account. Your Microsoft Dynamics365 Business Central account is now successfully connected to Zapier. About Microsoft Dynamics365 Business Central's app Triggers, searches, and actions Triggers No triggers available for this app. Searches Find Shipment - Finds a shipment by number. Actions API Request (Beta) - Makes a raw HTTP request with the integration's authentication. Templates View all of Microsoft Dynamics365 Business Central's templates Additional Microsoft Dynamics365 Business Central resources Zapier's Microsoft Dynamics365 Business Central integration page Microsoft Dynamics365 Business Central documentation"
|
|
},
|
|
"sweepbright": {
|
|
"slug": "sweepbright",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the SweepBright app on Zapier, you must have: An active SweepBright account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect SweepBright to Zapier To create an app connection to SweepBright on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SweepBright . Click Add connection . A new browser tab or window will open. Log into SweepBright to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with SweepBright on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40860175651213-How-to-get-started-with-SweepBright-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with SweepBright on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM SweepBright How to get started with SweepBright on Zapier Updated January 23, 2026 14:08 SweepBright and Zapier connect to automate real estate work. You can trigger actions when leads are created or updated and create new contacts or offers. Prerequisites To use the SweepBright app on Zapier, you must have: An active SweepBright account. Connect SweepBright to Zapier To create an app connection to SweepBright on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select SweepBright . Click Add connection . A new browser tab or window will open. Log into SweepBright to authenticate. Grant Zapier permission to access your account if prompted to. Your SweepBright account is now successfully connected to Zapier. About SweepBright's app Triggers, searches, and actions Triggers Document Requested: Non-Exclusive Agreement - Triggers when a Non-Exclusive Agreement document is requested. (Instant) Interaction Registered for Lead - Triggers when a new interaction is registered for a lead. (Instant) Feedback Added to Interaction - Triggers when feedback is added to an interaction. (Instant) Visit Canceled - Triggers when a visit has been canceled. (Instant) Visit Updated - Triggers when a visit has been updated. (Instant) Document Requested: Exclusive Agreement - Triggers when an Exclusive Agreement document is requested. (Instant) Offer Accepted - Triggers when an Offer is accepted. (Instant) Offer Cancelled - Triggers when an Offer is cancelled. (Instant) Offer Created - Triggers when an Offer is created. (Instant) Offer Restored - Triggers when an Offer is restored. (Instant) Owner Created - Triggers when a new owner is created. (Instant) Document Requested: Property Folder - Triggers when a Property folder document is requested. (Instant) Document Requested: Lease or Purchase Agreement - Triggers when a Lease or Purchase Agreement document is requested. (Instant) Property Created or Updated - Triggers when a property is created or updated. (Instant) Lead Created - Triggers when a new lead is created. (Instant) Lead Updated - Triggers when a lead is updated. (Instant) New Visit Scheduled - Triggers when a new visit has been scheduled. (Instant) Document Requested: Valuation - T"
|
|
},
|
|
"amazon-aws-bedrock": {
|
|
"slug": "amazon-aws-bedrock",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Amazon Bedrock app on Zapier, you must have: An active AWS account with valid payment method. AWS IAM credentials (Access Key ID and Secret Access Key) with the appropriate AWS managed policy for your use case. Zapier recommends to create a new user in the IAM console . Access to foundation models must be request and approved through the Amazon Bedrock console. Access is not granted by default. The Amazon Bedrock service must be available in your chosen AWS region ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Amazon Bedrock to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Amazon Bedrock on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39398972791309-How-to-get-started-with-Amazon-Bedrock-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Amazon Bedrock on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Amazon Bedrock How to get started with Amazon Bedrock on Zapier Updated September 10, 2025 14:22 Amazon Bedrock and Zapier connect to automate AI workflows. You can send prompts to foundation models and generate text responses automatically. Prerequisites To use the Amazon Bedrock app on Zapier, you must have: An active AWS account with valid payment method. AWS IAM credentials (Access Key ID and Secret Access Key) with the appropriate AWS managed policy for your use case. Zapier recommends to create a new user in the IAM console . Access to foundation models must be request and approved through the Amazon Bedrock console. Access is not granted by default. The Amazon Bedrock service must be available in your chosen AWS region . Connect Amazon Bedrock to Zapier Find your Amazon Bedrock credentials To find your AWS access key ID and secret access key, follow's Amazon's Bedrock API key instructions . Connect to Amazon Bedrock on Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Amazon Bedrock . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: AWS Access Key ID : Enter your Access Key ID . AWS Secret Access Key : Enter your Secret Access Key . AWS Region : Select your AWS region (e.g., us-east-1). Click Yes, Continue to Amazon Bedrock . Your Amazon Bedrock account is now successfully connected to Zapier. About Amazon Bedrock's app Triggers, searches, and actions Triggers No triggers available for Amazon Bedrock Searches No searches available for Amazon Bedrock Actions Converse - Sends a message to a model and gets a response. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Model access must be explicitly requested and granted through the Amazon Bedrock console before models can be used via API. Access is not granted by default. Token usage quotas apply with varying limits per model and region. Amazon Bedrock is only available in specific AWS regions and model availability varies by region . API rate limits apply with specific quotas for different operations (e.g., maximum requests per second fo"
|
|
},
|
|
"oracle-eloqua": {
|
|
"slug": "oracle-eloqua",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Oracle Eloqua app on Zapier, you must have: A paid Oracle Eloqua plan ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Oracle Eloqua to Zapier To create an app connection to Oracle Eloqua on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Oracle Eloqua . Click Add connection . A new browser tab or window will open. Log into Oracle Eloqua and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Fixing API endpoint URL errors in custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36203842707213-Fixing-API-endpoint-URL-errors-in-custom-actions"
|
|
},
|
|
{
|
|
"title": "How to get started with Oracle Eloqua on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36179817307277-How-to-get-started-with-Oracle-Eloqua-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 14, 2026 09:42 When testing a custom action , you get an error message which indicates the domain or API endpoint is incorrect for the API request. Causes This error occurs because the custom action\u2019s API endpoint URL is incorrect. Apps such as Glean, Workday, Oracle Eloqua, Jira Software Cloud, and Egnyte require the API endpoint URL to include a unique identifier specific to your organization. Custom actions cannot generate this identifier because these URLs are dynamic. For example, Glean\u2019s API requires the subdomain to be specified in the URL when making the API request. How to fix it In your app\u2019s API documentation, find the format required for an API endpoint. Edit the code in your custom action. In the Custom Action Builder , in the left panel , click the Advanced tab. In the Code editor, find the API URL and adjust it according to the format the app expects. In the right panel, click Run test. Retesting the action should then allow your custom action to reach your domain with the expected endpoint URL. Glean Glean API requests for Glean require a subdomain . For example, if your Glean subdomain is mycompany-be , the API endpoint URL must contain the subdomain. https://mycompany-be.glean.com/rest/api/v1/getdocuments . For more information on Glean\u2019s API, refer to their API documentation . Workday Workday API requests for Workday require the tenantHostname and tenant . For example, the tenantHouse is impl.wd12.myworkday.com and your tenant is mytenant . The API endpoint URL must contain the tenantHouse and tenant. https://impl-services1.wd12.myworkday.com/ccx/api/v1/mytenant The URL structure can also be represented more generally as: https:///api/// You can find this information in the address bar after logging into Workday. https://impl.wd12.myworkday.com/mytenant/d/home.htmld For more information on Workday\u2019s API, refer to: REST Concepts REST Directory Oracle Eloqua Oracle Eloqua API requests for Oracle Eloqua require a base URL . For example, if your Oracle Eloqua base URL is https://secure.p03.eloqua.com , the API endpoint URL must contain the base URL. https://secure.p03.eloqua.com/API/Rest/2.0?page=5&count=30 For more information on Oracle\u2019s Eloqua\u2019s API, refer to Oracle Eloqua\u2019s API documentation . Note The base URL is subject to change from time to time. If you notice that the Zap shows errors or the URL looks different when you log into your Oracle Eloqua account, you might need to update the API endpoint URL in your custom a"
|
|
},
|
|
"yelp-conversions": {
|
|
"slug": "yelp-conversions",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Get free tasks when you use Yelp Conversions with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40597572143245-Get-free-tasks-when-you-use-Yelp-Conversions-with-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated July 23, 2026 08:06 Get free unlimited Zap tasks when you use Yelp Conversions . Yelp covers all Zapier task costs for workflows that use Yelp Conversions, regardless of your advertising status with Yelp. Not advertising with Yelp yet? Learn more on how to use Yelp Ads to get more leads . Offer details How to redeem this offer No setup or opt-in is required. The offer is available when you use the Yelp Conversions apps. Free task usage Any Zap step that uses the Yelp Conversions integration is free. Yelp covers all task costs regardless of your advertising status. Learn more about how task usage is measured in Zapier . Eligibility Yelp : You must have a Yelp Business Owner account. If you do not have one yet, you can get started at business.yelp.com and learn more about Yelp Ads . Zapier : Available to users on any Zapier plan. Activation The offer will activate automatically when you run your first Zap step using Yelp Conversions. Offer period There is currently no planned end date for this offer's availability. FAQs What happens if I change my Zapier plan? The free tasks will still apply to any Yelp Conversions usage. All other tasks and features will follow the limits of your new plan. Do I need to activate anything to start receiving free tasks? No. Once you build a Zap using Yelp Conversions and publish it, your free tasks will apply automatically for that step. Can I track my free task usage? Yes, you can track how many free tasks you\u2019ve used on the Billing and Usage page. Yelp Conversions free tasks are listed separately from your plan task usage. What is Yelp Conversions, and how does it work with Zapier? Yelp Conversions allows large multi-location Yelp advertisers to send conversion events (like transactions, jobs completed, appointments booked, etc.) directly from their systems to Yelp for improved measurement and optimization. With Zapier, you can automate sending new events from hundreds of apps (CRMs, forms, spreadsheets, etc.) to Yelp, no code needed. What are common use cases for using Yelp Conversions with Zapier? Understanding the conversions driven from a Yelp Ads campaign. Gaining insight in Yelp Ads reporting to inform future advertising strategy. How do I set up my Yelp Conversion Zap workflows? Creating a Zap with Yelp Conversions is easy! Select your CRM and specify your Yelp Conversions as the following action, You can find more details in Yelp Conversions API\u2019s Zapier setup guide . What support is available if I need help?"
|
|
},
|
|
"cursor-ca228182": {
|
|
"slug": "cursor-ca228182",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Cursor app on Zapier, you must have: A Cursor account (free Hobby plan or any paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Cursor to Zapier To create an app connection to Cursor on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Cursor . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Cursor on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39428735617933-How-to-get-started-with-Cursor-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Cursor on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Cursor How to get started with Cursor on Zapier Updated September 09, 2025 13:15 Cursor and Zapier connect to automate your AI coding workflow. You can trigger actions when new agents are created and launch agents to work on repositories. Prerequisites To use the Cursor app on Zapier, you must have: A Cursor account (free Hobby plan or any paid plan). Connect Cursor to Zapier To create an app connection to Cursor on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Cursor . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Cursor API key. Click Yes, Continue to Cursor . Your Cursor account is now successfully connected to Zapier. About Cursor's app Triggers, searches, and actions Triggers New Agent - Triggers when a new Cursor agent is created or when agent status changes. (Polling - Zapier checks for new data every 15 min on the Free plan) Searches Find Agent Status - Finds and returns the current status of a specific Cursor agent. Actions Delete Agent - Delete a background agent. This action is permanent and cannot be undone. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Add Followup Instruction to Agent - Adds followup instructions to a running agent. Launch Agent - Start a new background agent to work on your repository. Limitations Cursor usage is tied to a specific monthly quota , which varies by your subscription tier and the API costs of the models you use. Templates View all of Cursor's templates . Use cases Replit vs. Cursor: Which AI coding tool is right for you? [2025] Cursor vs. Copilot: Which AI coding tool is right for you? [2025] Send emails from a prompt with Zapier MCP Additional Cursor resources Zapier's Cursor integration page Cursor's Help Center Cursor's API documentation"
|
|
},
|
|
"voiceflow": {
|
|
"slug": "voiceflow",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Voiceflow app on Zapier, you must have: An active Voiceflow account (free Starter plan or any paid plan). Your Voiceflow Project API Key . Your Voiceflow Project ID. For outbound calling actions: An Agent Phone Number ID."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Voiceflow to Zapier To create an app connection to Voiceflow on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Voiceflow . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Voiceflow Project API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Voiceflow on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38961897616141-How-to-get-started-with-Voiceflow-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Voiceflow on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Voiceflow How to get started with Voiceflow on Zapier Updated August 21, 2025 09:56 Voiceflow and Zapier connect to automate AI agent workflows. You can start conversations and make outbound calls when new data appears in apps. Prerequisites To use the Voiceflow app on Zapier, you must have: An active Voiceflow account (free Starter plan or any paid plan). Your Voiceflow Project API Key . Your Voiceflow Project ID. For outbound calling actions: An Agent Phone Number ID. Connect Voiceflow to Zapier To create an app connection to Voiceflow on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Voiceflow . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Voiceflow Project API Key : Enter your Voiceflow Project API Key , which can be found by opening your project from the dashboard, clicking the \u2699\ufe0f icon on the sidebar, then selecting API keys . Click the copy button to get your API key. Voiceflow Project ID : Enter your Voiceflow Project ID , which is found in the General tab of your project's settings. Click Yes, Continue to Voiceflow . Your Voiceflow account is now successfully connected to Zapier. About Voiceflow's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Start Agent Conversation - Sends a launch request to your agent, beginning the conversation. Send Event to Agent - Triggers a custom event in your project. Make Outbound Call - Triggers an outbound call by your agent. Send Message to Agent - Sends a message to a conversation with an agent. Make sure you've begun the conversation before using this step! Limitations No triggers are currently available on Zapier, however you can use webhooks to trigger Voiceflow events . Rate limits apply to API requests , which can result in \"Too Many Requests\" errors (HTTP 429) when limits are exceeded. Voice calls have a maximum duration limit of 30 minutes, after which all calls automatically end. Concurrent call limits are restricted based on your workspace's plan, which may limit simultaneous integrations. User silence timeout of 3 minutes will automatically end calls . Templates View a"
|
|
},
|
|
"docsbot-ai": {
|
|
"slug": "docsbot-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with DocsBot AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17181187825677-How-to-get-started-with-DocsBot-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with DocsBot AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence DocsBot AI How to get started with DocsBot AI on Zapier Updated June 29, 2023 11:00 Connect to DocsBot AI on Zapier DocsBot AI uses API keys to authenticate your account on Zapier. Required authentication fields DocsBot API Key Team ID Bot ID Additional authentication instructions Getting your API key. Learn more about authenticating your DocsBot AI account in Zapier. About DocsBot AI's app Are self-hosted or cloud-hosted accounts supported? Cloud-hosted accounts only Is a paid DocsBot AI plan required? Yes View DocsBot AI's plans . Are any special account permissions required? No Are there usage limits? No Are there pagination limits? No Do trigger samples use real data from your account or generic data? Not applicable Are custom fields supported? No Do update actions overwrite or append to existing data? Not applicable Is there any additional info? Yes Find additional info about using DocsBot AI in Zapier."
|
|
},
|
|
"sage-intacct": {
|
|
"slug": "sage-intacct",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Sage Intacct app on Zapier, you must have: A paid Zapier account. Sage Intacct is a premium app on Zapier. A paid Sage Intacct plan. View Sage Intacct plans ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Sage Intacct to Zapier To create an app connection to Sage Intacct on Zapier: Go to the Apps page . Click + Add connection . In the dialog, search for and select Sage Intacct . Click Add connection . A new browser tab or window will open. Log into Sage Intacct to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Sage Intacct on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27778928025741-How-to-get-started-with-Sage-Intacct-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Sage Intacct on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Sage Intacct How to get started with Sage Intacct on Zapier Updated February 13, 2026 11:25 Sage Intacct and Zapier connect so you can automate accounting workflows. Sync invoices, contacts, and payments with thousands of other apps. Prerequisites To use the Sage Intacct app on Zapier, you must have: A paid Zapier account. Sage Intacct is a premium app on Zapier. A paid Sage Intacct plan. View Sage Intacct plans . Connect Sage Intacct to Zapier To create an app connection to Sage Intacct on Zapier: Go to the Apps page . Click + Add connection . In the dialog, search for and select Sage Intacct . Click Add connection . A new browser tab or window will open. Log into Sage Intacct to authenticate. Grant Zapier permission to access your account if prompted to. Your Sage Intacct account is now successfully connected to Zapier. About Sage Intacct's app Triggers, searches, and actions Triggers New Invoice - Triggers when a new invoice is created. New Contact - Triggers when a new contact is created. New Vendor - Triggers when a new vendor is created. New Payment Received (Accounts Receivable) - Triggers when a new AR payment is added. New Sales Invoice - Triggers when a new sales invoice is created. New Customer - Triggers when a new customer is created. New Vendor - Triggers when a new vendor is created. Searches Find Bill - Finds a bill based on a search criteria. Find Customer - Finds a customer based on a search criteria. Find Invoice - Finds an invoice based on a search criteria. Find Vendor - Finds a vendor based on a search criteria. Invoices - Finds invoices within a date range. Actions Create Bill - Creates a new bill. Create Contact - Creates a new contact. Create Customer - Creates a new customer. Create Invoice - Creates a new invoice. Create or Update Project Resource - Create a new project resources or updates an existing one. Create Vendor Invoice - Creates a new vendor invoice as a Purchasing Document. Update Bill - Updates an existing bill. Update Customer - Updates an existing customer Update Invoice - Updates an existing invoice. Update Vendor Invoice - Updates an existing vendor invoice. Limitations Only cloud-hosted Sage Intacct accounts are supported. Usage and rate limits depend on your organization's Sa"
|
|
},
|
|
"pinecone": {
|
|
"slug": "pinecone",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Pinecone app on Zapier, you must have: A Pinecone account (free Starter plan or any paid plan). A Pinecone API key generated from the Pinecone console. For users on Starter plan: API key permissions are fixed to \"All\" and cannot be customized. At least one Pinecone index created in your project."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Pinecone to Zapier To create an app connection to Pinecone on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pinecone . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Pinecone on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950923151117-How-to-get-started-with-Pinecone-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Pinecone on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Pinecone How to get started with Pinecone on Zapier Updated August 20, 2025 10:08 Pinecone and Zapier connect to automate vector database workflows. You can trigger actions when index status changes and add records or search data. Prerequisites To use the Pinecone app on Zapier, you must have: A Pinecone account (free Starter plan or any paid plan). A Pinecone API key generated from the Pinecone console. For users on Starter plan: API key permissions are fixed to \"All\" and cannot be customized. At least one Pinecone index created in your project. Connect Pinecone to Zapier To create an app connection to Pinecone on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Pinecone . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , e nter your Pinecone API key . Click Yes, Continue to Pinecone . Your Pinecone account is now successfully connected to Zapier. About Pinecone's app Triggers, searches, and actions Triggers Index Status Change - Triggers when the status of any Pinecone index changes. (Polling - Zapier checks for new data every 15 min on the Free plan) Searches Advanced: Describe Index Stats - For power users: Returns detailed statistics for a Pinecone index. Not needed for most Zapier workflows. List Indexes - Lists all Pinecone indexes in your project. Advanced: List Records - For power users: Lists all records in a Pinecone index. Not needed for most Zapier workflows. Advanced: Describe Index - For power users: Returns detailed configuration and status for a Pinecone index. Not needed for most Zapier workflows. Advanced: Describe Namespace - For power users: Returns detailed information about a Pinecone namespace. Not needed for most Zapier workflows. List Namespaces - Lists all namespaces in a Pinecone index. Search Records - Searches for records in a Pinecone index using a text query. Actions Configure Index - Configures a Pinecone index (e.g., pod type, replicas, deletion protection, tags). Delete Index - Deletes a Pinecone index. Delete Record - Deletes a record (vector) from Pinecone by ID. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes th"
|
|
},
|
|
"amazon-ec2": {
|
|
"slug": "amazon-ec2",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started With Amazon EC2",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496058826765-How-to-Get-Started-With-Amazon-EC2"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:28 You'll need to create an IAM user which has limited permissions, for Zapier to use. Create Security Credentials by Adding a New Zapier User to IAM To add an EC2 account to Zapier, you should follow these instructions . They will walk you through setting up a user in IAM and adding that account to Zapier. Remember that you want to select EC2 instead of SES where applicable."
|
|
},
|
|
"lumapps": {
|
|
"slug": "lumapps",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the LumApps app on Zapier, you must have: A LumApps account with access to your organization's intranet. Your LumApps site URL, including the site slug path (for example, https://yourcompany.lumapps.com/a/your-site or https://intranet.yourcompany.com/home/ ). Your refresh token. Find your LumApps refresh token You'll need to generate a refresh token in LumApps to"
|
|
],
|
|
"connect_steps": [
|
|
"Connect LumApps to Zapier To create an app connection to LumApps on Zapier: Go to the Apps page . Click + Add connection . Search for and select LumApps . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: URL : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with LumApps on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45339386386189-How-to-get-started-with-LumApps-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with LumApps on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Communication LumApps How to get started with LumApps on Zapier Updated April 27, 2026 07:57 How to get started with LumApps on Zapier LumApps and Zapier connect to automate your work. You can trigger actions when new content is published or community posts are created, and send notifications to your intranet. Prerequisites To use the LumApps app on Zapier, you must have: A LumApps account with access to your organization's intranet. Your LumApps site URL, including the site slug path (for example, https://yourcompany.lumapps.com/a/your-site or https://intranet.yourcompany.com/home/ ). Your refresh token. Find your LumApps refresh token You'll need to generate a refresh token in LumApps to connect to Zapier. To get your refresh token: Open one of the following URLs in your browser: If you have a custom domain: https://login.lumapps.com/v1/urls?domain=your.domain.com (replace your.domain.com with your intranet domain) If you use a slug: https://login.lumapps.com/v1/urls?slug=your-slug (replace your-slug with your organization's slug). Copy the link shown in the url property from the JSON response and open it in a new browser tab. Log in with your LumApps credentials. Go to https://login.lumapps.com/v1/get-token . Copy the value of the refreshToken property from the JSON response. Save this token to use when connecting to Zapier. Connect LumApps to Zapier To create an app connection to LumApps on Zapier: Go to the Apps page . Click + Add connection . Search for and select LumApps . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: URL : Enter your full LumApps site URL, including the slug path (for example, https://intranet.yourcompany.com/home/ ). Refresh Token : Paste the refresh token you obtained in Find your LumApps refresh token . 7. Click Yes, Continue to LumApps . Your LumApps account is now successfully connected to Zapier. Note When you copy your refresh token, make sure there are no extra spaces before or after the value. Extra whitespace can cause the connection to fail. About LumApps's app Triggers, searches, and actions Triggers New Community Post (Polling) - Triggers on a new community post. New Published Content (Polling) - Triggers on a new published c"
|
|
},
|
|
"workday": {
|
|
"slug": "workday",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Workday integration on Zapier, you must have: A paid Workday account (cloud-hosted). A paid Zapier account. Workday is a premium app on Zapier. OAuth2 credentials (Client ID, Client Secret, Base URL, Tenant, Token Endpoint, Authorization Endpoint) from your Workday administrator. Your administrator must complete a one-time setup before you connect. (Optional) Integration System User (ISU) credentials (ISU username, ISU password) from your Workday administrator. Your administrator must create and configure an ISU user in Workday . ISU is required for actions that create or modify records."
|
|
],
|
|
"connect_steps": [
|
|
"connect Workday to Zapier . The integration supports two authentication methods: OAuth 2.0 (required): Handles REST API requests, read operations, triggers, and searches. Integration System User (ISU) (optional): Required for SOAP-based actions that create or modify records. OAuth 2.0 setup ISU setup OAuth 2.0 setup OAuth 2.0 is required for all Workday connections to Zapier. Register an API client in Workday and provide your users with the credentials they need. 1. Register an API client in Workday Log in to Workday as a user with administrative permissions. Search for Register API Client in the Workday search bar. Open the task. Fill in the required fields: Client Name: Enter a descriptive name (for example, Zapier Integration ). Client ID: Workday generates this automatically, or you can specify a custom value. Client Secret: Workday generates this automatically. Redirection URI: Enter https://zapier.com/dashboard/auth/oauth/return/App214709CLIAPI/ Copy the Token Endpoint URL (for example, https://impl-services1.wd12.myworkday.com/ccx/oauth2/mytenant/token ). Copy the Authorization Endpoint URL (for example, https://impl-services1.wd12.myworkday.com/ccx/oauth2/mytenant/authorize ). (Recommended) In the Scope or Functional Areas section, select only the functional areas your integration needs. This limits the OAuth token's access to specific Workday domains (for example, Worker Data, Time Tracking, or Procurement). Click Submit to create the API client. Save the Client ID and Client Secret . Learn more in Workday's documentation",
|
|
"Connect Workday to Zapier The Workday integration uses a dual authentication approach: OAuth2 (required): Used for REST API requests, read operations, triggers, and searches. Integration System User (ISU) (optional): Required for SOAP-based actions that create or modify records (for example, Hire Employee, Create Time Off Request, Update Supplier). When ISU credentials are provided in Zapier, they take precedence for all SOAP-based requests. You can use both methods together: OAuth2 handles REST-based reads, while ISU handles SOAP-based writes. Connect"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Fixing API endpoint URL errors in custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36203842707213-Fixing-API-endpoint-URL-errors-in-custom-actions"
|
|
},
|
|
{
|
|
"title": "Workday error: Permission denied",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34742196987661-Workday-error-Permission-denied"
|
|
},
|
|
{
|
|
"title": "Workday administrator prerequisites for Zapier connection",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44896675611405-Workday-administrator-prerequisites-for-Zapier-connection"
|
|
},
|
|
{
|
|
"title": "How to get started with Workday on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32830659249549-How-to-get-started-with-Workday-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 14, 2026 09:42 When testing a custom action , you get an error message which indicates the domain or API endpoint is incorrect for the API request. Causes This error occurs because the custom action\u2019s API endpoint URL is incorrect. Apps such as Glean, Workday, Oracle Eloqua, Jira Software Cloud, and Egnyte require the API endpoint URL to include a unique identifier specific to your organization. Custom actions cannot generate this identifier because these URLs are dynamic. For example, Glean\u2019s API requires the subdomain to be specified in the URL when making the API request. How to fix it In your app\u2019s API documentation, find the format required for an API endpoint. Edit the code in your custom action. In the Custom Action Builder , in the left panel , click the Advanced tab. In the Code editor, find the API URL and adjust it according to the format the app expects. In the right panel, click Run test. Retesting the action should then allow your custom action to reach your domain with the expected endpoint URL. Glean Glean API requests for Glean require a subdomain . For example, if your Glean subdomain is mycompany-be , the API endpoint URL must contain the subdomain. https://mycompany-be.glean.com/rest/api/v1/getdocuments . For more information on Glean\u2019s API, refer to their API documentation . Workday Workday API requests for Workday require the tenantHostname and tenant . For example, the tenantHouse is impl.wd12.myworkday.com and your tenant is mytenant . The API endpoint URL must contain the tenantHouse and tenant. https://impl-services1.wd12.myworkday.com/ccx/api/v1/mytenant The URL structure can also be represented more generally as: https:///api/// You can find this information in the address bar after logging into Workday. https://impl.wd12.myworkday.com/mytenant/d/home.htmld For more information on Workday\u2019s API, refer to: REST Concepts REST Directory Oracle Eloqua Oracle Eloqua API requests for Oracle Eloqua require a base URL . For example, if your Oracle Eloqua base URL is https://secure.p03.eloqua.com , the API endpoint URL must contain the base URL. https://secure.p03.eloqua.com/API/Rest/2.0?page=5&count=30 For more information on Oracle\u2019s Eloqua\u2019s API, refer to Oracle Eloqua\u2019s API documentation . Note The base URL is subject to change from time to time. If you notice that the Zap shows errors or the URL looks different when you log into your Oracle Eloqua account, you might need to update the API endpoint URL in your custom a"
|
|
},
|
|
"amazon-cloudfront": {
|
|
"slug": "amazon-cloudfront",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started With Amazon CloudFront",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496011099405-How-to-Get-Started-With-Amazon-CloudFront"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 05, 2024 17:48 You'll need to create an IAM user which has limited permissions, for Zapier to use. Create Security Credentials by Adding a New Zapier User to IAM To add a CloudFront account to Zapier, you should follow these instructions . They will walk you through setting up a user in IAM and adding that account to Zapier. Remember that you want to select CloudFront instead of SES where applicable."
|
|
},
|
|
"airfocus": {
|
|
"slug": "airfocus",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the airfocus app on Zapier, you must have: An active airfocus account with Professional or Enterprise plan. Access to at least one airfocus workspace where you want to create or manage items."
|
|
],
|
|
"connect_steps": [
|
|
"Connect airfocus to Zapier To create an app connection to airfocus on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select airfocus . Click Add connection . A new browser tab or window will open. Log into airfocus to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with airfocus on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42035907012237-How-to-get-started-with-airfocus-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with airfocus on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity airfocus How to get started with airfocus on Zapier Updated January 06, 2026 15:34 airfocus and Zapier connect to automate your work. You can trigger actions when new items are created and create or update items in your workspace. Prerequisites To use the airfocus app on Zapier, you must have: An active airfocus account with Professional or Enterprise plan. Access to at least one airfocus workspace where you want to create or manage items. Connect airfocus to Zapier To create an app connection to airfocus on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select airfocus . Click Add connection . A new browser tab or window will open. Log into airfocus to authenticate. Grant Zapier permission to access your account if prompted to. Your airfocus account is now successfully connected to Zapier. About airfocus's app Triggers, searches, and actions Triggers New Item (Polling) - Triggers when a new item is created. Updated Item (Polling) - Triggers when an item is updated. New or Updated Item (Polling) - Triggers when a new item is created or an already existing item is updated. Searches Find Item - List items in an airfocus workspace Actions Create Item - Create an item in airfocus. Update Item - Update an item in airfocus. Delete Item - Delete an item in airfocus. Limitations Rate limiting applies with a default limit of 600 requests per minute per authenticated client. Templates View all of airfocus's templates . Additional airfocus resources Zapier's airfocus integration page airfocus's Help Center airfocus's API documentation"
|
|
},
|
|
"brighthire": {
|
|
"slug": "brighthire",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the BrightHire app on Zapier, you must have: A BrightHire account with admin access to generate an API key. Find your BrightHire API key To find your BrightHire API key: Log into your BrightHire account . Go to Settings > REST API or navigate directly to BrightHire REST API settings . Generate a new API key. Copy the API key and store it securely."
|
|
],
|
|
"connect_steps": [
|
|
"Connect BrightHire to Zapier To create an app connection to BrightHire on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BrightHire . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with BrightHire on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45971831363213-How-to-get-started-with-BrightHire-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with BrightHire on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Human resources BrightHire How to get started with BrightHire on Zapier May 19, 2026 13:48 BrightHire and Zapier connect to automate your hiring workflows. You can trigger actions when interviews are completed and manage candidates, positions, and scheduled interviews. Prerequisites To use the BrightHire app on Zapier, you must have: A BrightHire account with admin access to generate an API key. Find your BrightHire API key To find your BrightHire API key: Log into your BrightHire account . Go to Settings > REST API or navigate directly to BrightHire REST API settings . Generate a new API key. Copy the API key and store it securely. Connect BrightHire to Zapier To create an app connection to BrightHire on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BrightHire . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter your BrightHire API key . Click Yes, Continue to BrightHire . Your BrightHire account is now successfully connected to Zapier. About BrightHire's app Triggers, searches, and actions Triggers New Completed Interview (Instant) - Triggers when an interview is completed in BrightHire. Searches Find Interview - Finds a completed interview by its BrightHire ID. Returns full details including transcript, recordings, notes, questions, and talk-time analytics. Find Scheduled Interview - Finds a scheduled interview by its BrightHire ID. Returns detailed information including candidate, guide, position, and interviewers. Actions Create Candidate - Creates a new candidate in BrightHire. Create Position - Creates a new position in BrightHire. Create Scheduled Interview - Creates a new scheduled interview in BrightHire. Delete Candidate - Deletes a candidate from BrightHire by their ID or ATS ID. Delete Interview - Deletes a completed interview from BrightHire by its ID. Delete Scheduled Interview - Deletes a scheduled interview from BrightHire by its ID or ATS ID. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Templates View all of BrightHire's templates . Additional BrightHire resources Zapier's BrightHire integration page BrightHi"
|
|
},
|
|
"gladia-ca229109": {
|
|
"slug": "gladia-ca229109",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Gladia app on Zapier, you must have: A Gladia account"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Gladia to Zapier To create an app connection to Gladia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gladia . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key : field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Gladia on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458644140301-How-to-get-started-with-Gladia-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Gladia on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Gladia How to get started with Gladia on Zapier Updated September 17, 2025 11:44 Gladia and Zapier connect to automate audio transcription. You can upload audio files and create transcriptions with AI-powered features. Prerequisites To use the Gladia app on Zapier, you must have: A Gladia account Connect Gladia to Zapier To create an app connection to Gladia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gladia . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key : field, enter your Gladia API key . Learn how to find your Gladia API key . Click Yes, Continue to Gladia . Your Gladia account is now successfully connected to Zapier. About Gladia's app Triggers, searches, and actions Triggers No triggers available. Searches No searches available. Actions Create Transcription - Create a transcription job for an uploaded audio file using Gladia AI. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Upload File - Upload an audio file to Gladia. Combine with the Create Transcription create to transcribe the file. Limitations Maximum audio length is 135 minutes per single request (120 minutes for direct YouTube links), with enterprise plans supporting up to 4h15. Audio files must not exceed 1000 MB in size, larger files will not be accepted by the API. Concurrency limits apply by plan type . Gladia free tier users are limited to 10 hours of transcription per month. Only specific audio and video formats are supported. Templates View all of Gladia's templates . Additional Gladia resources Zapier's Gladia integration page Gladia's Help Center Gladia's API documentation"
|
|
},
|
|
"adobe-workfront": {
|
|
"slug": "adobe-workfront",
|
|
"auth_signals": [
|
|
"oauth",
|
|
"premium_zapier"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Adobe Workfront app on Zapier, you must have: A paid Zapier account. Adobe Workfront is a premium app on Zapier. An active Adobe Workfront account with one of the following subscription plans: Select, Prime, or Ultimate. System Administrator access level in Adobe Workfront. This is required to create OAuth2 applications and generate your Client ID and Secret needed for authentication. When creating the OAuth application in Adobe Workfront, use the following details: Redirect URL: https://zapier.com/dashboard/auth/oauth/return/App232449CLIAPI/ Suggested name: Zapier Workfront Integration"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Adobe Workfront to Zapier To create an app connection to Adobe Workfront on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Adobe Workfront . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields using credentials generated in"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Adobe Workfront on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41934062332301-How-to-get-started-with-Adobe-Workfront-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Adobe Workfront on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Productivity Adobe Workfront How to get started with Adobe Workfront on Zapier Updated April 10, 2026 17:04 Adobe Workfront and Zapier connect to automate project management. You can trigger actions when projects are created or updated and create new projects or upload documents. Available on plans: Free Professional Team Enterprise Prerequisites To use the Adobe Workfront app on Zapier, you must have: A paid Zapier account. Adobe Workfront is a premium app on Zapier. An active Adobe Workfront account with one of the following subscription plans: Select, Prime, or Ultimate. System Administrator access level in Adobe Workfront. This is required to create OAuth2 applications and generate your Client ID and Secret needed for authentication. When creating the OAuth application in Adobe Workfront, use the following details: Redirect URL: https://zapier.com/dashboard/auth/oauth/return/App232449CLIAPI/ Suggested name: Zapier Workfront Integration Connect Adobe Workfront to Zapier To create an app connection to Adobe Workfront on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Adobe Workfront . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields using credentials generated in your Adobe Workfront OAuth2 application: Workfront Domain : Enter your Adobe Workfront domain . Client ID : Enter your Client ID . Client Secret : Enter your Client Secret . Click Yes, Continue to Adobe Workfront . Your Adobe Workfront account is now successfully connected to Zapier. About Adobe Workfront's app Triggers, searches, and actions Triggers New Project (Polling) - Triggers when a new project is created. Updated Project (Polling) - Triggers when an existing project is updated. Searches Find User - Finds a user by name or email. Actions Create Project - Creates a new project in Adobe Workfront. Upload Document - Uploads a file as a document or proof. Update Project - Updates an existing project in Adobe Workfront. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits are enforced at 200 requests per minute. Default number of result"
|
|
},
|
|
"vercel": {
|
|
"slug": "vercel",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Vercel app on Zapier, you must have: A Vercel account with access to the projects or teams you want to use in Zap workflows. A Vercel personal access token with the permissions needed for the triggers, searches, and actions you plan to use. Optionally, a team ID if you want API requests scoped to a specific Vercel team (both fields are covered in"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Vercel to Zapier below). Create a Vercel personal access token In the Vercel dashboard, open Account Settings , then Tokens (or use Vercel tokens ), and create a token with the scopes required for"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Vercel on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933162773517-How-to-get-started-with-Vercel-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Vercel on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Vercel How to get started with Vercel on Zapier Updated May 29, 2026 18:14 Vercel and Zapier connect so you can react to new projects and deployments and automate creating projects or deployments from other tools. Prerequisites To use the Vercel app on Zapier, you must have: A Vercel account with access to the projects or teams you want to use in Zap workflows. A Vercel personal access token with the permissions needed for the triggers, searches, and actions you plan to use. Optionally, a team ID if you want API requests scoped to a specific Vercel team (both fields are covered in Connect Vercel to Zapier below). Create a Vercel personal access token In the Vercel dashboard, open Account Settings , then Tokens (or use Vercel tokens ), and create a token with the scopes required for your Zap workflows. Copy the token when it is shown; you will paste it into Zapier as Vercel API Token . Vercel documents how to create a personal access token . Find a team ID (optional) If you use Team ID (optional) in the Zapier connection, Vercel API requests are scoped to that team. In the Vercel dashboard, open your team\u2019s Settings and copy the team identifier Vercel shows there, or use the value your team uses elsewhere in the Vercel API. Connect Vercel to Zapier To create an app connection to Vercel on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vercel . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Vercel API Token : Enter your personal access token . - Team ID (optional) : Enter your team ID only if you want requests scoped to that team. Click Yes, Continue to Vercel (or the button shown to finish the connection). Your Vercel account is now successfully connected to Zapier. About Vercel's app Triggers, searches, and actions Triggers New Deployment (Polling) - Triggers when a new deployment is created in Vercel. New Project (Polling) - Triggers when a new project is created in Vercel. Searches Find Project - Searches for a project by name. Actions Create Project - Creates a new project in Vercel. Create Deployment - Creates a new deployment in Vercel from a Git source. Limitations New Deploy"
|
|
},
|
|
"dante-ai": {
|
|
"slug": "dante-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Dante AI app on Zapier, you must have: A Dante AI Enterprise plan . Find your Dante AI credentials To find your API key: Go to the Dante AI application . Click your profile . Click Generate API Key . An email will be sent with instructions on how to get your API key."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Dante AI to Zapier To create an app connection to Dante AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dante AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Dante AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17572110190605-How-to-get-started-with-Dante-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Dante AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Dante AI How to get started with Dante AI on Zapier Updated May 12, 2026 11:48 Dante AI and Zapier connect to automate your AI chatbot workflows. You can send messages to chatbots and integrate conversational AI into your automations. Prerequisites To use the Dante AI app on Zapier, you must have: A Dante AI Enterprise plan . Find your Dante AI credentials To find your API key: Go to the Dante AI application . Click your profile . Click Generate API Key . An email will be sent with instructions on how to get your API key. Connect Dante AI to Zapier To create an app connection to Dante AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Dante AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Dante AI API key . Click Yes, Continue to Dante AI . Your Dante AI account is now successfully connected to Zapier. About Dante AI's app Triggers, searches, and actions Triggers Import Knowledge Bases (Polling) - Retrieves your list of knowledge bases from Dante AI. Lead Capture (Polling) - Triggers when a new lead is captured on a fresh conversation on Dante AI. Searches Export Conversations - Export the latest conversations from the last period. Actions Add a Prompt - Send a prompt question to the Dante AI API and receive an answer. Templates View all of Dante AI's templates Additional Dante AI resources Zapier's Dante AI integration page Dante AI's API documentation Dante AI's Help Center"
|
|
},
|
|
"ideogramai-ca237711": {
|
|
"slug": "ideogramai-ca237711",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Ideogram.ai app on Zapier, you must have: An Ideogram.ai account with API access. An API key from the API Keys section of your Ideogram.ai account. Find your Ideogram.ai API key Create or copy an API key under API keys in your Ideogram.ai account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Ideogram.ai to Zapier To create an app connection to Ideogram.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Ideogram.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Ideogram.ai on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933149035533-How-to-get-started-with-Ideogram-ai-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Ideogram.ai on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Ideogram.ai How to get started with Ideogram.ai on Zapier April 08, 2026 15:51 Ideogram.ai and Zapier connect to automate AI image workflows. You can generate images from text, remix and edit images, reframe, and replace backgrounds. Prerequisites To use the Ideogram.ai app on Zapier, you must have: An Ideogram.ai account with API access. An API key from the API Keys section of your Ideogram.ai account. Find your Ideogram.ai API key Create or copy an API key under API keys in your Ideogram.ai account. Connect Ideogram.ai to Zapier To create an app connection to Ideogram.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Ideogram.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Ideogram.ai API key . Click Yes, Continue to Ideogram.ai . Your Ideogram.ai account is now successfully connected to Zapier. About Ideogram.ai's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Generate Image From Text (V3) - Generates an image from a text prompt using the Ideogram.ai V3 API. Generate Image With Transparent Background (V3) - Generates an image with transparent background from a text prompt using the Ideogram.ai V3 API. Remix (V3) - Remixes an image based on a text prompt using the Ideogram.ai V3 API. Input image is cropped to the chosen aspect ratio. Supports JPEG, PNG, and WebP. Edit (V3) - Edits an image using a mask and prompt with the Ideogram.ai V3 API. The mask (black and white, same size as the image) marks regions to edit. Supports JPEG, PNG, and WebP. Reframe (V3) - Reframes a square image to a chosen resolution with the Ideogram.ai V3 API. Supports JPEG, PNG, and WebP. Replace Background (V3) - Replaces the background of an image using a prompt with the Ideogram.ai V3 API. The foreground subject is kept; the background is replaced based on the prompt and style. Supports JPEG, PNG, and WebP. Limitations The Ideogram.ai API applies a default cap of 10 inflight requests ; contact Ideogram.ai for higher throughput. Templates View all of Ideogram.ai's templates Additional Ideogram.ai resources"
|
|
},
|
|
"taptiq": {
|
|
"slug": "taptiq",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Taptiq app on Zapier, you must have: A Taptiq account (free or paid). Find your Taptiq credentials To find your API key: Log into Taptiq admin page . Go to the Integrations menu. Click Zapier . Click Enable Zapier integration . Copy the API Key from the corresponding field."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Taptiq to Zapier To create an app connection to Taptiq on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Taptiq . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Zapier API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Taptiq on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15605496367501-How-to-get-started-with-Taptiq-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Taptiq on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Taptiq How to get started with Taptiq on Zapier Updated May 12, 2026 11:48 Taptiq and Zapier connect to automate your engagement platform workflows. You can manage users, events, registrations, discussions, and push notifications. Prerequisites To use the Taptiq app on Zapier, you must have: A Taptiq account (free or paid). Find your Taptiq credentials To find your API key: Log into Taptiq admin page . Go to the Integrations menu. Click Zapier . Click Enable Zapier integration . Copy the API Key from the corresponding field. Connect Taptiq to Zapier To create an app connection to Taptiq on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Taptiq . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Zapier API Key : Enter your Taptiq API key . Click Yes, Continue to Taptiq . Your Taptiq account is now successfully connected to Zapier. About Taptiq's app Triggers, searches, and actions Triggers User: New Registration (Polling) - Triggers when a new user is registered. User: Account Deleted (Polling) - Triggers when a user has been deleted. User: Approval Request Received (Polling) - Triggers when a user is waiting for admin approval. User: Status Changed (Polling) - Triggers when a user status changed. User: Profile Info Update (Polling) - Triggers when a user updates their profile info. Event: Created or Updated (Polling) - Triggers when an event is created or updated. Event: New Registration (Polling) - Triggers when a user registers for an event. Event: Revoke Registration (Polling) - Triggers when a user revokes event registration. Discussions: New Discussion Created (Polling) - Triggers when a new discussion is created. Catalog: New Item Added (Polling) - Triggers when a new catalog item is created. Marketplace: Buy Button Clicked (Polling) - Triggers when a user clicks the Buy button. Content: Inappropriate Content Flagged (Polling) - Triggers when content is flagged as inappropriate. Searches No searches available for this app. Actions User: Create User - Creates a user in the related application. User: Update User - Updates an existing user profile by email. Event: Create an Event - "
|
|
},
|
|
"blaze": {
|
|
"slug": "blaze",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect Blaze to Zapier. Are there any API token limits in Blaze when I use Blaze with Zapier? No, there are no token limits when using Blaze with Zapier. Are there any webhook subscription limits in Blaze when I use Blaze with Zapier? Blaze doesn't have any webhook subscription limits when you use Blaze with Zapier. Are custom fields in Blaze supported when I use Blaze with Zapier? Yes, Blaze supports custom fields. Does Blaze use real trigger samples from my Blaze account? No triggers are available in Blaze at this time, only actions. What kind of Blaze hosted account can I use with Zapier? Blaze's Zapier integration supports cloud-hosted accounts only. Connecting with Blaze When you create a Blaze Zap, you'll be asked to log in to your Blaze account. Enter the email address used on your Blaze account in the Email field, then enter your Blaze password in the Password field. If all steps were successful, your Blaze account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Blaze on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496165903373-How-to-Get-Started-with-Blaze-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:24 About Blaze's Integration What kind of authentication does Blaze use? Blaze uses session authentication. Do I need a paid Blaze account to use Blaze with Zapier? You need a paid Blaze plan to use Blaze with Zapier. Do I need special account permissions in Blaze to use Blaze with Zapier? There aren't any specific Blaze account permissions to connect Blaze to Zapier. Are there any API token limits in Blaze when I use Blaze with Zapier? No, there are no token limits when using Blaze with Zapier. Are there any webhook subscription limits in Blaze when I use Blaze with Zapier? Blaze doesn't have any webhook subscription limits when you use Blaze with Zapier. Are custom fields in Blaze supported when I use Blaze with Zapier? Yes, Blaze supports custom fields. Does Blaze use real trigger samples from my Blaze account? No triggers are available in Blaze at this time, only actions. What kind of Blaze hosted account can I use with Zapier? Blaze's Zapier integration supports cloud-hosted accounts only. Connecting with Blaze When you create a Blaze Zap, you'll be asked to log in to your Blaze account. Enter the email address used on your Blaze account in the Email field, then enter your Blaze password in the Password field. If all steps were successful, your Blaze account will be connected."
|
|
},
|
|
"hex": {
|
|
"slug": "hex",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Hex app on Zapier, you must have: A Hex account with API access. An API token for your Hex account. Find your Hex API token Create or copy an API token in Hex API keys settings ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Hex to Zapier To create an app connection to Hex on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Hex . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Hex on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933162287373-How-to-get-started-with-Hex-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Hex on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Business intelligence Hex How to get started with Hex on Zapier April 08, 2026 15:51 Hex and Zapier connect so you can monitor projects, workspace members, and runs; run published projects; manage sharing and groups; and embed published work in other tools. Prerequisites To use the Hex app on Zapier, you must have: A Hex account with API access. An API token for your Hex account. Find your Hex API token Create or copy an API token in Hex API keys settings . Connect Hex to Zapier To create an app connection to Hex on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Hex . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter your Hex API token . Click Yes, Continue to Hex (or the button shown to finish the connection). Your Hex account is now successfully connected to Zapier. About Hex's app Triggers, searches, and actions Triggers List Groups (Polling) - Triggers when a group is found in your Hex workspace. List Projects (Polling) - Triggers when a project is found in your Hex workspace. List Users (Polling) - Triggers when a user is found in your Hex workspace. New Project Run (Polling) - Triggers when a new API-triggered run appears for a Hex project. Searches Get Project - Retrieves metadata about a specific Hex project. Get Project Runs - Retrieves the run history for a Hex project, optionally filtered by status. Get Run Status - Retrieves the current status of a Hex project run. Actions Cancel Run - Cancels an in-progress Hex project run. Create Embed URL - Creates a presigned URL to embed a published Hex project. Create Group - Creates a new group in your Hex workspace. Create Project - Creates a new Hex project. Run Project - Triggers execution of a published Hex project. Share Project With Groups - Shares a Hex project with one or more groups at a specified access level. Share Project With Users - Shares a Hex project with one or more users at a specified access level. Update Project Status - Updates the status of a Hex project (or removes it). Limitations New Project Run only surfaces runs that are API-triggered for the project you select in the trigger. Templates View all of Hex's templates Additional Hex reso"
|
|
},
|
|
"jasper": {
|
|
"slug": "jasper",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Jasper app on Zapier, you must have: A Jasper Business plan . API access requires the Business Plan tier. Workspace admin access to create an API key. Find your Jasper credentials To find your API key: Log into your Jasper workspace as an admin. Navigate to your workspace settings. Create a new API key. Copy the API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Jasper to Zapier To create an app connection to Jasper on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jasper . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Jasper API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Jasper on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15780778780813-How-to-get-started-with-Jasper-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Jasper on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Jasper How to get started with Jasper on Zapier Updated May 12, 2026 11:48 Jasper and Zapier connect to automate your AI content creation workflows. You can generate content, manage campaigns, and integrate AI writing into your automations. Prerequisites To use the Jasper app on Zapier, you must have: A Jasper Business plan . API access requires the Business Plan tier. Workspace admin access to create an API key. Find your Jasper credentials To find your API key: Log into your Jasper workspace as an admin. Navigate to your workspace settings. Create a new API key. Copy the API key . Connect Jasper to Zapier To create an app connection to Jasper on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Jasper . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Jasper API Key : Enter your Jasper API key . Click Yes, Continue to Jasper . Your Jasper account is now successfully connected to Zapier. About Jasper's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Run a Command - Give Jasper a command to create content. Create a Blog Post - Create a full blog post with only a blog topic, tone, and intended audience. Run a Template - Run any default or custom template in Jasper by inserting the template ID and required fields. Summarize Content - Turn complex information into simple bullet points. Create a Product Description - Create a product description for a new or existing product. Templates View all of Jasper's templates Additional Jasper resources Zapier's Jasper integration page Jasper's Help Center"
|
|
},
|
|
"hume-ai-ca228898": {
|
|
"slug": "hume-ai-ca228898",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Hume AI app on Zapier, you must have: An active Hume AI account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Hume AI to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Hume AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Hume AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458674874893-How-to-get-started-with-Hume-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Hume AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Hume AI How to get started with Hume AI on Zapier Updated September 10, 2025 15:09 Hume AI and Zapier connect to automate voice workflows. You can trigger actions when new voices are created and generate expressive text-to-speech audio. Prerequisites To use the Hume AI app on Zapier, you must have: An active Hume AI account. Connect Hume AI to Zapier Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Hume AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your API key . Learn how to create a Hume AI API key . Click Yes, Continue to Hume AI . Your Hume AI account is now successfully connected to Zapier. About Hume AI's app Triggers, searches, and actions Triggers New Voice - Triggers when a new voice is created. (Polling) Searches No searches available Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Generate Text to Speech - Convert text to speech using Hume AI's expressive text-to-speech technology. Limitations Rate limits for Text-to-Speech API apply. Request rate limit of 100 requests per minute, which may limit high-volume Zapier workflows. Text length restrictions apply . Maximum text length of 5,000 characters per request for Text-to-speech (TTS), which may require splitting longer content. Maximum description length of 1,000 characters for voice prompts and acting instructions. Only supports MP3, WAV, and PCM audio formats. Templates View all of Hume AI's templates . Additional Hume AI resources Zapier's Hume AI integration page Hume AI's Help Center Hume AI's API documentation"
|
|
},
|
|
"amazon-polly": {
|
|
"slug": "amazon-polly",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Amazon Polly on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048030989-How-to-Get-Started-with-Amazon-Polly-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:28 To get started with Amazon Polly on Zapier, first you will need to click to connect your Amazon Polly account to use with your Zap Next, you'll be asked to enter your Amazon Polly API key. To locate your API Key in your Amazon Polly account, please follow these steps: Log into your AWS Console Create a new Identity, only with Programmatic access: Search for \"polly\" and add the permission \"AmazonPollyFullAccess\" (your Zap needs this permission to generate the spoken-audio files): Search for \"IAMRead\" and add the permission \"IAMReadOnlyAccess\" (the system needs this permission to retrieve support info about the identity itself): Paste your key back into your Zapier account and then \u201cContinue\u201d. If all steps were successful your Amazon Polly account will now be successfully connected."
|
|
},
|
|
"v0dev": {
|
|
"slug": "v0dev",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the v0.dev app on Zapier, you must have: A V0.dev account with a Premium plan or higher."
|
|
],
|
|
"connect_steps": [
|
|
"Connect v0.dev to Zapier To create an app connection to v0.dev on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select v0.dev . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with v0.dev on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458665895053-How-to-get-started-with-v0-dev-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with v0.dev on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence v0.dev How to get started with v0.dev on Zapier Updated September 29, 2025 09:38 V0.dev and Zapier connect to automate UI creation. You can trigger actions when new components are generated and create new projects or pages. Prerequisites To use the v0.dev app on Zapier, you must have: A V0.dev account with a Premium plan or higher. Connect v0.dev to Zapier To create an app connection to v0.dev on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select v0.dev . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your v0.dev API key . Generate an API key from your V0.dev account settings . Click Yes, Continue to v0.dev . Your v0.dev account is now successfully connected to Zapier. About v0.dev's app Triggers, searches, and actions Triggers New Chat (Polling) - Triggers when a new chat is created. New Project (Polling) - Triggers when a new project is created. Searches No searches available for this app Actions Create Chat - Create a new chat with v0 to generate code, components, or applications. Create Project - Creates a new v0 project with an optional description, icon, environment, variables, and instructions. Projects help organize chats and manage context. Delete Chat - Deletes an existing v0 chat using its chatId. This action is irreversible and will remove the chat and all associated data. Delete Project - Deletes an existing v0 project using its projectId. This action is irreversible and will remove the project and all associated data. Update Chat - Updates the metadata of an existing chat using its chatId. Supports changes to the chat name and privacy setting. Update Project - Updates the metadata of an existing project using its projectId. Supports changes to the project name, description, instructions, and privacy setting. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Rate limits apply to API usage . Premium users are limited to 10 API requests per minute with 3 concurrent requests, while Team users get 60 requests per minute with 10 concurrent requests. Templates View all of v0.dev's templates . A"
|
|
},
|
|
"engage": {
|
|
"slug": "engage",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect Engage to Zapier. Are there any API token limits in Engage when I use Engage with Zapier? No, there are no token limits when using Engage with Zapier. Are there any webhook subscription limits in Engage when I use Engage with Zapier? Engage doesn't have any webhook subscription limits when you use Engage with Zapier. Are custom fields in Engage supported when I use Engage with Zapier? No, Engage does not support custom fields. Does Engage use real trigger samples from my Engage account? No, Engage does not provide real trigger samples from your Engage account. Only generic samples are provided. What kind of Engage hosted account can I use with Zapier? Engage's Zapier integration supports cloud-hosted accounts only. Connecting with Engage When you create a Engage Zap, you'll be asked to log in to your Engage account. Enter your Engage Public Key and Private Key to connect your Engage account. You can get these keys when you go to Settings in your Engage dashboard. If all steps were successful, your Engage account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Engage on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496107933581-How-to-Get-Started-with-Engage-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:34 About Engage's Integration What kind of authentication does Engage use? Engage uses API Keys. Do I need a paid Engage account to use Engage with Zapier? You don't need a specific Engage plan to use Engage with Zapier. Do I need special account permissions in Engage to use Engage with Zapier? There aren't any specific Engage account permissions to connect Engage to Zapier. Are there any API token limits in Engage when I use Engage with Zapier? No, there are no token limits when using Engage with Zapier. Are there any webhook subscription limits in Engage when I use Engage with Zapier? Engage doesn't have any webhook subscription limits when you use Engage with Zapier. Are custom fields in Engage supported when I use Engage with Zapier? No, Engage does not support custom fields. Does Engage use real trigger samples from my Engage account? No, Engage does not provide real trigger samples from your Engage account. Only generic samples are provided. What kind of Engage hosted account can I use with Zapier? Engage's Zapier integration supports cloud-hosted accounts only. Connecting with Engage When you create a Engage Zap, you'll be asked to log in to your Engage account. Enter your Engage Public Key and Private Key to connect your Engage account. You can get these keys when you go to Settings in your Engage dashboard. If all steps were successful, your Engage account will be connected."
|
|
},
|
|
"rillet": {
|
|
"slug": "rillet",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Rillet app on Zapier, you must have: A Rillet organization with API access enabled (contact Rillet if API access is not yet turned on for your account). An API key from Organization Settings in Rillet. Find your Rillet API key Open API access in Rillet, create or copy an API key, and choose Production or Test (Sandbox) when you"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Rillet to Zapier To create an app connection to Rillet on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Rillet . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Environment : Select Production for live data or Test (Sandbox) for sandbox data. - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Rillet on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933132487309-How-to-get-started-with-Rillet-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Rillet on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Commerce Rillet How to get started with Rillet on Zapier Updated May 29, 2026 18:12 Rillet and Zapier connect to automate accounting workflows. You can trigger on new and updated invoices, customers, and contracts, and create, update, or find records in Rillet. Prerequisites To use the Rillet app on Zapier, you must have: A Rillet organization with API access enabled (contact Rillet if API access is not yet turned on for your account). An API key from Organization Settings in Rillet. Find your Rillet API key Open API access in Rillet, create or copy an API key, and choose Production or Test (Sandbox) when you connect to Zapier to match that key\u2019s environment. Connect Rillet to Zapier To create an app connection to Rillet on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Rillet . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Environment : Select Production for live data or Test (Sandbox) for sandbox data. - API Key : Enter your Rillet API key from Organization Settings. Click Yes, Continue to Rillet . Your Rillet account is now successfully connected to Zapier. About Rillet's app Triggers, searches, and actions Triggers New Invoice (Polling) - Triggers when a new invoice is created in Rillet. Invoice Updated (Polling) - Triggers when an invoice is updated in Rillet. Invoice Payment Updated (Polling) - Triggers when a payment is recorded or updated for an invoice in Rillet. New Customer (Polling) - Triggers when a new customer is created in Rillet. Customer Updated (Polling) - Triggers when a customer is updated in Rillet. New Contract (Polling) - Triggers when a new contract is created in Rillet. Contract Updated (Polling) - Triggers when a contract is updated in Rillet. New Bill (Polling) - Triggers when a new bill is created in Rillet. New Vendor (Polling) - Triggers when a new vendor is created in Rillet. New Credit Memo (Polling) - Triggers when a new credit memo is created in Rillet. Searches Find Customer - Finds a customer by name or email. Find Invoice - Finds an invoice by customer or status. Find Contract - Finds a contract by customer or status. Find Product - Finds a product by name. Find Ven"
|
|
},
|
|
"zoho-show": {
|
|
"slug": "zoho-show",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Zoho Show app on Zapier, you must have: A Zoho Show account (free or paid)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Zoho Show to Zapier To create an app connection to Zoho Show on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Show . Click Add connection . A new browser window will open. Log in with"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Zoho Show on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/10459821570701-How-to-get-started-with-Zoho-Show-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Zoho Show on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Content & files Zoho Show How to get started with Zoho Show on Zapier Updated May 12, 2026 11:48 Zoho Show and Zapier connect to automate your presentation workflows. You can create and update presentations using templates. Prerequisites To use the Zoho Show app on Zapier, you must have: A Zoho Show account (free or paid). Connect Zoho Show to Zapier To create an app connection to Zoho Show on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Zoho Show . Click Add connection . A new browser window will open. Log in with your Zoho account . Grant Zapier permission to access your account if prompted. Your Zoho Show account is now successfully connected to Zapier. About Zoho Show's app Triggers, searches, and actions Triggers New Presentation Created (Polling) - Triggers when a new presentation is created. Searches No searches available for this app. Actions Create a Presentation - Creates a new presentation using a template from Zoho Show. Update a Presentation - Updates an existing presentation. Limitations Rate limit of 60 requests per minute per user. Pagination limit of 100 per page for presentation/template listings. Templates View all of Zoho Show's templates Additional Zoho Show resources Zapier's Zoho Show integration page Zoho Show's Help Center"
|
|
},
|
|
"langchain": {
|
|
"slug": "langchain",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the LangChain app on Zapier, you must have: An active LangChain account. Available on all plans."
|
|
],
|
|
"connect_steps": [
|
|
"Connect LangChain to Zapier To create an app connection to LangChain on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LangChain . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with LangChain on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458643073293-How-to-get-started-with-LangChain-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with LangChain on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence LangChain How to get started with LangChain on Zapier Updated September 10, 2025 14:34 Langchain and Zapier connect to automate AI workflows. You can trigger natural language actions and execute any Zapier action through AI agents. Prerequisites To use the LangChain app on Zapier, you must have: An active LangChain account. Available on all plans. Connect LangChain to Zapier To create an app connection to LangChain on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select LangChain . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your LangSmith API key. Learn more about creating a LangSmith API key . Click Yes, Continue to LangChain . Your LangChain account is now successfully connected to Zapier. About LangChain's app Triggers, searches, and actions Triggers New Dataset - Triggers when a new Langchain dataset is created. (Polling) Searches Find Datasets - Search for datasets with optional filters and pagination. Actions Create Example - Creates a new example in a Langchain dataset. Create Dataset - Creates a new dataset in Langchain for storing examples. Limitations API rate limits apply and vary based on your LangChain plan type. Templates View all of LangChain's templates . Additional LangChain resources Zapier's LangChain integration page LangChain's Help Center LangChain's API documentation"
|
|
},
|
|
"runway": {
|
|
"slug": "runway",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Runway app on Zapier, you must have: A Runway developer account. An organization set up within your Runway developer account. A Runway API key. Credits added to your Runway organization (minimum $10 payment required at $0.01 per credit)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Runway to Zapier To create an app connection to Runway on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Runway . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Runway on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38952924301453-How-to-get-started-with-Runway-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Runway on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Runway How to get started with Runway on Zapier Updated August 20, 2025 11:56 Runway and Zapier connect to automate AI content creation. You can generate images from text prompts and retrieve task details automatically. Prerequisites To use the Runway app on Zapier, you must have: A Runway developer account. An organization set up within your Runway developer account. A Runway API key. Credits added to your Runway organization (minimum $10 payment required at $0.01 per credit). Connect Runway to Zapier To create an app connection to Runway on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Runway . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Runway API key . Click Yes, Continue to Runway . Your Runway account is now successfully connected to Zapier. About Runway's app Triggers, searches, and actions Triggers No triggers available Searches Get Task Details - Retrieve the details of a specific task by its ID. Actions Generate Image From Text - Create the task that generates an image from a text prompt using Runway's AI models. The task will be returned in the output fields. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Organizations are subject to tier-based limits including maximum concurrent generations (1-20 depending on tier), maximum daily generations (50-25,000 depending on tier), and maximum monthly spend ($100-$100,000 depending on tier). Images limited to 16MB, videos limited to 16MB, only specific formats supported (JPEG, PNG, WebP for images; MP4, WebM, MOV, OGG, H.264 for videos). Templates View all of Runway's templates . Additional Runway resources Zapier's Runway integration page Runway's Help Center Runway's API documentation"
|
|
},
|
|
"algolia": {
|
|
"slug": "algolia",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Algolia app on Zapier, you must have: An Algolia application with at least one index you can access. Your Application ID and API keys from the Algolia dashboard. A Search API key with the ACLs needed for search, browse, and read steps you plan to use (for example, search , browse , or listIndexes ). A Write API key with the ACLs needed for any create, update, or delete actions (optional until you use those actions). Find your Algolia credentials In the Algolia dashboard, open API keys to copy your Application ID and to create or copy the Search API key and optional Write API key."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Algolia to Zapier To create an app connection to Algolia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Algolia . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Application ID : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Algolia on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933132595725-How-to-get-started-with-Algolia-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Algolia on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Algolia How to get started with Algolia on Zapier Updated May 29, 2026 18:14 Algolia and Zapier connect to automate search and indexing. You can browse index records, run searches, and add or update indexed data. Prerequisites To use the Algolia app on Zapier, you must have: An Algolia application with at least one index you can access. Your Application ID and API keys from the Algolia dashboard. A Search API key with the ACLs needed for search, browse, and read steps you plan to use (for example, search , browse , or listIndexes ). A Write API key with the ACLs needed for any create, update, or delete actions (optional until you use those actions). Find your Algolia credentials In the Algolia dashboard, open API keys to copy your Application ID and to create or copy the Search API key and optional Write API key. Connect Algolia to Zapier To create an app connection to Algolia on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Algolia . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - Application ID : Enter your Algolia application ID . - Search API Key : Enter your search API key (for search queries, listing indices, and other read and search steps). - Write API Key (optional): Enter your write API key if you use actions that create, update, or delete records, indices, settings, rules, or synonyms. Click Yes, Continue to Algolia . Your Algolia account is now successfully connected to Zapier. About Algolia's app Triggers, searches, and actions Triggers Get Recommend Rule - Triggers when a recommendation rule is loaded from Algolia Recommend for your index, model, and rule ID. Requires settings API key ACL. Browse Records (Polling) - Triggers when records are returned while browsing an Algolia index (paginated; useful for exports). Requires browse ACL. See Browse for records . Searches Search Index - Runs a search query on an Algolia index. Requires search ACL. See Search an index . Find Record - Retrieves one record by object ID. Requires search ACL. See Retrieve a record . List Indices - Lists indices in the application. Requires listIndexes ACL. See List indices . Get Index Setting"
|
|
},
|
|
"vectorshift-ca228537": {
|
|
"slug": "vectorshift-ca228537",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the VectorShift app on Zapier, you must have: An active VectorShift account (free Starter plan or any paid plan)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect VectorShift to Zapier To create an app connection to VectorShift on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select VectorShift . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with VectorShift on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39398969189005-How-to-get-started-with-VectorShift-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with VectorShift on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence VectorShift How to get started with VectorShift on Zapier Updated September 10, 2025 09:32 VectorShift and Zapier connect to automate AI workflows. You can create new pipelines and run existing pipelines with custom inputs. Prerequisites To use the VectorShift app on Zapier, you must have: An active VectorShift account (free Starter plan or any paid plan). Connect VectorShift to Zapier To create an app connection to VectorShift on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select VectorShift . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your VectorShift API key . Learn how to find your VectorShift API key . Click Yes, Continue to VectorShift . Your VectorShift account is now successfully connected to Zapier. About VectorShift's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Create Pipeline - Create a new pipeline with the specified configuration. Run Pipeline - Execute a pipeline with the specified inputs and configuration. Limitations Each LLM model has a maximum limit for input and output tokens that cannot be exceeded. Number of pipelines/workflows and integrations is dependant on the type of VectorShift plan you're on. Templates View all of VectorShift's templates . Additional VectorShift resources Zapier's VectorShift integration page VectorShift's Help Center VectorShift's API documentation"
|
|
},
|
|
"amazon-cloudwatch": {
|
|
"slug": "amazon-cloudwatch",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started With Amazon CloudWatch",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496011170061-How-to-Get-Started-With-Amazon-CloudWatch"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 05, 2024 17:48 You'll need to create an IAM user which has limited permissions, for Zapier to use. Create Security Credentials by Adding a New Zapier User to IAM To add a CloudWatch account to Zapier, you should follow these instructions . They will walk you through setting up a user in IAM and adding that account to Zapier. Remember that you want to select CloudWatch instead of SES where applicable."
|
|
},
|
|
"flyio-machines-api": {
|
|
"slug": "flyio-machines-api",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Fly.io Machines API app on Zapier, you must have: A Fly.io account with access to the organizations and apps you need to automate. A Fly.io API token with permission for the Machines API operations you need (for example creating or managing apps, machines, or volumes). Find your Fly.io API token In the Fly.io dashboard , go to Account \u2192 Access Tokens and create a token with a scope that covers the Machines API actions you use. Alternatively, install the Fly CLI , run fly auth login , and use fly tokens create with the subcommand that fits your scope ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Fly.io Machines API to Zapier To create an app connection to Fly.io Machines API on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Fly.io Machines API . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Fly.io Machines API on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933162420493-How-to-get-started-with-Fly-io-Machines-API-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Fly.io Machines API on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Fly.io Machines API How to get started with Fly.io Machines API on Zapier April 08, 2026 15:51 Fly.io Machines API and Zapier manage Fly Apps, Machines, and Volumes. Trigger on new machines or volumes and automate create, start, stop, update, or delete steps. Prerequisites To use the Fly.io Machines API app on Zapier, you must have: A Fly.io account with access to the organizations and apps you need to automate. A Fly.io API token with permission for the Machines API operations you need (for example creating or managing apps, machines, or volumes). Find your Fly.io API token In the Fly.io dashboard , go to Account \u2192 Access Tokens and create a token with a scope that covers the Machines API actions you use. Alternatively, install the Fly CLI , run fly auth login , and use fly tokens create with the subcommand that fits your scope . Connect Fly.io Machines API to Zapier To create an app connection to Fly.io Machines API on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Fly.io Machines API . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Token field, enter your Fly.io API token . Click Yes, Continue to Fly.io Machines API . Your Fly.io account is now successfully connected to Zapier. About Fly.io Machines API's app Triggers, searches, and actions Triggers New Machine (Polling) - Triggers when a new Fly Machine is created in your app. New Volume (Polling) - Triggers when a new persistent volume is created in a Fly.io app. Searches Find App - Finds a Fly.io app by its name. Find Machine - Finds a Fly Machine by its ID. Find Volume - Finds a Fly.io volume by its ID. Actions Create App - Creates a new Fly.io app. Create Machine - Creates a new Fly Machine in your app. Create Volume - Creates a new persistent storage volume for a Fly.io app. Delete App - Deletes a Fly.io app and all its Machines. Delete Machine - Permanently deletes a Fly Machine. This action cannot be undone. Delete Volume - Permanently deletes a Fly.io volume. This action cannot be undone. Extend Volume - Increases the size of a Fly.io volume. Volumes can only be extended, not shrunk. Start Machine - Starts a stopped Fly Machine. Stop Mac"
|
|
},
|
|
"clarifai": {
|
|
"slug": "clarifai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Clarifai on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/12405607318925-How-to-get-started-with-Clarifai-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Clarifai on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Clarifai How to get started with Clarifai on Zapier Updated December 20, 2024 15:58 Connect to Clarifai on Zapier Clarifai uses API keys to authenticate your account on Zapier. Required authentication fields Personal Access Token (PAT) Optional authentication fields User ID Additional authentication instructions Create Personal Access Tokens in Clarifai . Complete the User ID field if you're using an API token for your whole organisation. Your User ID can be found in your profile in the Clarifai Portal. About Clarifai's app Are self-hosted or cloud-hosted accounts supported? Cloud-hosted accounts only Learn more about Clarifai's supported accounts . Is a paid Clarifai plan required? No View Clarifai's plans . Are any special account permissions required? No Are there usage limits? Yes Free account has 1000 free operations and 1000 fee inputs per month with any API token. Other limits apply accordingly to your Clarifai's plans . Are there pagination limits? No Do trigger samples use real data from your account or generic data? Real trigger samples Learn more about Clarifai's trigger samples . Are custom fields supported? No Do update actions overwrite or append to existing data? Append to existing data Learn more about Clarifai's update actions . Is there any additional info? No"
|
|
},
|
|
"vastai": {
|
|
"slug": "vastai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Vast.ai app on Zapier, you must have: A Vast.ai account with access to the console . An API key for your account. Find your Vast.ai API key Create or copy an API key in Vast.ai API keys ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Vast.ai to Zapier To create an app connection to Vast.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vast.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Vast.ai on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933179917325-How-to-get-started-with-Vast-ai-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Vast.ai on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Vast.ai How to get started with Vast.ai on Zapier Updated April 08, 2026 15:51 Vast.ai and Zapier connect so you can automate GPU cloud workflows: react to new instances, billing events, marketplace offers, and volumes; look up instances, offers, templates, and invoices; and run actions like creating or managing instances, SSH keys, bids, and logs. Prerequisites To use the Vast.ai app on Zapier, you must have: A Vast.ai account with access to the console . An API key for your account. Find your Vast.ai API key Create or copy an API key in Vast.ai API keys . Connect Vast.ai to Zapier To create an app connection to Vast.ai on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vast.ai . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter your Vast.ai API key . Click Yes, Continue to Vast.ai (or the button shown to finish the connection). Your Vast.ai account is now successfully connected to Zapier. About Vast.ai's app Triggers, searches, and actions Triggers Instance Status Changed (Polling) - Fires when an instance's actual_status changes. Each status transition is treated as a new event. New Instance (Polling) - Fires when a new GPU instance appears in your account. New Invoice / Billing Event (Polling) - Fires when a new billing or invoice row appears that the Zap has not seen before. New Matching Offer (Polling) - Fires when a marketplace offer ID appears that the Zap has not seen yet. New Volume (Polling) - Fires when a rented volume ID is seen for the first time by this Zap. Searches Find Instance - Finds an instance by ID with optional status filter. Get Instance - Retrieves a specific instance by selection. Find Instance SSH Keys - Lists SSH keys attached to an instance. Find Invoices - Lists invoices with optional time range, limit, and service filters. Find Volumes - Lists volumes with an optional status filter. Search Benchmarks - Searches benchmark data. Search Offers - Searches GPU marketplace offers with filters such as GPU name, price, and disk space. Search Templates - Searches instance templates with optional advanced JSON filters. Find Current User - Looks up the authenticated u"
|
|
},
|
|
"amazon-alexa": {
|
|
"slug": "amazon-alexa",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Amazon Alexa on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496053448973-Common-Problems-with-Amazon-Alexa-on-Zapier"
|
|
},
|
|
{
|
|
"title": "How to Get Started with Amazon Alexa on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496069908621-How-to-Get-Started-with-Amazon-Alexa-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Amazon Alexa on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Internet of things Amazon Alexa Common Problems with Amazon Alexa on Zapier Updated May 29, 2026 18:13 Alexa says: I couldn't find any zaps matching your trigger phrase. Make sure you have a Zap created, turn it on and then try asking Alexa again. Alexa understood when I said my trigger phrase, but couldn\u2019t match it to any of my Zap workflows. Make sure the trigger phrase Alexa repeated back to you was correct, and that it exactly matches your Zap. If the trigger phrase Alexa heard wasn\u2019t quite what you said, then it\u2019s likely Alexa has trouble understanding that particular sentence. Alexa says: Sorry, I didn't understand. Use a different trigger phrase in your zap, then try again. Alexa is having some trouble understanding your trigger phrase. Try editing your trigger phrase and repeating your new phrase again. It\u2019s best to keep these as simple as possible eg. don\u2019t use slang, avoid punctuation when possible. Alexa has trouble with some app\u2019s names, so if your trigger phrase has the name of an app it\u2019s best to remove that. Alexa says: Zapier is experiencing issues at the moment. Please try again later. Zapier is having technical difficulties, and should be back up and running soon!"
|
|
},
|
|
"everart-ca229246": {
|
|
"slug": "everart-ca229246",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the EverArt app on Zapier, you must have: An active EverArt account with a paid subscription plan."
|
|
],
|
|
"connect_steps": [
|
|
"Connect EverArt to Zapier To create an app connection to EverArt on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select EverArt . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with EverArt on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458712137229-How-to-get-started-with-EverArt-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with EverArt on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence EverArt How to get started with EverArt on Zapier Updated March 04, 2026 04:45 EverArt and Zapier connect to automate AI image creation. You can generate images from text prompts and check generation status for your workflows. Prerequisites To use the EverArt app on Zapier, you must have: An active EverArt account with a paid subscription plan. Connect EverArt to Zapier To create an app connection to EverArt on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select EverArt . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your EverArt API key . You can find this in your Everart account settings. Click Yes, Continue to EverArt . Your EverArt account is now successfully connected to Zapier. About EverArt's app Triggers, searches, and actions Triggers No triggers are currently available for EverArt Searches Get Generation Status - Retrieves the status and results of an image generation task. Actions Generate Image - Generates images from text prompts using Everart AI models. Limitations Image generation is limited to a maximum of 10 images per request. Templates View all of EverArt's templates . Additional EverArt resources Zapier's EverArt integration page EverArt's API documentation"
|
|
},
|
|
"amazon-rds": {
|
|
"slug": "amazon-rds",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with Amazon Relational Database (RDS) on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495979122957-How-to-Get-Started-with-Amazon-Relational-Database-RDS-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated June 19, 2024 15:36 When you start creating an Amazon Relational Database (RDS) Zap, you will be asked to connect your Amazon Relational Database (RDS) account. Next, you'll be asked to enter your Amazon Relational Database (RDS) API key. To locate your API Key in your Amazon Relational Database (RDS) account, please follow these steps: Log into your app. This key should be restricted to the resources you wish to use with Zapier. We recommend you create a new user in the IAM console Click \"My Security Credentials\" Click \"Create access key\" Copy the \"API Access Key ID\" and \"AWS Secret Access Key\" to your clipboard Paste your key back into your Zapier account and then \u201cContinue.\u201d If all steps were successful your Amazon Relational Database (RDS) account will now be successfully connected."
|
|
},
|
|
"brandwell": {
|
|
"slug": "brandwell",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the BrandWell app on Zapier, you must have: A BrandWell account (free or paid). Find your BrandWell credentials To find your API key: Open the BrandWell app and click the gear icon to access settings. Select Integrations . Locate the Zapier integration toggle and enable it. Copy the API token that appears below the toggle."
|
|
],
|
|
"connect_steps": [
|
|
"Connect BrandWell to Zapier To create an app connection to BrandWell on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BrandWell . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with BrandWell on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33566741340557-How-to-get-started-with-BrandWell-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with BrandWell on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence BrandWell How to get started with BrandWell on Zapier Updated May 12, 2026 11:48 BrandWell and Zapier connect to automate your lead management. You can trigger actions when new leads are created or deal statuses change. Prerequisites To use the BrandWell app on Zapier, you must have: A BrandWell account (free or paid). Find your BrandWell credentials To find your API key: Open the BrandWell app and click the gear icon to access settings. Select Integrations . Locate the Zapier integration toggle and enable it. Copy the API token that appears below the toggle. Connect BrandWell to Zapier To create an app connection to BrandWell on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select BrandWell . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your BrandWell API token . Click Yes, Continue to BrandWell . Your BrandWell account is now successfully connected to Zapier. About BrandWell's app Triggers, searches, and actions Triggers Deal Status Changed (Polling) - Triggers when a deal status is changed from GHL. New Deal Created (Polling) - Triggers when a deal is created from a Lead through GHL. New Lead Created (Polling) - Triggers when a new lead from Traffic ID is created. Searches No searches available for this app. Actions No actions available for this app. Templates View all of BrandWell's templates Additional BrandWell resources Zapier's BrandWell integration page BrandWell website"
|
|
},
|
|
"_platform": {
|
|
"slug": "_platform",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth",
|
|
"invite_only",
|
|
"oauth",
|
|
"premium_zapier",
|
|
"webhook"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites You'll need an existing Zap with a trigger step already configured. 1. Add a Formatter step In the Zap outline, click the Action step or the plus sign + to add a new action. A dialog box will open. In the search box, search for and select Formatter . The right sidebar will open to the Setup tab. Click the Action event field to open the dropdown menu and select Text . Click Continue to continue to the Configure tab. 2. Set up your transform Click the Transform field to open the dropdown menu, then select the transform you want to use. Default Value Find Replace In the Input field, manually enter the string you want to transform or map a field from a previous step. In the Default Value field, manually enter the value or map another field that will contain a value you want to use to replace a blank value in your mapped field. Click Continue to continue to the Test tab. In the Input field, manually enter the string you want to transform or map a field from a previous step. In the Find field, manually enter the value or map another field that will contain a value you want to find. (Optional) In the Skip Characters field, enter the number of characters that the transform should ignore at the start of the string before searching for the value. Click Continue to continue to the Test tab. In the Input field, manually enter the string you want to transform or map a field from a previous step. In the Find field, manually enter the value or map another field that will contain a value you want to find. (Optional) In the Replace field, enter the value or map another field that will contain a value you want to replace the value in the Find field with. Note If you do not include a value in the Replace field, the Zap will return the portion of the string leading up to the value in the Find field, including the value. Click Continue to continue to the Test tab. Special character syntax You must use a specific syntax for special characters in the Find , Replace , and Def",
|
|
"Prerequisites A Code by Zapier step in your workflow. A UUID4 secret to protect your stored data. You can generate one with the Online UUID Generator Tool . 1. Create a StoreClient In your Code step, create a StoreClient by passing your UUID4 secret: JavaScript Python var store = StoreClient('your secret here'); Note StoreClient is promise-based. Use async and await to work with it. store = StoreClient('your secret here') Note As with all Python Code steps, you must return a dictionary or a list of dictionaries. Returning a string will result in an error. 2. Get and set values JavaScript Python const store = StoreClient('your secret here'); await store.set('hello', 'world'); const value = await store.get('hello'); return {result: value} // value === 'world' If the value does not exist, get() returns null . store = StoreClient('your secret here') store.set('hello', 'world') value = store.get('hello') return {'result': value} # value == 'world' If the value does not exist, get() returns None . 3. Bulk operations JavaScript Python You can save and retrieve multiple keys and values at once: const store = StoreClient('your secret here'); await store.setMany({hello: 'world', foo: 'bar'}) const values = await store.getMany('hello', 'foo'); // values === {hello: 'world', foo: 'bar'} await store.deleteMany('hello', 'foo'); // or, if you want to wipe everything await store.clear(); You can call getMany and deleteMany in a few different ways: store.getMany('hello', 'foo'); // as arguments store.getMany(['hello', 'foo']); // as array store.getMany({hello: null, foo: null}); // as object You can save and retrieve multiple keys and values at once: store = StoreClient('your secret here') store.set_many({'hello': 'world', 'foo': 'bar'}) values = store.get_many('hello', 'foo') # return {'hello': 'world', 'foo': 'bar'} store.delete_many('hello', 'foo') store.clear() # or, if you want to wipe everything You can call get_many and delete_many in a few different ways: store.get_many('hel"
|
|
],
|
|
"connect_steps": [
|
|
"connect the app to Zapier . OAuth authentication A dialog box appears from the service asking you to authorize Zapier to access your app account. You may or may not need to reconnect the app to Zapier . Some apps will do it automatically, other do not. API keys You entered an API key to connect your account. You do not need to do anything unless you also reset your API key. Zapier will send you a notification if you must reconnect your app.",
|
|
"connect your app account Your app account may need to be reconnected to Zapier in order to refresh your settings. When you see a timeout error, it\u2019s best to reconnect your app account to Zapier after a few hours. Still need help? If this article did not fix the issue, Zapier has a few other options to get you the help you need: Contact Zapier Support . Our Support team can investigate your account to find solutions. Ask in the Zapier Community . Get advice from experienced Zapier users in the Zapier Community. Learn more about getting help. Read our guide on how to get help and support with Zapier to find the best resources for your specific problem."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "Control when your Zap runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495924437005-Control-when-your-Zap-runs"
|
|
},
|
|
{
|
|
"title": "Does Zapier support two way syncing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495908569613-Does-Zapier-support-two-way-syncing"
|
|
},
|
|
{
|
|
"title": "Why is my payment pending And why can t I change my plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495926411405-Why-is-my-payment-pending-And-why-can-t-I-change-my-plan"
|
|
},
|
|
{
|
|
"title": "Why did Zapier charge my credit card",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495957175437-Why-did-Zapier-charge-my-credit-card"
|
|
},
|
|
{
|
|
"title": "Why is my Zap action adding the same data each time it occurs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495908726413-Why-is-my-Zap-action-adding-the-same-data-each-time-it-occurs"
|
|
},
|
|
{
|
|
"title": "Can you charge me in my local currency",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495958304909-Can-you-charge-me-in-my-local-currency"
|
|
},
|
|
{
|
|
"title": "Can I use a date format that s not in the list of formats",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495924221069-Can-I-use-a-date-format-that-s-not-in-the-list-of-formats"
|
|
},
|
|
{
|
|
"title": "Can I use my existing personal account with Zapier for Teams or Zapier for Enterprise plans",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495926021261-Can-I-use-my-existing-personal-account-with-Zapier-for-Teams-or-Zapier-for-Enterprise-plans"
|
|
},
|
|
{
|
|
"title": "Why is the record I created in a previous step not being found when the Zap runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495893386381-Why-is-the-record-I-created-in-a-previous-step-not-being-found-when-the-Zap-runs"
|
|
},
|
|
{
|
|
"title": "Can my team use a shared login to access my account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495957254797-Can-my-team-use-a-shared-login-to-access-my-account"
|
|
},
|
|
{
|
|
"title": "What should I do in Zapier if I change an app account password",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495878657421-What-should-I-do-in-Zapier-if-I-change-an-app-account-password"
|
|
},
|
|
{
|
|
"title": "Why is there a section called Extra Fields on my Zap action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495958376205-Why-is-there-a-section-called-Extra-Fields-on-my-Zap-action"
|
|
},
|
|
{
|
|
"title": "What happens if my payment fails",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495944214285-What-happens-if-my-payment-fails"
|
|
},
|
|
{
|
|
"title": "How is task usage measured in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496196837261-How-is-task-usage-measured-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Can t find the app you need",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496039443981-Can-t-find-the-app-you-need"
|
|
},
|
|
{
|
|
"title": "Fix Required field is empty errors in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496038661133-Fix-Required-field-is-empty-errors-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "How to troubleshoot errors in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496037690637-How-to-troubleshoot-errors-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Available spreadsheet style formulas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496181204877-Available-spreadsheet-style-formulas"
|
|
},
|
|
{
|
|
"title": "Learn key concepts in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496181725453-Learn-key-concepts-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Zap limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496181445261-Zap-limits"
|
|
},
|
|
{
|
|
"title": "Security and Compliance",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496181993613-Security-and-Compliance"
|
|
},
|
|
{
|
|
"title": "JavaScript code examples in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197098253-JavaScript-code-examples-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Python code examples in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197130893-Python-code-examples-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Fix Throttled by Zapier or Zapier has blocked this task errors in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496038845325-Fix-Throttled-by-Zapier-or-Zapier-has-blocked-this-task-errors-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Troubleshooting Code JavaScript on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495980256141-Troubleshooting-Code-JavaScript-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Data pagination in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496182526221-Data-pagination-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "How is my account affected by India s e mandate directive",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197880845-How-is-my-account-affected-by-India-s-e-mandate-directive"
|
|
},
|
|
{
|
|
"title": "How to report security concerns to Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496198017805-How-to-report-security-concerns-to-Zapier"
|
|
},
|
|
{
|
|
"title": "Zap isn t triggering",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199211277-Zap-isn-t-triggering"
|
|
},
|
|
{
|
|
"title": "View and save your browser console logs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199434765-View-and-save-your-browser-console-logs"
|
|
},
|
|
{
|
|
"title": "Can t turn on or publish Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199466125-Can-t-turn-on-or-publish-Zap"
|
|
},
|
|
{
|
|
"title": "Zap field will not accept your data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199127053-Zap-field-will-not-accept-your-data"
|
|
},
|
|
{
|
|
"title": "Discounts for Zapier plans",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197165581-Discounts-for-Zapier-plans"
|
|
},
|
|
{
|
|
"title": "Get started with Zapier s Enterprise plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496213575053-Get-started-with-Zapier-s-Enterprise-plan"
|
|
},
|
|
{
|
|
"title": "Data privacy in Zapier Team and Enterprise accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496213679885-Data-privacy-in-Zapier-Team-and-Enterprise-accounts"
|
|
},
|
|
{
|
|
"title": "Get started with your free Zapier trial",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496197192461-Get-started-with-your-free-Zapier-trial"
|
|
},
|
|
{
|
|
"title": "Dropdown menu in Zap field is empty or missing items",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199710477-Dropdown-menu-in-Zap-field-is-empty-or-missing-items"
|
|
},
|
|
{
|
|
"title": "Zap filters are not working properly",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496215226125-Zap-filters-are-not-working-properly"
|
|
},
|
|
{
|
|
"title": "Formatted data is incorrect in later Zap steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496215184653-Formatted-data-is-incorrect-in-later-Zap-steps"
|
|
},
|
|
{
|
|
"title": "Fix Not found errors in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496215423501-Fix-Not-found-errors-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Zap is not sending data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496199667981-Zap-is-not-sending-data"
|
|
},
|
|
{
|
|
"title": "Troubleshoot Zapier Manager",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496200014477-Troubleshoot-Zapier-Manager"
|
|
},
|
|
{
|
|
"title": "Zap is not running",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496216132621-Zap-is-not-running"
|
|
},
|
|
{
|
|
"title": "Zap is creating duplicate data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496218141453-Zap-is-creating-duplicate-data"
|
|
},
|
|
{
|
|
"title": "Zap workflows are missing from your account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496217739405-Zap-workflows-are-missing-from-your-account"
|
|
},
|
|
{
|
|
"title": "Get help and support with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496213764877-Get-help-and-support-with-Zapier"
|
|
},
|
|
{
|
|
"title": "Zapier IP addresses and allowlisting",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496216020877-Zapier-IP-addresses-and-allowlisting"
|
|
},
|
|
{
|
|
"title": "Zapier s vendor information",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496229312013-Zapier-s-vendor-information"
|
|
},
|
|
{
|
|
"title": "Browsers supported by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496229845517-Browsers-supported-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Zap dates or times are incorrect",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496215472653-Zap-dates-or-times-are-incorrect"
|
|
},
|
|
{
|
|
"title": "Search for existing data in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496241402253-Search-for-existing-data-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Add custom values to dropdown menu fields in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496241696141-Add-custom-values-to-dropdown-menu-fields-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Webhooks How to fix SSL certificate failures in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496231874445-Webhooks-How-to-fix-SSL-certificate-failures-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "How Zap triggers work",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496244568589-How-Zap-triggers-work"
|
|
},
|
|
{
|
|
"title": "Can t find trigger event",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496246420109-Can-t-find-trigger-event"
|
|
},
|
|
{
|
|
"title": "Zap is stuck in a loop",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496232045453-Zap-is-stuck-in-a-loop"
|
|
},
|
|
{
|
|
"title": "Error The app did not respond in time",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496246377357-Error-The-app-did-not-respond-in-time"
|
|
},
|
|
{
|
|
"title": "Set up your Zap action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496257774221-Set-up-your-Zap-action"
|
|
},
|
|
{
|
|
"title": "Connect your app accounts to Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496258785421-Connect-your-app-accounts-to-Zapier"
|
|
},
|
|
{
|
|
"title": "How Zapier handles duplicate data in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496260269965-How-Zapier-handles-duplicate-data-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Field types in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496259603341-Field-types-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "SSL certificate checks in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496260204941-SSL-certificate-checks-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Replay Zap runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496241726989-Replay-Zap-runs"
|
|
},
|
|
{
|
|
"title": "Zap trigger test fails",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496262128141-Zap-trigger-test-fails"
|
|
},
|
|
{
|
|
"title": "Fix Problem updating node errors in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496262208141-Fix-Problem-updating-node-errors-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "App connection error Not authenticated or Unauthorized",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496261984525-App-connection-error-Not-authenticated-or-Unauthorized"
|
|
},
|
|
{
|
|
"title": "Transfer existing data using a Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496274335885-Transfer-existing-data-using-a-Zap"
|
|
},
|
|
{
|
|
"title": "Use spreadsheet style formulas in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496273821965-Use-spreadsheet-style-formulas-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Create line items in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496275165709-Create-line-items-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Request to add a new app to Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496275663501-Request-to-add-a-new-app-to-Zapier"
|
|
},
|
|
{
|
|
"title": "Use line items in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496277737997-Use-line-items-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Manage your Zapier account email notification preferences",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496277613325-Manage-your-Zapier-account-email-notification-preferences"
|
|
},
|
|
{
|
|
"title": "Use regular expressions regex to find text in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496278106637-Use-regular-expressions-regex-to-find-text-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Upgrade or downgrade your Zapier plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496277302157-Upgrade-or-downgrade-your-Zapier-plan"
|
|
},
|
|
{
|
|
"title": "Create teams in your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496280450189-Create-teams-in-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Set up your Zap trigger",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288188429-Set-up-your-Zap-trigger"
|
|
},
|
|
{
|
|
"title": "Pick from a list of items in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496279434637-Pick-from-a-list-of-items-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Set up single sign on with SAML",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496279747085-Set-up-single-sign-on-with-SAML"
|
|
},
|
|
{
|
|
"title": "Remove members from your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496281082253-Remove-members-from-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Export or delete your Zapier account data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496289406349-Export-or-delete-your-Zapier-account-data"
|
|
},
|
|
{
|
|
"title": "Send files in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496288813453-Send-files-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Find and replace values in your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496278339725-Find-and-replace-values-in-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Manage your app connections",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496290788109-Manage-your-app-connections"
|
|
},
|
|
{
|
|
"title": "Split up trigger data in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496289595533-Split-up-trigger-data-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Adjust date and time values in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496307860109-Adjust-date-and-time-values-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "View and manage your Zap history",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496291148685-View-and-manage-your-Zap-history"
|
|
},
|
|
{
|
|
"title": "Provision user accounts with SCIM",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496291497741-Provision-user-accounts-with-SCIM"
|
|
},
|
|
{
|
|
"title": "Manage your Zapier Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496291989645-Manage-your-Zapier-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Import CSV files into Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496293371789-Import-CSV-files-into-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "How to pay for your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496292353037-How-to-pay-for-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Manage your Zapier account profile",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496294243981-Manage-your-Zapier-account-profile"
|
|
},
|
|
{
|
|
"title": "Set up two factor authentication for your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496305453069-Set-up-two-factor-authentication-for-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Store data from code steps with StoreClient",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496293969549-Store-data-from-code-steps-with-StoreClient"
|
|
},
|
|
{
|
|
"title": "Delete your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496305400717-Delete-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Export your Zap history",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496294549005-Export-your-Zap-history"
|
|
},
|
|
{
|
|
"title": "View and update your billing information",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496294350093-View-and-update-your-billing-information"
|
|
},
|
|
{
|
|
"title": "Share a template of your Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496292155405-Share-a-template-of-your-Zap"
|
|
},
|
|
{
|
|
"title": "What is a Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496309697421-What-is-a-Zap"
|
|
},
|
|
{
|
|
"title": "What are legacy and deprecated apps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496295729421-What-are-legacy-and-deprecated-apps"
|
|
},
|
|
{
|
|
"title": "Disconnect your Google account from Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308189837-Disconnect-your-Google-account-from-Zapier"
|
|
},
|
|
{
|
|
"title": "App access policies in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496307974541-App-access-policies-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Import and export Zap workflows in your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308481933-Import-and-export-Zap-workflows-in-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Convert line items into text strings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308258189-Convert-line-items-into-text-strings"
|
|
},
|
|
{
|
|
"title": "Compare dates and times in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308621197-Compare-dates-and-times-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Change your Zap data to HTML Markdown ASCII or plain text",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496308580365-Change-your-Zap-data-to-HTML-Markdown-ASCII-or-plain-text"
|
|
},
|
|
{
|
|
"title": "Extract data in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496312326285-Extract-data-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Access and manage your invoices",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496311316237-Access-and-manage-your-invoices"
|
|
},
|
|
{
|
|
"title": "Use Python code in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496326417549-Use-Python-code-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Customize data retention in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496327478413-Customize-data-retention-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Use private apps with Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496312360461-Use-private-apps-with-Zapier"
|
|
},
|
|
{
|
|
"title": "Share app connections with members of your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496326497037-Share-app-connections-with-members-of-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Send data between steps by mapping fields",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496343026701-Send-data-between-steps-by-mapping-fields"
|
|
},
|
|
{
|
|
"title": "Reorder or duplicate action steps and paths",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9528974130957-Reorder-or-duplicate-action-steps-and-paths"
|
|
},
|
|
{
|
|
"title": "Create Zap drafts and versions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9693520498445-Create-Zap-drafts-and-versions"
|
|
},
|
|
{
|
|
"title": "Create tables and store data with Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9804340895245-Create-tables-and-store-data-with-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "API Request actions in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/12899473501453-API-Request-actions-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Use domain insights to manage who can access your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496327503373-Use-domain-insights-to-manage-who-can-access-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Different field types in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9775472454157-Different-field-types-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Copy and paste triggers and actions across Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/13007162721293-Copy-and-paste-triggers-and-actions-across-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Create an API Request action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/12899607716493-Create-an-API-Request-action"
|
|
},
|
|
{
|
|
"title": "Use the audit log to review your account activity",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/13295074298125-Use-the-audit-log-to-review-your-account-activity"
|
|
},
|
|
{
|
|
"title": "Gain visibility with the account wide audit log",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14082162325133-Gain-visibility-with-the-account-wide-audit-log"
|
|
},
|
|
{
|
|
"title": "Restore your Zap to a prior version with version rollback",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14094586364941-Restore-your-Zap-to-a-prior-version-with-version-rollback"
|
|
},
|
|
{
|
|
"title": "Retry unsuccessful payments on demand",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14094235454861-Retry-unsuccessful-payments-on-demand"
|
|
},
|
|
{
|
|
"title": "Customize your action error notifications",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14095911742861-Customize-your-action-error-notifications"
|
|
},
|
|
{
|
|
"title": "Diagnose your webhook responses with improved troubleshooting",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14096419802509-Diagnose-your-webhook-responses-with-improved-troubleshooting"
|
|
},
|
|
{
|
|
"title": "Run more private apps steps with an increased throttle limit",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14096131608461-Run-more-private-apps-steps-with-an-increased-throttle-limit"
|
|
},
|
|
{
|
|
"title": "Run more Code by Zapier steps with increased timeouts and throttle limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14166919366413-Run-more-Code-by-Zapier-steps-with-increased-timeouts-and-throttle-limits"
|
|
},
|
|
{
|
|
"title": "Share app connections within the Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14278412563853-Share-app-connections-within-the-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Copy and paste steps between Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14166765028749-Copy-and-paste-steps-between-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Simplify your Zapier invoice management with Tax IDs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15036393994125-Simplify-your-Zapier-invoice-management-with-Tax-IDs"
|
|
},
|
|
{
|
|
"title": "Drag and drop Zap workflows into folders",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14167213721997-Drag-and-drop-Zap-workflows-into-folders"
|
|
},
|
|
{
|
|
"title": "Choose your Zap workflows flood protection limit",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14230420160269-Choose-your-Zap-workflows-flood-protection-limit"
|
|
},
|
|
{
|
|
"title": "How pay per task billing works in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15279018245901-How-pay-per-task-billing-works-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Decide how your Zap handles errors with advanced settings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14167175792909-Decide-how-your-Zap-handles-errors-with-advanced-settings"
|
|
},
|
|
{
|
|
"title": "Make raw HTTP requests with API Request actions Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14096700504717-Make-raw-HTTP-requests-with-API-Request-actions-Beta"
|
|
},
|
|
{
|
|
"title": "Rename reconnect and test your app connections from the Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14709128297613-Rename-reconnect-and-test-your-app-connections-from-the-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Modify large data for your AI prompts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15406374106765-Modify-large-data-for-your-AI-prompts"
|
|
},
|
|
{
|
|
"title": "Use Formatter s newest transform to avoid token limits when using large data sets with AI Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15506169096845-Use-Formatter-s-newest-transform-to-avoid-token-limits-when-using-large-data-sets-with-AI-Beta"
|
|
},
|
|
{
|
|
"title": "Use a static IP address to connect to Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15406083674509-Use-a-static-IP-address-to-connect-to-Zapier"
|
|
},
|
|
{
|
|
"title": "Export and audit all members on your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/14354879306893-Export-and-audit-all-members-on-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Customize your trigger error notifications",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15666606859661-Customize-your-trigger-error-notifications"
|
|
},
|
|
{
|
|
"title": "Effortlessly write custom code in your Zap workflows Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15677288383885-Effortlessly-write-custom-code-in-your-Zap-workflows-Beta"
|
|
},
|
|
{
|
|
"title": "Generate Zap outlines using natural language and the power of AI Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15705185924621-Generate-Zap-outlines-using-natural-language-and-the-power-of-AI-Beta"
|
|
},
|
|
{
|
|
"title": "Use the power of AI to generate Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15703650952077-Use-the-power-of-AI-to-generate-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Set up custom polling intervals in your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15700915877133-Set-up-custom-polling-intervals-in-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Zapier Tables usage limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15721386410765-Zapier-Tables-usage-limits"
|
|
},
|
|
{
|
|
"title": "Use the Button field in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15720961080717-Use-the-Button-field-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Why are old items triggering my Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15596916300429-Why-are-old-items-triggering-my-Zap"
|
|
},
|
|
{
|
|
"title": "App Updates ServiceNow Microsoft SharePoint Airtable and Slack",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15924621781645-App-Updates-ServiceNow-Microsoft-SharePoint-Airtable-and-Slack"
|
|
},
|
|
{
|
|
"title": "Connect to Zapier with static IP addresses",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15825615704717-Connect-to-Zapier-with-static-IP-addresses"
|
|
},
|
|
{
|
|
"title": "Custom Actions in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16276574838925-Custom-Actions-in-Zapier"
|
|
},
|
|
{
|
|
"title": "How to select your Zapier plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16051471305357-How-to-select-your-Zapier-plan"
|
|
},
|
|
{
|
|
"title": "Manage permissions and sharing in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16021760381453-Manage-permissions-and-sharing-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Create a custom action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16277139110157-Create-a-custom-action"
|
|
},
|
|
{
|
|
"title": "Types of components in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15930394291341-Types-of-components-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Create forms in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15927500577037-Create-forms-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Customize branding and colors in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/15932034572685-Customize-branding-and-colors-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Safeguard business critical Zap workflows when a team member transitions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16534140057485-Safeguard-business-critical-Zap-workflows-when-a-team-member-transitions"
|
|
},
|
|
{
|
|
"title": "Manage your custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16277147937805-Manage-your-custom-actions"
|
|
},
|
|
{
|
|
"title": "Fix errors in Zapier Chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16451058327693-Fix-errors-in-Zapier-Chatbots"
|
|
},
|
|
{
|
|
"title": "Use the editor to build and view your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16722578092429-Use-the-editor-to-build-and-view-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "See your entire workflow in a single view with the Visual Editor Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16598899889933-See-your-entire-workflow-in-a-single-view-with-the-Visual-Editor-Beta"
|
|
},
|
|
{
|
|
"title": "Use real time information to answer questions with AI Powered actions Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16287887483661-Use-real-time-information-to-answer-questions-with-AI-Powered-actions-Beta"
|
|
},
|
|
{
|
|
"title": "Error Task was stopped because its Zap was turned off",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16815648307853-Error-Task-was-stopped-because-its-Zap-was-turned-off"
|
|
},
|
|
{
|
|
"title": "Create new Zapier actions with App Extensions Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16277767522829-Create-new-Zapier-actions-with-App-Extensions-Beta"
|
|
},
|
|
{
|
|
"title": "App updates Telegram Microsoft SharePoint Shopify LinkedIn Ads and Asana",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16803730477965-App-updates-Telegram-Microsoft-SharePoint-Shopify-LinkedIn-Ads-and-Asana"
|
|
},
|
|
{
|
|
"title": "Quickly search for Zap folders in your account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16779481760525-Quickly-search-for-Zap-folders-in-your-account"
|
|
},
|
|
{
|
|
"title": "Describe how your Zap works by adding notes",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16791272000525-Describe-how-your-Zap-works-by-adding-notes"
|
|
},
|
|
{
|
|
"title": "Is Zapier GDPR compliant",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16737802843661-Is-Zapier-GDPR-compliant"
|
|
},
|
|
{
|
|
"title": "Easily format your data using AI Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16727828367885-Easily-format-your-data-using-AI-Beta"
|
|
},
|
|
{
|
|
"title": "Easily switch between test records",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16812484211213-Easily-switch-between-test-records"
|
|
},
|
|
{
|
|
"title": "Troubleshoot Tax ID validation errors in invoices",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16671521098893-Troubleshoot-Tax-ID-validation-errors-in-invoices"
|
|
},
|
|
{
|
|
"title": "Document your Zapier workflows with step notes",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16986667521037-Document-your-Zapier-workflows-with-step-notes"
|
|
},
|
|
{
|
|
"title": "App updates Microsoft SharePoint Notion Microsoft Dynamics 365 CRM and Slack",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17213946807181-App-updates-Microsoft-SharePoint-Notion-Microsoft-Dynamics-365-CRM-and-Slack"
|
|
},
|
|
{
|
|
"title": "Zap error Zap has diverged too much",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/16813373170317-Zap-error-Zap-has-diverged-too-much"
|
|
},
|
|
{
|
|
"title": "Add your own knowledge to a chatbot with data sources",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17303147345165-Add-your-own-knowledge-to-a-chatbot-with-data-sources"
|
|
},
|
|
{
|
|
"title": "Efficiently limit Zap history results to specific versions of your Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17227446389773-Efficiently-limit-Zap-history-results-to-specific-versions-of-your-Zap"
|
|
},
|
|
{
|
|
"title": "Get more clarity on Zap run errors with AI powered troubleshooting Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17022246704525-Get-more-clarity-on-Zap-run-errors-with-AI-powered-troubleshooting-Beta"
|
|
},
|
|
{
|
|
"title": "How do I access an account after a user leaves",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17416146912781-How-do-I-access-an-account-after-a-user-leaves"
|
|
},
|
|
{
|
|
"title": "Generate content with AI Fields in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17710260699533-Generate-content-with-AI-Fields-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Generate App Extensions using natural language and the power of AI Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17569213814029-Generate-App-Extensions-using-natural-language-and-the-power-of-AI-Beta"
|
|
},
|
|
{
|
|
"title": "Fine tune your Zap setup with editable trigger test records",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17950382282765-Fine-tune-your-Zap-setup-with-editable-trigger-test-records"
|
|
},
|
|
{
|
|
"title": "How to transfer ownership of your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17946190203789-How-to-transfer-ownership-of-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Validate your Tax ID in real time",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/17534518441357-Validate-your-Tax-ID-in-real-time"
|
|
},
|
|
{
|
|
"title": "Amplify your productivity with the AI Field in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18184937826189-Amplify-your-productivity-with-the-AI-Field-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Easily document your complete workflow with Zap notes",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18091355055757-Easily-document-your-complete-workflow-with-Zap-notes"
|
|
},
|
|
{
|
|
"title": "Visual editor now generally available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18164966455053-Visual-editor-now-generally-available"
|
|
},
|
|
{
|
|
"title": "App updates Google Workspace Admin Dropbox Microsoft SharePoint and Microsoft Azure Directory",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18185991725709-App-updates-Google-Workspace-Admin-Dropbox-Microsoft-SharePoint-and-Microsoft-Azure-Directory"
|
|
},
|
|
{
|
|
"title": "Personalize components with managed user details",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18365550909837-Personalize-components-with-managed-user-details"
|
|
},
|
|
{
|
|
"title": "Quickly review Zap information from your Zap folder",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18671655966093-Quickly-review-Zap-information-from-your-Zap-folder"
|
|
},
|
|
{
|
|
"title": "Test Zap steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18811411817741-Test-Zap-steps"
|
|
},
|
|
{
|
|
"title": "Use dynamic filters to show personalized information",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18840344609677-Use-dynamic-filters-to-show-personalized-information"
|
|
},
|
|
{
|
|
"title": "App versions in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18755649454989-App-versions-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Boost engagement with the chatbot popup overlay",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18319944217869-Boost-engagement-with-the-chatbot-popup-overlay"
|
|
},
|
|
{
|
|
"title": "Use Google Analytics with Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18872600247309-Use-Google-Analytics-with-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Change access permissions in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18872714686605-Change-access-permissions-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Prefill form fields in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18227509518861-Prefill-form-fields-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Manage which apps your account members can use via an allow list",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18933552537997-Manage-which-apps-your-account-members-can-use-via-an-allow-list"
|
|
},
|
|
{
|
|
"title": "Add a custom domain to Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18872442359693-Add-a-custom-domain-to-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Supported apps for API Request actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19055937195149-Supported-apps-for-API-Request-actions"
|
|
},
|
|
{
|
|
"title": "App updates YouTube BaseCamp3 Odoo ERP Self Hosted Facebook Lead Ads LinkedIn Ads Microsoft Outlook and Google Workspace Admin",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18973518516109-App-updates-YouTube-BaseCamp3-Odoo-ERP-Self-Hosted-Facebook-Lead-Ads-LinkedIn-Ads-Microsoft-Outlook-and-Google-Workspace-Admin"
|
|
},
|
|
{
|
|
"title": "Create views in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19097922477453-Create-views-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Add navigation to Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18872229992461-Add-navigation-to-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Change the name subdomain and home page in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18872823764109-Change-the-name-subdomain-and-home-page-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Use Zap workflows with Zapier Forms components",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19103226147853-Use-Zap-workflows-with-Zapier-Forms-components"
|
|
},
|
|
{
|
|
"title": "Share and embed Zapier Forms pages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19103331339789-Share-and-embed-Zapier-Forms-pages"
|
|
},
|
|
{
|
|
"title": "What is replay",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19220226086797-What-is-replay"
|
|
},
|
|
{
|
|
"title": "Do Zapier credits expire",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19206241429645-Do-Zapier-credits-expire"
|
|
},
|
|
{
|
|
"title": "Manage pages and components on Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19103134913037-Manage-pages-and-components-on-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "App updates Discord Shopify Microsoft Dynamics 365 CRM Google Ads Google Workspace Admin and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19596359164301-App-updates-Discord-Shopify-Microsoft-Dynamics-365-CRM-Google-Ads-Google-Workspace-Admin-and-more"
|
|
},
|
|
{
|
|
"title": "More time to fix Zap workflows that error",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19532291509901-More-time-to-fix-Zap-workflows-that-error"
|
|
},
|
|
{
|
|
"title": "Save time building Zap workflows by testing or skipping tests for all steps at once",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19373346850701-Save-time-building-Zap-workflows-by-testing-or-skipping-tests-for-all-steps-at-once"
|
|
},
|
|
{
|
|
"title": "Expand your workflows by using more paths",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19602401757837-Expand-your-workflows-by-using-more-paths"
|
|
},
|
|
{
|
|
"title": "Import data into Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19693186435853-Import-data-into-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Use domain capture to ensure your employees join your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19703377133325-Use-domain-capture-to-ensure-your-employees-join-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Filter records on Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19695584120461-Filter-records-on-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Consolidate your organization under one Zapier account beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19732941696269-Consolidate-your-organization-under-one-Zapier-account-beta"
|
|
},
|
|
{
|
|
"title": "Build Zap workflows faster with AI powered suggested values Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19292830986381-Build-Zap-workflows-faster-with-AI-powered-suggested-values-Beta"
|
|
},
|
|
{
|
|
"title": "What is a Zapier add on",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19840117500685-What-is-a-Zapier-add-on"
|
|
},
|
|
{
|
|
"title": "Create a canvas to visualize your automated system",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19880280846221-Create-a-canvas-to-visualize-your-automated-system"
|
|
},
|
|
{
|
|
"title": "Limited time offer Use Google Ads in Zapier for free",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19923825623309-Limited-time-offer-Use-Google-Ads-in-Zapier-for-free"
|
|
},
|
|
{
|
|
"title": "Review run statuses in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20505304170637-Review-run-statuses-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Seamlessly review your Zap run details directly within the editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20516380550029-Seamlessly-review-your-Zap-run-details-directly-within-the-editor"
|
|
},
|
|
{
|
|
"title": "View specific Zap run details",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20512774106125-View-specific-Zap-run-details"
|
|
},
|
|
{
|
|
"title": "App updates Microsoft Dynamics365 Business Central WhatsApp Notifications AdRoll Google BigQuery and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20258099402381-App-updates-Microsoft-Dynamics365-Business-Central-WhatsApp-Notifications-AdRoll-Google-BigQuery-and-more"
|
|
},
|
|
{
|
|
"title": "Collaborate with members of your account by sharing your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20762512901517-Collaborate-with-members-of-your-account-by-sharing-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Invite team members to collaborate on Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/20897388284045-Invite-team-members-to-collaborate-on-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Boost your productivity with OpenAI GPTs and Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21076527967117-Boost-your-productivity-with-OpenAI-GPTs-and-Zapier"
|
|
},
|
|
{
|
|
"title": "Advanced settings are now available to Professional and Team accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21142460418701-Advanced-settings-are-now-available-to-Professional-and-Team-accounts"
|
|
},
|
|
{
|
|
"title": "App updates Google Workspace Admin Slack Marketo Salesforce MS Teams MS Dynamics 365 Jira Software Cloud Shopify Twilio and SMS by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21150353158157-App-updates-Google-Workspace-Admin-Slack-Marketo-Salesforce-MS-Teams-MS-Dynamics-365-Jira-Software-Cloud-Shopify-Twilio-and-SMS-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Add CAPTCHA to an form or project",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21386333695245-Add-CAPTCHA-to-an-form-or-project"
|
|
},
|
|
{
|
|
"title": "Google Sheets triggers unexpectedly or too soon",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21613239711117-Google-Sheets-triggers-unexpectedly-or-too-soon"
|
|
},
|
|
{
|
|
"title": "Google Sheets triggers aren t instant",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21612033911437-Google-Sheets-triggers-aren-t-instant"
|
|
},
|
|
{
|
|
"title": "Google Sheets Zap is triggering on rows in a sheet on another Team Drive",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21613796877325-Google-Sheets-Zap-is-triggering-on-rows-in-a-sheet-on-another-Team-Drive"
|
|
},
|
|
{
|
|
"title": "Invite and manage users in your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21161850084621-Invite-and-manage-users-in-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Google Sheets the format of data changes when added to my spreadsheet",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21636787677069-Google-Sheets-the-format-of-data-changes-when-added-to-my-spreadsheet"
|
|
},
|
|
{
|
|
"title": "Change a field s data type on Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21136786980621-Change-a-field-s-data-type-on-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Google Sheets error Zap is adding rows to the top of the sheet",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21636990300813-Google-Sheets-error-Zap-is-adding-rows-to-the-top-of-the-sheet"
|
|
},
|
|
{
|
|
"title": "Scheduled transfers will be deprecated in January 15 2024",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21694568825485-Scheduled-transfers-will-be-deprecated-in-January-15-2024"
|
|
},
|
|
{
|
|
"title": "Google Sheets values sent to the incorrect columns",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637256849677-Google-Sheets-values-sent-to-the-incorrect-columns"
|
|
},
|
|
{
|
|
"title": "Google Sheets results in rows with mixed values or overwriting each other",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637311927309-Google-Sheets-results-in-rows-with-mixed-values-or-overwriting-each-other"
|
|
},
|
|
{
|
|
"title": "Google Sheets Zap is creating duplicate rows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637060333325-Google-Sheets-Zap-is-creating-duplicate-rows"
|
|
},
|
|
{
|
|
"title": "Google Sheets error SSLError read operation timed out",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637390618765-Google-Sheets-error-SSLError-read-operation-timed-out"
|
|
},
|
|
{
|
|
"title": "Google Sheets error Invalid query parameter value for grid id",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637778631309-Google-Sheets-error-Invalid-query-parameter-value-for-grid-id"
|
|
},
|
|
{
|
|
"title": "Google Sheets Updated spreadsheet or worksheet name not reflected in Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21701898623117-Google-Sheets-Updated-spreadsheet-or-worksheet-name-not-reflected-in-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Google Sheets Updated Spreadsheet Row trigger isn t working",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21613393344397-Google-Sheets-Updated-Spreadsheet-Row-trigger-isn-t-working"
|
|
},
|
|
{
|
|
"title": "Google Sheets error 400 bad request",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637520631949-Google-Sheets-error-400-bad-request"
|
|
},
|
|
{
|
|
"title": "Google Sheets data sent by Zap appears as ERROR in sheet",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21637918514445-Google-Sheets-data-sent-by-Zap-appears-as-ERROR-in-sheet"
|
|
},
|
|
{
|
|
"title": "Enable publishing restrictions in your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21705940108941-Enable-publishing-restrictions-in-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Authorize third party apps to access your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21722761372557-Authorize-third-party-apps-to-access-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Google Sheets fields have gone missing in the Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21744388020749-Google-Sheets-fields-have-gone-missing-in-the-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Google Sheets error 400 Blank rows cannot be written use delete instead",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21816270226189-Google-Sheets-error-400-Blank-rows-cannot-be-written-use-delete-instead"
|
|
},
|
|
{
|
|
"title": "Google Sheets Spreadsheet doesn t appear in the dropdown menu",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21816541058061-Google-Sheets-Spreadsheet-doesn-t-appear-in-the-dropdown-menu"
|
|
},
|
|
{
|
|
"title": "Add logic to Zapier Chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21959765991437-Add-logic-to-Zapier-Chatbots"
|
|
},
|
|
{
|
|
"title": "Create a directive and greeting for your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21960096032141-Create-a-directive-and-greeting-for-your-chatbot"
|
|
},
|
|
{
|
|
"title": "Share and embed a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21958023866381-Share-and-embed-a-chatbot"
|
|
},
|
|
{
|
|
"title": "Zapier Chatbots quick start guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21959444384013-Zapier-Chatbots-quick-start-guide"
|
|
},
|
|
{
|
|
"title": "Use knowledge sources with a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21960412486541-Use-knowledge-sources-with-a-chatbot"
|
|
},
|
|
{
|
|
"title": "Set up a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21960697323533-Set-up-a-chatbot"
|
|
},
|
|
{
|
|
"title": "Use URL parameters with directives and greetings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21961587870221-Use-URL-parameters-with-directives-and-greetings"
|
|
},
|
|
{
|
|
"title": "Use your own API key with a Zapier Chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21959873616013-Use-your-own-API-key-with-a-Zapier-Chatbot"
|
|
},
|
|
{
|
|
"title": "Customize the creativity level of your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21962250168205-Customize-the-creativity-level-of-your-chatbot"
|
|
},
|
|
{
|
|
"title": "Google Sheets error cannot pass range or requested writing within range",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21745800024077-Google-Sheets-error-cannot-pass-range-or-requested-writing-within-range"
|
|
},
|
|
{
|
|
"title": "Review chatbot feedback",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21980947537421-Review-chatbot-feedback"
|
|
},
|
|
{
|
|
"title": "Easily find Zap workflows by the URL used in Webhooks by Zapier steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21986957116301-Easily-find-Zap-workflows-by-the-URL-used-in-Webhooks-by-Zapier-steps"
|
|
},
|
|
{
|
|
"title": "Introduction to apps on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/21996626006541-Introduction-to-apps-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Zap workflows quick start guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22234847450893-Zap-workflows-quick-start-guide"
|
|
},
|
|
{
|
|
"title": "Secure your important data by enabling publishing restrictions Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22269432693261-Secure-your-important-data-by-enabling-publishing-restrictions-Beta"
|
|
},
|
|
{
|
|
"title": "Consolidate multiple Zapier accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22295149489549-Consolidate-multiple-Zapier-accounts"
|
|
},
|
|
{
|
|
"title": "Create a Zapier for Teams or Zapier for Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22327424591245-Create-a-Zapier-for-Teams-or-Zapier-for-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Manage members in your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22330796898189-Manage-members-in-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Supported apps for custom actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22380378238349-Supported-apps-for-custom-actions"
|
|
},
|
|
{
|
|
"title": "Collaborate with members of your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22330977078157-Collaborate-with-members-of-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Set up custom error handling",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22495436062605-Set-up-custom-error-handling"
|
|
},
|
|
{
|
|
"title": "App Extensions is renamed to Custom Actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22495179408909-App-Extensions-is-renamed-to-Custom-Actions"
|
|
},
|
|
{
|
|
"title": "App update Freshsales Suite Spotify Project Broadcast Superchat and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22880871516045-App-update-Freshsales-Suite-Spotify-Project-Broadcast-Superchat-and-more"
|
|
},
|
|
{
|
|
"title": "Understand your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22234171213325-Understand-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "App update Teachery Zendesk MyGadgetRepairs ChatGPT Close and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22447428994701-App-update-Teachery-Zendesk-MyGadgetRepairs-ChatGPT-Close-and-more"
|
|
},
|
|
{
|
|
"title": "Domain capture now supports Google Single Sign On SSO",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22296803219725-Domain-capture-now-supports-Google-Single-Sign-On-SSO"
|
|
},
|
|
{
|
|
"title": "Monitor your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22334604476941-Monitor-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "App update Freshsales Suite BHuman Push by Technulus Front and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23248964752269-App-update-Freshsales-Suite-BHuman-Push-by-Technulus-Front-and-more"
|
|
},
|
|
{
|
|
"title": "Changes impacting Jira Server users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23279461598221-Changes-impacting-Jira-Server-users"
|
|
},
|
|
{
|
|
"title": "Troubleshooting your Zap workflows just got easier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23153229835533-Troubleshooting-your-Zap-workflows-just-got-easier"
|
|
},
|
|
{
|
|
"title": "Use even more Zapier apps without using your plan s tasks",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23287815651981-Use-even-more-Zapier-apps-without-using-your-plan-s-tasks"
|
|
},
|
|
{
|
|
"title": "We re making some big improvements to Zapier plans",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/22923011763853-We-re-making-some-big-improvements-to-Zapier-plans"
|
|
},
|
|
{
|
|
"title": "Apps tags in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23415782732941-Apps-tags-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Review conversation history for chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23282794440077-Review-conversation-history-for-chatbots"
|
|
},
|
|
{
|
|
"title": "Domain capture is now generally available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23425930915469-Domain-capture-is-now-generally-available"
|
|
},
|
|
{
|
|
"title": "Build Zap workflows faster using AI powered Copilot Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23503999825421-Build-Zap-workflows-faster-using-AI-powered-Copilot-Beta"
|
|
},
|
|
{
|
|
"title": "App update EmailOctopus Donorbox LearningSuite MyCase TidyCal and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23899510248589-App-update-EmailOctopus-Donorbox-LearningSuite-MyCase-TidyCal-and-many-more"
|
|
},
|
|
{
|
|
"title": "App update Facebook Groups app removal",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23970212345357-App-update-Facebook-Groups-app-removal"
|
|
},
|
|
{
|
|
"title": "Tax applied to Zapier charges",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24024667874957-Tax-applied-to-Zapier-charges"
|
|
},
|
|
{
|
|
"title": "Easily review your Zap s change history from within the editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23975937613069-Easily-review-your-Zap-s-change-history-from-within-the-editor"
|
|
},
|
|
{
|
|
"title": "Zapier Chatbots chatbot is giving incorrect answers",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24060934490253-Zapier-Chatbots-chatbot-is-giving-incorrect-answers"
|
|
},
|
|
{
|
|
"title": "App updates Airtable Discord Klaviyo MailChimp Transaction and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24138410736397-App-updates-Airtable-Discord-Klaviyo-MailChimp-Transaction-and-many-more"
|
|
},
|
|
{
|
|
"title": "Element types in Zapier Canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/23479101666573-Element-types-in-Zapier-Canvas"
|
|
},
|
|
{
|
|
"title": "Customize how your Zap runs if it encounters an error",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24143756334093-Customize-how-your-Zap-runs-if-it-encounters-an-error"
|
|
},
|
|
{
|
|
"title": "App updates Pipedrive Google Contacts Facebook Custom Audience ChatGPT Anthropic Claude and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24170696565005-App-updates-Pipedrive-Google-Contacts-Facebook-Custom-Audience-ChatGPT-Anthropic-Claude-and-many-more"
|
|
},
|
|
{
|
|
"title": "Domain capture is now generally available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24172126544269-Domain-capture-is-now-generally-available"
|
|
},
|
|
{
|
|
"title": "App updates Jira Software Server Google Workspace Admin Zendesk Jira Software Cloud and Microsoft SharePoint",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24138226040077-App-updates-Jira-Software-Server-Google-Workspace-Admin-Zendesk-Jira-Software-Cloud-and-Microsoft-SharePoint"
|
|
},
|
|
{
|
|
"title": "App updates Airtable YouTube Stripe ChatGPT SendGrid and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24357210391309-App-updates-Airtable-YouTube-Stripe-ChatGPT-SendGrid-and-many-more"
|
|
},
|
|
{
|
|
"title": "Get more control over the apps and actions your team can use",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24500913592077-Get-more-control-over-the-apps-and-actions-your-team-can-use"
|
|
},
|
|
{
|
|
"title": "Replay an entire Zap run starting from your trigger",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24098445317389-Replay-an-entire-Zap-run-starting-from-your-trigger"
|
|
},
|
|
{
|
|
"title": "Custom error handling is now in open beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24501395432717-Custom-error-handling-is-now-in-open-beta"
|
|
},
|
|
{
|
|
"title": "Add your own data to an agent",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24569690575117-Add-your-own-data-to-an-agent"
|
|
},
|
|
{
|
|
"title": "Build Custom Actions faster using the new AI powered and code builder",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24169597925773-Build-Custom-Actions-faster-using-the-new-AI-powered-and-code-builder"
|
|
},
|
|
{
|
|
"title": "New apps on Zapier Classy HTML to Image Transkriptor CallMaker weeknote fun and Ruly",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24241781422477-New-apps-on-Zapier-Classy-HTML-to-Image-Transkriptor-CallMaker-weeknote-fun-and-Ruly"
|
|
},
|
|
{
|
|
"title": "Best practices for working with Zapier Agents",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24593355420429-Best-practices-for-working-with-Zapier-Agents"
|
|
},
|
|
{
|
|
"title": "Data safety with Zapier Agents",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24687564925453-Data-safety-with-Zapier-Agents"
|
|
},
|
|
{
|
|
"title": "Custom error handling is now generally available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25016744437901-Custom-error-handling-is-now-generally-available"
|
|
},
|
|
{
|
|
"title": "Use conditional logic to show fields in forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25167217084045-Use-conditional-logic-to-show-fields-in-forms"
|
|
},
|
|
{
|
|
"title": "Build an agent in Zapier Agents",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24393442652557-Build-an-agent-in-Zapier-Agents"
|
|
},
|
|
{
|
|
"title": "Easily search for and filter fields when setting up your Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25204083253773-Easily-search-for-and-filter-fields-when-setting-up-your-Zap"
|
|
},
|
|
{
|
|
"title": "Sunsetting the Zapier ChatGPT plugin what you need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/24785309335565-Sunsetting-the-Zapier-ChatGPT-plugin-what-you-need-to-know"
|
|
},
|
|
{
|
|
"title": "App update Confido Legal EFC Aquila Worksection Letterhead and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25341692804109-App-update-Confido-Legal-EFC-Aquila-Worksection-Letterhead-and-many-more"
|
|
},
|
|
{
|
|
"title": "Review your account usage in the analytics dashboard",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25444544607373-Review-your-account-usage-in-the-analytics-dashboard"
|
|
},
|
|
{
|
|
"title": "App bug fixes HL Pro Tools Overloop Google Drive Oneflow and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25342048158349-App-bug-fixes-HL-Pro-Tools-Overloop-Google-Drive-Oneflow-and-many-more"
|
|
},
|
|
{
|
|
"title": "Use the Analytics dashboard to easily monitor your account Beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25444514945037-Use-the-Analytics-dashboard-to-easily-monitor-your-account-Beta"
|
|
},
|
|
{
|
|
"title": "Easily compare versions of your Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25447484764813-Easily-compare-versions-of-your-Zap"
|
|
},
|
|
{
|
|
"title": "Request tax exemption for your account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25204088903949-Request-tax-exemption-for-your-account"
|
|
},
|
|
{
|
|
"title": "Track all your Zap errors in one place beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25444267052557-Track-all-your-Zap-errors-in-one-place-beta"
|
|
},
|
|
{
|
|
"title": "Google Sheets error requested entity was not found",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25639501662221-Google-Sheets-error-requested-entity-was-not-found"
|
|
},
|
|
{
|
|
"title": "Enterprise Plan and Existing Plan Updates",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25326755478285-Enterprise-Plan-and-Existing-Plan-Updates"
|
|
},
|
|
{
|
|
"title": "Improved search in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25606405618189-Improved-search-in-Zapier"
|
|
},
|
|
{
|
|
"title": "We ve made Paths even better",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25773214429069-We-ve-made-Paths-even-better"
|
|
},
|
|
{
|
|
"title": "Duplicate an existing table",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25843378785165-Duplicate-an-existing-table"
|
|
},
|
|
{
|
|
"title": "Style your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25964887416077-Style-your-chatbot"
|
|
},
|
|
{
|
|
"title": "Migrating apps to the latest Zapier Platform what you need to know",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25841790519181-Migrating-apps-to-the-latest-Zapier-Platform-what-you-need-to-know"
|
|
},
|
|
{
|
|
"title": "Instant actions now available on Zapier Central",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26030854599309-Instant-actions-now-available-on-Zapier-Central"
|
|
},
|
|
{
|
|
"title": "You can now use Airtable and Zapier Tables as data sources in Zapier Central",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/25842801694733-You-can-now-use-Airtable-and-Zapier-Tables-as-data-sources-in-Zapier-Central"
|
|
},
|
|
{
|
|
"title": "Use actions on Zapier Agents",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26028298697485-Use-actions-on-Zapier-Agents"
|
|
},
|
|
{
|
|
"title": "Use form data to personalize components",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26098424926093-Use-form-data-to-personalize-components"
|
|
},
|
|
{
|
|
"title": "Embed external content into a form project",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26138418137613-Embed-external-content-into-a-form-project"
|
|
},
|
|
{
|
|
"title": "App update ConnectFlux Zuddl Salesforce ZyraTalk Convi and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26127413025933-App-update-ConnectFlux-Zuddl-Salesforce-ZyraTalk-Convi-and-many-more"
|
|
},
|
|
{
|
|
"title": "Filter visible data in Table and Kanban components",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26234222665613-Filter-visible-data-in-Table-and-Kanban-components"
|
|
},
|
|
{
|
|
"title": "AI powered troubleshooting is now available in the editor too",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26355822938509-AI-powered-troubleshooting-is-now-available-in-the-editor-too"
|
|
},
|
|
{
|
|
"title": "App update Notion Zoho Bookings KonnektiveCRM StreetText and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26294114743181-App-update-Notion-Zoho-Bookings-KonnektiveCRM-StreetText-and-many-more"
|
|
},
|
|
{
|
|
"title": "App updates ChatGPT Stripe Monday com Xero and TalentLMS",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26421862188941-App-updates-ChatGPT-Stripe-Monday-com-Xero-and-TalentLMS"
|
|
},
|
|
{
|
|
"title": "Why am I not seeing my discount on the checkout page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26521810564749-Why-am-I-not-seeing-my-discount-on-the-checkout-page"
|
|
},
|
|
{
|
|
"title": "App updates Google AI Studio Google Vertex AI Intercom Files by Zapier and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26099470237965-App-updates-Google-AI-Studio-Google-Vertex-AI-Intercom-Files-by-Zapier-and-many-more"
|
|
},
|
|
{
|
|
"title": "Use of AI within Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26583719914381-Use-of-AI-within-Zapier"
|
|
},
|
|
{
|
|
"title": "Replay keeps getting better",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26634929317133-Replay-keeps-getting-better"
|
|
},
|
|
{
|
|
"title": "Give editing access to a table through Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26623407589645-Give-editing-access-to-a-table-through-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "I can t join my employer s Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26165062819725-I-can-t-join-my-employer-s-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Collect leads with Zapier Chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26931673926669-Collect-leads-with-Zapier-Chatbots"
|
|
},
|
|
{
|
|
"title": "Add a billing or IT contact to your account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27001336650637-Add-a-billing-or-IT-contact-to-your-account"
|
|
},
|
|
{
|
|
"title": "App update Constant Contact Dropbox Eventbrite Intercom and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27091382060173-App-update-Constant-Contact-Dropbox-Eventbrite-Intercom-and-many-more"
|
|
},
|
|
{
|
|
"title": "How is Zapier Agents usage measured",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26559132765325-How-is-Zapier-Agents-usage-measured"
|
|
},
|
|
{
|
|
"title": "Restricted actions is now in open beta",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27110640483597-Restricted-actions-is-now-in-open-beta"
|
|
},
|
|
{
|
|
"title": "Rate limits for Zapier Tables and Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27163808375949-Rate-limits-for-Zapier-Tables-and-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Zapier Forms quick start guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27310207159053-Zapier-Forms-quick-start-guide"
|
|
},
|
|
{
|
|
"title": "The Zap editor just got an upgrade",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27488706318477-The-Zap-editor-just-got-an-upgrade"
|
|
},
|
|
{
|
|
"title": "Groups steps in Canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27130807748365-Groups-steps-in-Canvas"
|
|
},
|
|
{
|
|
"title": "Collect transcripts for your chatbot conversations",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27309802003341-Collect-transcripts-for-your-chatbot-conversations"
|
|
},
|
|
{
|
|
"title": "Add a button to a page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27697016307341-Add-a-button-to-a-page"
|
|
},
|
|
{
|
|
"title": "Include error messages in your error handlers",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27495695093517-Include-error-messages-in-your-error-handlers"
|
|
},
|
|
{
|
|
"title": "Announcing more Copilot features",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/26343431960461-Announcing-more-Copilot-features"
|
|
},
|
|
{
|
|
"title": "App updates Wordpress SQL Server PostgreSQL Shopify ChatGPT and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27637668109325-App-updates-Wordpress-SQL-Server-PostgreSQL-Shopify-ChatGPT-and-many-more"
|
|
},
|
|
{
|
|
"title": "Change the layout of a page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27571014521741-Change-the-layout-of-a-page"
|
|
},
|
|
{
|
|
"title": "App updates Microsoft Teams Events ChatGPT Shopify Stripe Google AI Studio and more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27091238912397-App-updates-Microsoft-Teams-Events-ChatGPT-Shopify-Stripe-Google-AI-Studio-and-more"
|
|
},
|
|
{
|
|
"title": "App update Notion Zoho Bookings Konnektive CRM StreetText mailXpert and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27767714383117-App-update-Notion-Zoho-Bookings-Konnektive-CRM-StreetText-mailXpert-and-many-more"
|
|
},
|
|
{
|
|
"title": "Custom Actions are moving into open beta with a unified builder experience",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27723865175821-Custom-Actions-are-moving-into-open-beta-with-a-unified-builder-experience"
|
|
},
|
|
{
|
|
"title": "App updates AWS Lamba Dropbox Eventbrite Facebook Pages and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27725557254157-App-updates-AWS-Lamba-Dropbox-Eventbrite-Facebook-Pages-and-many-more"
|
|
},
|
|
{
|
|
"title": "Add a disclosure message to your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27915202201357-Add-a-disclosure-message-to-your-chatbot"
|
|
},
|
|
{
|
|
"title": "Custom error handling is more powerful now with conditional logic",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27853200252429-Custom-error-handling-is-more-powerful-now-with-conditional-logic"
|
|
},
|
|
{
|
|
"title": "Easily review Zap HTTP logs in the Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27939879306509-Easily-review-Zap-HTTP-logs-in-the-Zap-editor"
|
|
},
|
|
{
|
|
"title": "Group objects and format text latest improvements to Zapier Canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27934699934349-Group-objects-and-format-text-latest-improvements-to-Zapier-Canvas"
|
|
},
|
|
{
|
|
"title": "Important update conversion of legacy custom actions to API Request actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28229984942221-Important-update-conversion-of-legacy-custom-actions-to-API-Request-actions"
|
|
},
|
|
{
|
|
"title": "Easily download your Analytics reports",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28347869569805-Easily-download-your-Analytics-reports"
|
|
},
|
|
{
|
|
"title": "Check out the Zap editor s new look",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28623818636813-Check-out-the-Zap-editor-s-new-look"
|
|
},
|
|
{
|
|
"title": "API Request action error legacy custom action has invalid JSON",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28430338247565-API-Request-action-error-legacy-custom-action-has-invalid-JSON"
|
|
},
|
|
{
|
|
"title": "App update Asana Amazon Lambda Amazon S3 Eventbrite Facebook Leads and many more",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28548576512397-App-update-Asana-Amazon-Lambda-Amazon-S3-Eventbrite-Facebook-Leads-and-many-more"
|
|
},
|
|
{
|
|
"title": "Add a checklist to a page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28310209734285-Add-a-checklist-to-a-page"
|
|
},
|
|
{
|
|
"title": "You can now collect transcripts and start Zap workflows for chatbot conversations",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27934539201037-You-can-now-collect-transcripts-and-start-Zap-workflows-for-chatbot-conversations"
|
|
},
|
|
{
|
|
"title": "Help declutter your inbox with improved Zapier notifications settings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28707794452237-Help-declutter-your-inbox-with-improved-Zapier-notifications-settings"
|
|
},
|
|
{
|
|
"title": "ChatGPT OpenAI error chat model not supported in v1 completions endpoint",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28108853741069-ChatGPT-OpenAI-error-chat-model-not-supported-in-v1-completions-endpoint"
|
|
},
|
|
{
|
|
"title": "Export or download table data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/27941112966541-Export-or-download-table-data"
|
|
},
|
|
{
|
|
"title": "Use webpages as knowledge sources for your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29025007148813-Use-webpages-as-knowledge-sources-for-your-chatbot"
|
|
},
|
|
{
|
|
"title": "Use Zapier Agents Chrome extension",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29025734470925-Use-Zapier-Agents-Chrome-extension"
|
|
},
|
|
{
|
|
"title": "App updates Sage Intacct Looker Salesloft and Shopify",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28870560316429-App-updates-Sage-Intacct-Looker-Salesloft-and-Shopify"
|
|
},
|
|
{
|
|
"title": "Formatter error Invalid Syntax Only numeric values are allowed",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29027034278541-Formatter-error-Invalid-Syntax-Only-numeric-values-are-allowed"
|
|
},
|
|
{
|
|
"title": "Share a template of an agent",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29102395009037-Share-a-template-of-an-agent"
|
|
},
|
|
{
|
|
"title": "Use Projects to organize assets from across Zapier products into workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/28862877839117-Use-Projects-to-organize-assets-from-across-Zapier-products-into-workflows"
|
|
},
|
|
{
|
|
"title": "Review Zapier s security practices in the Zapier Trust Center",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29369091844365-Review-Zapier-s-security-practices-in-the-Zapier-Trust-Center"
|
|
},
|
|
{
|
|
"title": "Alerts is now generally available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29206590194445-Alerts-is-now-generally-available"
|
|
},
|
|
{
|
|
"title": "Introducing the Zapier Trust Center for all your security needs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29369162777485-Introducing-the-Zapier-Trust-Center-for-all-your-security-needs"
|
|
},
|
|
{
|
|
"title": "Sync or schedule a sync for a knowledge source for Chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29457465505805-Sync-or-schedule-a-sync-for-a-knowledge-source-for-Chatbots"
|
|
},
|
|
{
|
|
"title": "Slack error Slack throttling only allows writing 1 chat message per second",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29451999909517-Slack-error-Slack-throttling-only-allows-writing-1-chat-message-per-second"
|
|
},
|
|
{
|
|
"title": "Check out the latest updates to the publishing restrictions feature",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29554237377933-Check-out-the-latest-updates-to-the-publishing-restrictions-feature"
|
|
},
|
|
{
|
|
"title": "Create linked records in tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29621241506061-Create-linked-records-in-tables"
|
|
},
|
|
{
|
|
"title": "Send new records to Zap workflows manually or automatically",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29621371289869-Send-new-records-to-Zap-workflows-manually-or-automatically"
|
|
},
|
|
{
|
|
"title": "Setting up triggers and actions just got better",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29508922694797-Setting-up-triggers-and-actions-just-got-better"
|
|
},
|
|
{
|
|
"title": "NetSuite now available on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29124331284237-NetSuite-now-available-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Zapier Tables quick start guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29712888250509-Zapier-Tables-quick-start-guide"
|
|
},
|
|
{
|
|
"title": "Small upgrades to the Members page but big wins for you",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29723790233613-Small-upgrades-to-the-Members-page-but-big-wins-for-you"
|
|
},
|
|
{
|
|
"title": "Build Zap workflows faster using Copilot s newest features",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29672349647245-Build-Zap-workflows-faster-using-Copilot-s-newest-features"
|
|
},
|
|
{
|
|
"title": "Formatter error The Line item s Group Name field should only contain text or single values",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30016081259533-Formatter-error-The-Line-item-s-Group-Name-field-should-only-contain-text-or-single-values"
|
|
},
|
|
{
|
|
"title": "See more in Alerts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30033168241933-See-more-in-Alerts"
|
|
},
|
|
{
|
|
"title": "Code by Zapier rate limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/29971850476173-Code-by-Zapier-rate-limits"
|
|
},
|
|
{
|
|
"title": "Forms error Stripe component cannot collect payments",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30163447247117-Forms-error-Stripe-component-cannot-collect-payments"
|
|
},
|
|
{
|
|
"title": "Collect payments through your form project",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30163905596941-Collect-payments-through-your-form-project"
|
|
},
|
|
{
|
|
"title": "Big improvements to offboarding users in Team and Enterprise accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30032119123725-Big-improvements-to-offboarding-users-in-Team-and-Enterprise-accounts"
|
|
},
|
|
{
|
|
"title": "Google sheets runs faster than ever",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30306847272077-Google-sheets-runs-faster-than-ever"
|
|
},
|
|
{
|
|
"title": "Use keyboard shortcuts on Zapier Canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30520228992525-Use-keyboard-shortcuts-on-Zapier-Canvas"
|
|
},
|
|
{
|
|
"title": "Formatter error 413 Request Entity Too Large",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30296831854733-Formatter-error-413-Request-Entity-Too-Large"
|
|
},
|
|
{
|
|
"title": "Clean up your canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30520451344397-Clean-up-your-canvas"
|
|
},
|
|
{
|
|
"title": "Introducing a shiny new Zap workflows page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30502373791501-Introducing-a-shiny-new-Zap-workflows-page"
|
|
},
|
|
{
|
|
"title": "Automate more with the Pro Bundle",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30533659719565-Automate-more-with-the-Pro-Bundle"
|
|
},
|
|
{
|
|
"title": "Big updates to the AI by Zapier app",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30532391419021-Big-updates-to-the-AI-by-Zapier-app"
|
|
},
|
|
{
|
|
"title": "Analyze your chatbot s performance",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30547039228813-Analyze-your-chatbot-s-performance"
|
|
},
|
|
{
|
|
"title": "Zap is triggering but missed some runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30577165587213-Zap-is-triggering-but-missed-some-runs"
|
|
},
|
|
{
|
|
"title": "Zap is running slower than expected",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30577158323597-Zap-is-running-slower-than-expected"
|
|
},
|
|
{
|
|
"title": "Hide fields in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30417613874701-Hide-fields-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Zap is not working",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30582278131597-Zap-is-not-working"
|
|
},
|
|
{
|
|
"title": "A few more easy hacks for the Zap editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30618277174029-A-few-more-easy-hacks-for-the-Zap-editor"
|
|
},
|
|
{
|
|
"title": "App updates Tableau Canva BambooHR Salesloft and Looker",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30849076463885-App-updates-Tableau-Canva-BambooHR-Salesloft-and-Looker"
|
|
},
|
|
{
|
|
"title": "Remove extra text from your Zap data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31166292457485-Remove-extra-text-from-your-Zap-data"
|
|
},
|
|
{
|
|
"title": "Share your canvas publicly",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30520571325325-Share-your-canvas-publicly"
|
|
},
|
|
{
|
|
"title": "App updates Contentful Outreach and Sage Intacct",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30849592994445-App-updates-Contentful-Outreach-and-Sage-Intacct"
|
|
},
|
|
{
|
|
"title": "Use Formatter to decode and encode HTML in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31169213267085-Use-Formatter-to-decode-and-encode-HTML-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Count the number of characters or words in your Zap fields",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31169547903245-Count-the-number-of-characters-or-words-in-your-Zap-fields"
|
|
},
|
|
{
|
|
"title": "File types supported in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31254058977293-File-types-supported-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Add suggested questions to your chatbot conversations",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31261767095693-Add-suggested-questions-to-your-chatbot-conversations"
|
|
},
|
|
{
|
|
"title": "Select a random number in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31166462483725-Select-a-random-number-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Big Code improvements",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31262099443469-Big-Code-improvements"
|
|
},
|
|
{
|
|
"title": "Convert the letter casing in a text string in your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31163498688781-Convert-the-letter-casing-in-a-text-string-in-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Sort records in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/30417647078925-Sort-records-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Better visual and contextual troubleshooting with Zap runs in the editor",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31414550087949-Better-visual-and-contextual-troubleshooting-with-Zap-runs-in-the-editor"
|
|
},
|
|
{
|
|
"title": "Get started with your free Zapier Chatbots add on trial",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31449089478797-Get-started-with-your-free-Zapier-Chatbots-add-on-trial"
|
|
},
|
|
{
|
|
"title": "Enhanced Zap analytics and reporting",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31466726600461-Enhanced-Zap-analytics-and-reporting"
|
|
},
|
|
{
|
|
"title": "Speed up Zap building by pinning your favorite apps and events",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31454197788557-Speed-up-Zap-building-by-pinning-your-favorite-apps-and-events"
|
|
},
|
|
{
|
|
"title": "Connect your chatbot to messaging apps through Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31471114927501-Connect-your-chatbot-to-messaging-apps-through-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "What s included in Zapier s Free plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32337438839565-What-s-included-in-Zapier-s-Free-plan"
|
|
},
|
|
{
|
|
"title": "Slack error Slack workspace has reached a rate limit for this action",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31658938198797-Slack-error-Slack-workspace-has-reached-a-rate-limit-for-this-action"
|
|
},
|
|
{
|
|
"title": "Enter data in Zap fields",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31709122224653-Enter-data-in-Zap-fields"
|
|
},
|
|
{
|
|
"title": "Add a Link button to a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31852538658189-Add-a-Link-button-to-a-chatbot"
|
|
},
|
|
{
|
|
"title": "Slack error channel not found",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31661561373837-Slack-error-channel-not-found"
|
|
},
|
|
{
|
|
"title": "Upcoming deprecation for triggers and actions for migrated apps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31588469746829-Upcoming-deprecation-for-triggers-and-actions-for-migrated-apps"
|
|
},
|
|
{
|
|
"title": "Slack error Nothing can be found for the search",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31663509834381-Slack-error-Nothing-can-be-found-for-the-search"
|
|
},
|
|
{
|
|
"title": "Modify action test records too",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31986711801997-Modify-action-test-records-too"
|
|
},
|
|
{
|
|
"title": "Introducing auto generated change summaries in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31626799385357-Introducing-auto-generated-change-summaries-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Get started with your free Zapier Chatbots add on trial",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31595651130637-Get-started-with-your-free-Zapier-Chatbots-add-on-trial"
|
|
},
|
|
{
|
|
"title": "Power up your Professional plans static IP addresses are now available",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/31997003884685-Power-up-your-Professional-plans-static-IP-addresses-are-now-available"
|
|
},
|
|
{
|
|
"title": "Offboarding users just got easier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32367950445709-Offboarding-users-just-got-easier"
|
|
},
|
|
{
|
|
"title": "Instagram app deprecation on Dec 4 2024",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32429170578317-Instagram-app-deprecation-on-Dec-4-2024"
|
|
},
|
|
{
|
|
"title": "File size limit impacting Google Sheets users",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32419482607629-File-size-limit-impacting-Google-Sheets-users"
|
|
},
|
|
{
|
|
"title": "Better notifications settings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32463535272333-Better-notifications-settings"
|
|
},
|
|
{
|
|
"title": "Adjust flood protection limits in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32466537676685-Adjust-flood-protection-limits-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Customize the login page of your form project",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32816443120525-Customize-the-login-page-of-your-form-project"
|
|
},
|
|
{
|
|
"title": "Use Zap templates to connect your chatbot to other apps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32883212640653-Use-Zap-templates-to-connect-your-chatbot-to-other-apps"
|
|
},
|
|
{
|
|
"title": "Use the file upload field type in Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32816445802893-Use-the-file-upload-field-type-in-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Create a workflow using Python with Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32942766367885-Create-a-workflow-using-Python-with-Functions"
|
|
},
|
|
{
|
|
"title": "Write code in Zapier Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32943046820621-Write-code-in-Zapier-Functions"
|
|
},
|
|
{
|
|
"title": "Create trigger events for your functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32942832434317-Create-trigger-events-for-your-functions"
|
|
},
|
|
{
|
|
"title": "Change code editor settings in Zapier Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32943176016013-Change-code-editor-settings-in-Zapier-Functions"
|
|
},
|
|
{
|
|
"title": "Add a summary formula to a field in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33235712860045-Add-a-summary-formula-to-a-field-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Use secrets in Zapier Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32943630229261-Use-secrets-in-Zapier-Functions"
|
|
},
|
|
{
|
|
"title": "App s API is experiencing technical issues",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33462947055757-App-s-API-is-experiencing-technical-issues"
|
|
},
|
|
{
|
|
"title": "Review your agent s activity",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33336184962573-Review-your-agent-s-activity"
|
|
},
|
|
{
|
|
"title": "Enhanced data analysis with summary formulas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33336676944909-Enhanced-data-analysis-with-summary-formulas"
|
|
},
|
|
{
|
|
"title": "Dynamic date filtering now available in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33533367753485-Dynamic-date-filtering-now-available-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Share a function with team members",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33468682039437-Share-a-function-with-team-members"
|
|
},
|
|
{
|
|
"title": "How to build an omnichannel chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32884563609357-How-to-build-an-omnichannel-chatbot"
|
|
},
|
|
{
|
|
"title": "Linked records a smarter way to connect your data",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33530357845517-Linked-records-a-smarter-way-to-connect-your-data"
|
|
},
|
|
{
|
|
"title": "New in Zapier Tables Trigger a Zap from a view",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33530753933197-New-in-Zapier-Tables-Trigger-a-Zap-from-a-view"
|
|
},
|
|
{
|
|
"title": "Modify test records in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33561391372429-Modify-test-records-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Freeze fields in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33561301320461-Freeze-fields-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Team plan updates SSO is now included and new user limits",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33678718215309-Team-plan-updates-SSO-is-now-included-and-new-user-limits"
|
|
},
|
|
{
|
|
"title": "Import packages in Zapier Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/32943252058509-Import-packages-in-Zapier-Functions"
|
|
},
|
|
{
|
|
"title": "Prompt AI to create a system in Zapier Canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33905788806029-Prompt-AI-to-create-a-system-in-Zapier-Canvas"
|
|
},
|
|
{
|
|
"title": "Find and replace values in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33862280627853-Find-and-replace-values-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Use formulas in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34043499167117-Use-formulas-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Your canvas can now suggest steps for your process",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33907909469325-Your-canvas-can-now-suggest-steps-for-your-process"
|
|
},
|
|
{
|
|
"title": "Functions and operators available in Formula fields for Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34043548432269-Functions-and-operators-available-in-Formula-fields-for-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Introducing undo in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34129169382029-Introducing-undo-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "You can now use formulas with your Zapier Tables fields",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34066371970573-You-can-now-use-formulas-with-your-Zapier-Tables-fields"
|
|
},
|
|
{
|
|
"title": "Ask AI to suggest a new step for your canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/33905977592205-Ask-AI-to-suggest-a-new-step-for-your-canvas"
|
|
},
|
|
{
|
|
"title": "Tracking sub Zap workflows is way easier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34405334985741-Tracking-sub-Zap-workflows-is-way-easier"
|
|
},
|
|
{
|
|
"title": "View all issues on the Alerts page",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34463643736205-View-all-issues-on-the-Alerts-page"
|
|
},
|
|
{
|
|
"title": "Get a bird s eye view of dependencies between Zap steps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34444909619981-Get-a-bird-s-eye-view-of-dependencies-between-Zap-steps"
|
|
},
|
|
{
|
|
"title": "IT helpdesk template guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34576034066445-IT-helpdesk-template-guide"
|
|
},
|
|
{
|
|
"title": "Deal desk Manage HubSpot quote approvals in Slack template guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34520757871373-Deal-desk-Manage-HubSpot-quote-approvals-in-Slack-template-guide"
|
|
},
|
|
{
|
|
"title": "Zapier Tables error Invalid formula",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34043553491469-Zapier-Tables-error-Invalid-formula"
|
|
},
|
|
{
|
|
"title": "Display tables on Zapier Forms",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34688036764429-Display-tables-on-Zapier-Forms"
|
|
},
|
|
{
|
|
"title": "Enhanced error handling for API Request actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34173732059661-Enhanced-error-handling-for-API-Request-actions"
|
|
},
|
|
{
|
|
"title": "Add private apps to your allowed list",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34745643831053-Add-private-apps-to-your-allowed-list"
|
|
},
|
|
{
|
|
"title": "Zapier account organization and workspaces",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34713530114573-Zapier-account-organization-and-workspaces"
|
|
},
|
|
{
|
|
"title": "App monthly round up January 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34715302947085-App-monthly-round-up-January-2025"
|
|
},
|
|
{
|
|
"title": "Review Zapier Functions logs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34746932286733-Review-Zapier-Functions-logs"
|
|
},
|
|
{
|
|
"title": "Use conditional logic to filter and split your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34372501750285-Use-conditional-logic-to-filter-and-split-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Verify ownership of your domain in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34976125153677-Verify-ownership-of-your-domain-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Error handling in Zapier Functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34772630916621-Error-handling-in-Zapier-Functions"
|
|
},
|
|
{
|
|
"title": "Unified lead capture template guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35180670696461-Unified-lead-capture-template-guide"
|
|
},
|
|
{
|
|
"title": "How to find an app s ID to use in a Zap field",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35168162946701-How-to-find-an-app-s-ID-to-use-in-a-Zap-field"
|
|
},
|
|
{
|
|
"title": "App monthly round up December 2024",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34750539059469-App-monthly-round-up-December-2024"
|
|
},
|
|
{
|
|
"title": "Create reusable variables to use in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35720226565773-Create-reusable-variables-to-use-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Introducing the new Support Portal",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35770344129549-Introducing-the-new-Support-Portal"
|
|
},
|
|
{
|
|
"title": "Why do I need to upgrade to publish my Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35201208823181-Why-do-I-need-to-upgrade-to-publish-my-Zap"
|
|
},
|
|
{
|
|
"title": "Updates to error notification settings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34758783274509-Updates-to-error-notification-settings"
|
|
},
|
|
{
|
|
"title": "App monthly round up February 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35146392930701-App-monthly-round-up-February-2025"
|
|
},
|
|
{
|
|
"title": "Identify sales opportunities in support tickets template guide",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35185977080205-Identify-sales-opportunities-in-support-tickets-template-guide"
|
|
},
|
|
{
|
|
"title": "Save time with reusable variables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35839094090637-Save-time-with-reusable-variables"
|
|
},
|
|
{
|
|
"title": "Use previous Zap runs as trigger test records",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35632951078029-Use-previous-Zap-runs-as-trigger-test-records"
|
|
},
|
|
{
|
|
"title": "Zapier Functions use error handling with your functions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/34773413996813-Zapier-Functions-use-error-handling-with-your-functions"
|
|
},
|
|
{
|
|
"title": "Start an agent from a Zap",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35859160812685-Start-an-agent-from-a-Zap"
|
|
},
|
|
{
|
|
"title": "Learn key concepts in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35857937461645-Learn-key-concepts-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "More flexible control over publishing restrictions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/35157496287757-More-flexible-control-over-publishing-restrictions"
|
|
},
|
|
{
|
|
"title": "Change ownership of a form project",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36032622087693-Change-ownership-of-a-form-project"
|
|
},
|
|
{
|
|
"title": "How to change values in your workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36064268447885-How-to-change-values-in-your-workflows"
|
|
},
|
|
{
|
|
"title": "Changes to models available on Zapier Chatbots",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36089191240973-Changes-to-models-available-on-Zapier-Chatbots"
|
|
},
|
|
{
|
|
"title": "Change ownership of a table",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36032933204493-Change-ownership-of-a-table"
|
|
},
|
|
{
|
|
"title": "View even more account activity in the audit log",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36191430670733-View-even-more-account-activity-in-the-audit-log"
|
|
},
|
|
{
|
|
"title": "Big changes coming to AI by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36180130221581-Big-changes-coming-to-AI-by-Zapier"
|
|
},
|
|
{
|
|
"title": "How to prompt AI in Zapier products",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36532133250317-How-to-prompt-AI-in-Zapier-products"
|
|
},
|
|
{
|
|
"title": "Use Zapier MCP with your client",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36265392843917-Use-Zapier-MCP-with-your-client"
|
|
},
|
|
{
|
|
"title": "Manage tools for your Zapier MCP server",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36265551472781-Manage-tools-for-your-Zapier-MCP-server"
|
|
},
|
|
{
|
|
"title": "Data storage solutions for your workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36499355141901-Data-storage-solutions-for-your-workflows"
|
|
},
|
|
{
|
|
"title": "Domain verification in workspaces and organizations",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36605430464269-Domain-verification-in-workspaces-and-organizations"
|
|
},
|
|
{
|
|
"title": "Call a function from Zap workflows or agents",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36538594180237-Call-a-function-from-Zap-workflows-or-agents"
|
|
},
|
|
{
|
|
"title": "Control app versions in your function",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36382013637901-Control-app-versions-in-your-function"
|
|
},
|
|
{
|
|
"title": "Manage your workspaces",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36606737046285-Manage-your-workspaces"
|
|
},
|
|
{
|
|
"title": "Build advanced workflows using code and APIs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36785770231309-Build-advanced-workflows-using-code-and-APIs"
|
|
},
|
|
{
|
|
"title": "Copy your function to use with an LLM",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36381921525517-Copy-your-function-to-use-with-an-LLM"
|
|
},
|
|
{
|
|
"title": "How billing and invoicing work in organizations and workspaces",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36606829464973-How-billing-and-invoicing-work-in-organizations-and-workspaces"
|
|
},
|
|
{
|
|
"title": "Introducing system variables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36855498205453-Introducing-system-variables"
|
|
},
|
|
{
|
|
"title": "Zapier now supports Quebec tax ID for invoices",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36849225336973-Zapier-now-supports-Quebec-tax-ID-for-invoices"
|
|
},
|
|
{
|
|
"title": "Introducing end to end Zap testing",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36871110736653-Introducing-end-to-end-Zap-testing"
|
|
},
|
|
{
|
|
"title": "Reuse steps and static values in your workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37231828687885-Reuse-steps-and-static-values-in-your-workflows"
|
|
},
|
|
{
|
|
"title": "Two new templates for AI by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36859586423565-Two-new-templates-for-AI-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Big changes to Zapier Agents and planned maintenance",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36713413544845-Big-changes-to-Zapier-Agents-and-planned-maintenance"
|
|
},
|
|
{
|
|
"title": "Organize your agents in pods",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36818615050765-Organize-your-agents-in-pods"
|
|
},
|
|
{
|
|
"title": "Use the agent s default tools",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36818595712397-Use-the-agent-s-default-tools"
|
|
},
|
|
{
|
|
"title": "My dropdown menu is not displaying all values",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37270656664845-My-dropdown-menu-is-not-displaying-all-values"
|
|
},
|
|
{
|
|
"title": "App connections on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36818633398157-App-connections-on-Zapier"
|
|
},
|
|
{
|
|
"title": "Apps monthly round up April 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37352087545485-Apps-monthly-round-up-April-2025"
|
|
},
|
|
{
|
|
"title": "What is Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37518970271245-What-is-Zapier"
|
|
},
|
|
{
|
|
"title": "Understand your agent s statuses",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36818600959501-Understand-your-agent-s-statuses"
|
|
},
|
|
{
|
|
"title": "How to troubleshoot held Zap or step runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37454233721869-How-to-troubleshoot-held-Zap-or-step-runs"
|
|
},
|
|
{
|
|
"title": "Now available sequential path runs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37562074726029-Now-available-sequential-path-runs"
|
|
},
|
|
{
|
|
"title": "Create workspaces in your organization",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/36606521426829-Create-workspaces-in-your-organization"
|
|
},
|
|
{
|
|
"title": "How promotions work in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37634766772109-How-promotions-work-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Important changes to Shopify s Updated Tag in Order trigger",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37637699972621-Important-changes-to-Shopify-s-Updated-Tag-in-Order-trigger"
|
|
},
|
|
{
|
|
"title": "Apps monthly roundup May 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37872367206541-Apps-monthly-roundup-May-2025"
|
|
},
|
|
{
|
|
"title": "Get usage insights for your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37717572014861-Get-usage-insights-for-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Call an agent from another agent",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37902635257101-Call-an-agent-from-another-agent"
|
|
},
|
|
{
|
|
"title": "App monthly roundup June 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38037149033997-App-monthly-roundup-June-2025"
|
|
},
|
|
{
|
|
"title": "Change ownership of your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38135862919949-Change-ownership-of-your-chatbot"
|
|
},
|
|
{
|
|
"title": "What is a premium app",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/37982571569421-What-is-a-premium-app"
|
|
},
|
|
{
|
|
"title": "What happens if you exceed your plan s knowledge source limit",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38263071010445-What-happens-if-you-exceed-your-plan-s-knowledge-source-limit"
|
|
},
|
|
{
|
|
"title": "What is Zapier Copilot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38215656607757-What-is-Zapier-Copilot"
|
|
},
|
|
{
|
|
"title": "How to structure a knowledge source file",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38263253003533-How-to-structure-a-knowledge-source-file"
|
|
},
|
|
{
|
|
"title": "You can now transfer ownership of a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38136417058061-You-can-now-transfer-ownership-of-a-chatbot"
|
|
},
|
|
{
|
|
"title": "New Raw Step field returns a step s entire output in a single value",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38445061177229-New-Raw-Step-field-returns-a-step-s-entire-output-in-a-single-value"
|
|
},
|
|
{
|
|
"title": "Custom Actions now support 2 500 apps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38612159913229-Custom-Actions-now-support-2-500-apps"
|
|
},
|
|
{
|
|
"title": "Check your knowledge source usage",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38263037518733-Check-your-knowledge-source-usage"
|
|
},
|
|
{
|
|
"title": "Zapier refund policy",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38624184577165-Zapier-refund-policy"
|
|
},
|
|
{
|
|
"title": "Use Human in the Loop to pause Zap workflows pending human review",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38733184458765-Use-Human-in-the-Loop-to-pause-Zap-workflows-pending-human-review"
|
|
},
|
|
{
|
|
"title": "Request approval to keep your workflow running with Human in the Loop",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38731463206029-Request-approval-to-keep-your-workflow-running-with-Human-in-the-Loop"
|
|
},
|
|
{
|
|
"title": "Special step run statuses in Human in the Loop actions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38838306755981-Special-step-run-statuses-in-Human-in-the-Loop-actions"
|
|
},
|
|
{
|
|
"title": "How to deploy another version of a function",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38836702755981-How-to-deploy-another-version-of-a-function"
|
|
},
|
|
{
|
|
"title": "Get more control over your workflows with Human in the Loop",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38838619533069-Get-more-control-over-your-workflows-with-Human-in-the-Loop"
|
|
},
|
|
{
|
|
"title": "Review your account in the admin center",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38925392216973-Review-your-account-in-the-admin-center"
|
|
},
|
|
{
|
|
"title": "Review a Zapier data collection or approval request",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38911356044941-Review-a-Zapier-data-collection-or-approval-request"
|
|
},
|
|
{
|
|
"title": "Collect data for your workflow with Human in the Loop",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38731264910733-Collect-data-for-your-workflow-with-Human-in-the-Loop"
|
|
},
|
|
{
|
|
"title": "Use knowledge sources in AI by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38906190895629-Use-knowledge-sources-in-AI-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Trigger Zap workflows when Human in the Loop steps run",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38733206086925-Trigger-Zap-workflows-when-Human-in-the-Loop-steps-run"
|
|
},
|
|
{
|
|
"title": "Enrich records using AI in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38986902895629-Enrich-records-using-AI-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Apps monthly round up July 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39092811967757-Apps-monthly-round-up-July-2025"
|
|
},
|
|
{
|
|
"title": "Give other Zapier users access to your agent",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39268320740749-Give-other-Zapier-users-access-to-your-agent"
|
|
},
|
|
{
|
|
"title": "New on Chatbots invite team members to collaborate",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39122205550605-New-on-Chatbots-invite-team-members-to-collaborate"
|
|
},
|
|
{
|
|
"title": "Invite team members to manage or view your chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39122129197837-Invite-team-members-to-manage-or-view-your-chatbot"
|
|
},
|
|
{
|
|
"title": "What happens when you downgrade your Zapier plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39344778929421-What-happens-when-you-downgrade-your-Zapier-plan"
|
|
},
|
|
{
|
|
"title": "Get insights into your account faster and more easily in the new Admin Center",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39437243395853-Get-insights-into-your-account-faster-and-more-easily-in-the-new-Admin-Center"
|
|
},
|
|
{
|
|
"title": "Change ownership of an agent",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39268342354957-Change-ownership-of-an-agent"
|
|
},
|
|
{
|
|
"title": "User roles and permissions in Team and Enterprise accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39698983334797-User-roles-and-permissions-in-Team-and-Enterprise-accounts"
|
|
},
|
|
{
|
|
"title": "Unexpected multiple runs for a single webhook",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39349960317581-Unexpected-multiple-runs-for-a-single-webhook"
|
|
},
|
|
{
|
|
"title": "Set up a VPC peering connection to Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39711639396109-Set-up-a-VPC-peering-connection-to-Zapier"
|
|
},
|
|
{
|
|
"title": "Big changes to how you manage your account assets",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39775921757709-Big-changes-to-how-you-manage-your-account-assets"
|
|
},
|
|
{
|
|
"title": "View all assets in your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39703663119117-View-all-assets-in-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Zap workflows will not interpret values with curly braces as inputs",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39830168517261-Zap-workflows-will-not-interpret-values-with-curly-braces-as-inputs"
|
|
},
|
|
{
|
|
"title": "Available in line formulas in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39412609638157-Available-in-line-formulas-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Use in line formulas to format data in your step fields",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40032582860813-Use-in-line-formulas-to-format-data-in-your-step-fields"
|
|
},
|
|
{
|
|
"title": "Apps monthly round up August 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39571925844365-Apps-monthly-round-up-August-2025"
|
|
},
|
|
{
|
|
"title": "Zapier plan updates Tables Interfaces and MCP now included",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39645433045773-Zapier-plan-updates-Tables-Interfaces-and-MCP-now-included"
|
|
},
|
|
{
|
|
"title": "Manage assets in your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39703938224781-Manage-assets-in-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "Select anyone as your Human in the Loop reviewer",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40075525924877-Select-anyone-as-your-Human-in-the-Loop-reviewer"
|
|
},
|
|
{
|
|
"title": "Manage user roles and permissions more easily",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39775989012237-Manage-user-roles-and-permissions-more-easily"
|
|
},
|
|
{
|
|
"title": "Changes to how Zap workflows interpret curlies",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39830746366477-Changes-to-how-Zap-workflows-interpret-curlies"
|
|
},
|
|
{
|
|
"title": "Best practices for sharing collaborating on and maintaining workflows in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40368119010701-Best-practices-for-sharing-collaborating-on-and-maintaining-workflows-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Share an MCP tool bundle",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40499984299277-Share-an-MCP-tool-bundle"
|
|
},
|
|
{
|
|
"title": "Tips and tricks for using in line formulas in your Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40357631050637-Tips-and-tricks-for-using-in-line-formulas-in-your-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Projects are being discontinued",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40920382934029-Projects-are-being-discontinued"
|
|
},
|
|
{
|
|
"title": "Apps monthly round up September 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40066139149965-Apps-monthly-round-up-September-2025"
|
|
},
|
|
{
|
|
"title": "Lead Router task free for a limited time",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41004345893005-Lead-Router-task-free-for-a-limited-time"
|
|
},
|
|
{
|
|
"title": "Update required new static IP addresses for SQL database integrations",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41225364367501-Update-required-new-static-IP-addresses-for-SQL-database-integrations"
|
|
},
|
|
{
|
|
"title": "Error Soft timeout limit reached",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41282538488973-Error-Soft-timeout-limit-reached"
|
|
},
|
|
{
|
|
"title": "You can now share your MCP server tools",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40525563217037-You-can-now-share-your-MCP-server-tools"
|
|
},
|
|
{
|
|
"title": "Apps monthly round up October 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41313338753421-Apps-monthly-round-up-October-2025"
|
|
},
|
|
{
|
|
"title": "Use dropdown fields in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40766615511309-Use-dropdown-fields-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Gain more control over app sharing in Enterprise accounts",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/40892480460685-Gain-more-control-over-app-sharing-in-Enterprise-accounts"
|
|
},
|
|
{
|
|
"title": "Important security update deprecating outdated TLS encryption",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41315167504781-Important-security-update-deprecating-outdated-TLS-encryption"
|
|
},
|
|
{
|
|
"title": "Add approval steps to your agent s instructions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/41776074420493-Add-approval-steps-to-your-agent-s-instructions"
|
|
},
|
|
{
|
|
"title": "You can now publish and manage agent versions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42071635259661-You-can-now-publish-and-manage-agent-versions"
|
|
},
|
|
{
|
|
"title": "App monthly round up November 2025",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42691448506893-App-monthly-round-up-November-2025"
|
|
},
|
|
{
|
|
"title": "Use a previous Zap run as a test record",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42896259263373-Use-a-previous-Zap-run-as-a-test-record"
|
|
},
|
|
{
|
|
"title": "App monthly round up December 2026",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42908133187085-App-monthly-round-up-December-2026"
|
|
},
|
|
{
|
|
"title": "Guided templates",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43465487495181-Guided-templates"
|
|
},
|
|
{
|
|
"title": "App update Twitter integration removal",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43554846358541-App-update-Twitter-integration-removal"
|
|
},
|
|
{
|
|
"title": "Embed external content into your canvas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42628557166221-Embed-external-content-into-your-canvas"
|
|
},
|
|
{
|
|
"title": "Publish and manage agent versions",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/42070243063053-Publish-and-manage-agent-versions"
|
|
},
|
|
{
|
|
"title": "Screen AI output for safety and compliance with AI Guardrails by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43960576956301-Screen-AI-output-for-safety-and-compliance-with-AI-Guardrails-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Action required Update your Pipedrive workflows before the V1 API deprecation",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44170499172237-Action-required-Update-your-Pipedrive-workflows-before-the-V1-API-deprecation"
|
|
},
|
|
{
|
|
"title": "Transform data right in your step fields with in line formulas",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43736747929101-Transform-data-right-in-your-step-fields-with-in-line-formulas"
|
|
},
|
|
{
|
|
"title": "Set up log streams to monitor Zap activity",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43732241361421-Set-up-log-streams-to-monitor-Zap-activity"
|
|
},
|
|
{
|
|
"title": "Markdown formatting in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43579890272653-Markdown-formatting-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Allowed domains for app connections",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/43996004782349-Allowed-domains-for-app-connections"
|
|
},
|
|
{
|
|
"title": "Set up your own AI accounts in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44335126410893-Set-up-your-own-AI-accounts-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Send API requests in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44391650357005-Send-API-requests-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Troubleshooting API by Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44391666408077-Troubleshooting-API-by-Zapier"
|
|
},
|
|
{
|
|
"title": "Trigger API requests in Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44391683072397-Trigger-API-requests-in-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Use your own AI accounts in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44335174141581-Use-your-own-AI-accounts-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Recover access to your Zapier account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44510798697357-Recover-access-to-your-Zapier-account"
|
|
},
|
|
{
|
|
"title": "App monthly round up February 2026",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44457015966221-App-monthly-round-up-February-2026"
|
|
},
|
|
{
|
|
"title": "Use Training Mode to improve chatbot responses",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44726198610701-Use-Training-Mode-to-improve-chatbot-responses"
|
|
},
|
|
{
|
|
"title": "Extend your Code steps with thousands of npm and PyPI packages",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44615553287181-Extend-your-Code-steps-with-thousands-of-npm-and-PyPI-packages"
|
|
},
|
|
{
|
|
"title": "Cancel your Zapier plan",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44507749747341-Cancel-your-Zapier-plan"
|
|
},
|
|
{
|
|
"title": "Add Schedule meeting to a chatbot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44726972301837-Add-Schedule-meeting-to-a-chatbot"
|
|
},
|
|
{
|
|
"title": "Set up admin tools for your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44796621276685-Set-up-admin-tools-for-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Use a guided template",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44821650010637-Use-a-guided-template"
|
|
},
|
|
{
|
|
"title": "Manage guided templates",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44821660721805-Manage-guided-templates"
|
|
},
|
|
{
|
|
"title": "Manage app connections with managed apps",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44795921426317-Manage-app-connections-with-managed-apps"
|
|
},
|
|
{
|
|
"title": "App monthly round up January 2026",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44457023403789-App-monthly-round-up-January-2026"
|
|
},
|
|
{
|
|
"title": "Create a guided template",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44821633139085-Create-a-guided-template"
|
|
},
|
|
{
|
|
"title": "Introducing guided templates for sharing Zap workflows",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45056869696653-Introducing-guided-templates-for-sharing-Zap-workflows"
|
|
},
|
|
{
|
|
"title": "Manage access to your MCP server",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45150730551693-Manage-access-to-your-MCP-server"
|
|
},
|
|
{
|
|
"title": "Connect your AI provider to power Zapier features",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45150757914125-Connect-your-AI-provider-to-power-Zapier-features"
|
|
},
|
|
{
|
|
"title": "Best practices for using Zapier Copilot",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45327353705997-Best-practices-for-using-Zapier-Copilot"
|
|
},
|
|
{
|
|
"title": "A Zapier MCP tool call fails without an error message",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645709844365-A-Zapier-MCP-tool-call-fails-without-an-error-message"
|
|
},
|
|
{
|
|
"title": "Restore deleted records and fields from Trash in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45396606105741-Restore-deleted-records-and-fields-from-Trash-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Zapier MCP tools work once but fail on the next try",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645713274893-Zapier-MCP-tools-work-once-but-fail-on-the-next-try"
|
|
},
|
|
{
|
|
"title": "How Zapier MCP usage works",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645738385805-How-Zapier-MCP-usage-works"
|
|
},
|
|
{
|
|
"title": "Zapier MCP server connection times out",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645739386765-Zapier-MCP-server-connection-times-out"
|
|
},
|
|
{
|
|
"title": "Tools are missing in your AI client when using Zapier MCP",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645709953677-Tools-are-missing-in-your-AI-client-when-using-Zapier-MCP"
|
|
},
|
|
{
|
|
"title": "McpAuthorizationError in Zapier MCP",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645755381517-McpAuthorizationError-in-Zapier-MCP"
|
|
},
|
|
{
|
|
"title": "Set up your agent s trigger",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45394909914381-Set-up-your-agent-s-trigger"
|
|
},
|
|
{
|
|
"title": "A specific app is not working in Zapier MCP",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645723789837-A-specific-app-is-not-working-in-Zapier-MCP"
|
|
},
|
|
{
|
|
"title": "Zapier MCP sign in completes in your browser but your AI client does not connect",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645723987213-Zapier-MCP-sign-in-completes-in-your-browser-but-your-AI-client-does-not-connect"
|
|
},
|
|
{
|
|
"title": "Export app connections from your account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45669051607053-Export-app-connections-from-your-account"
|
|
},
|
|
{
|
|
"title": "Zapier Agents agent is not running",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45697369669517-Zapier-Agents-agent-is-not-running"
|
|
},
|
|
{
|
|
"title": "Zapier MCP tools return not found 404 errors",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45645739278733-Zapier-MCP-tools-return-not-found-404-errors"
|
|
},
|
|
{
|
|
"title": "Restore deleted records and fields from Trash in Zapier Tables",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45395356312333-Restore-deleted-records-and-fields-from-Trash-in-Zapier-Tables"
|
|
},
|
|
{
|
|
"title": "Zapier Agents app connection errors",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45697369623693-Zapier-Agents-app-connection-errors"
|
|
},
|
|
{
|
|
"title": "Get started with Zapier s AI workspace",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45884588103309-Get-started-with-Zapier-s-AI-workspace"
|
|
},
|
|
{
|
|
"title": "Zapier Agents unexpected activity usage",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45697420326285-Zapier-Agents-unexpected-activity-usage"
|
|
},
|
|
{
|
|
"title": "Configure app access settings for your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45852792795917-Configure-app-access-settings-for-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Zapier Agents blocked by browser settings",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45697401524493-Zapier-Agents-blocked-by-browser-settings"
|
|
},
|
|
{
|
|
"title": "Zapier Agents agent fills out action fields incorrectly",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45697420232461-Zapier-Agents-agent-fills-out-action-fields-incorrectly"
|
|
},
|
|
{
|
|
"title": "Enhanced field mapping makes structured data easier to work with",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46001908703757-Enhanced-field-mapping-makes-structured-data-easier-to-work-with"
|
|
},
|
|
{
|
|
"title": "Zap workflows now require owner access to all app connections",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45886051501069-Zap-workflows-now-require-owner-access-to-all-app-connections"
|
|
},
|
|
{
|
|
"title": "Set up usage alerts in your Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45955900008973-Set-up-usage-alerts-in-your-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Add an agent to a folder",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46009936594957-Add-an-agent-to-a-folder"
|
|
},
|
|
{
|
|
"title": "Copy assets to another account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46011235054093-Copy-assets-to-another-account"
|
|
},
|
|
{
|
|
"title": "Roles and permissions in organizations and workspaces",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/47031545308557-Roles-and-permissions-in-organizations-and-workspaces"
|
|
},
|
|
{
|
|
"title": "Where to review your task usage in Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46426440004621-Where-to-review-your-task-usage-in-Zapier"
|
|
},
|
|
{
|
|
"title": "Export member task usage data in your Team or Enterprise account",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/46950572020621-Export-member-task-usage-data-in-your-Team-or-Enterprise-account"
|
|
},
|
|
{
|
|
"title": "Action required Update your Greenhouse Zaps before the Harvest API deprecation",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/47585848967437-Action-required-Update-your-Greenhouse-Zaps-before-the-Harvest-API-deprecation"
|
|
},
|
|
{
|
|
"title": "Manage members and User Groups in your organization",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/47031553191565-Manage-members-and-User-Groups-in-your-organization"
|
|
},
|
|
{
|
|
"title": "Set up usage alerts to monitor task spikes",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/45955854506893-Set-up-usage-alerts-to-monitor-task-spikes"
|
|
},
|
|
{
|
|
"title": "Restrict AI by Zapier to your own AI model provider",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/47794821294605-Restrict-AI-by-Zapier-to-your-own-AI-model-provider"
|
|
}
|
|
],
|
|
"excerpt": "Updated August 13, 2026 08:46 If you want to control when a Zap runs, you can do so before or after the Zap triggers. If your Zap uses a polling trigger , you can change the polling interval setting or manually poll for new data whenever you need to. You can also add a Delay step before any action step to pause the Zap momentarily or a Schedule step to control when the Zap triggers. Change your polling interval Available on plans: Free Professional Team Enterprise With polling triggers, you can control their polling interval. This changes how often the Zap looks for new data. From the Zap workflows page , select your Zap. This will open your Zap in the Zap editor. In the right sidebar, click the Advanced settings icon . Click the Polling interval dropdown menu to expand it, then select a new interval length for your Zap. - The available intervals depend on your Zapier plan and on the app used as a trigger. Select \"Use account setting\" to apply your account's default polling interval. Your updates will apply after the next poll. Note Some apps limit how often Zapier can check them for new data. If your trigger app has a minimum polling interval, the Polling interval dropdown menu will only show options that app supports. Instant triggers do not check for data on a schedule, so the setting will not be available. The setting is also hidden for a small number of triggers that manage their own checking schedule. Manually poll for new data Available on plans: Free Professional Team Enterprise In the Zap editor, you can manually look for new data outside of your regular polling interval. When you view your published Zap, click Run in the top right to poll for new data. If there is new data, the Zap will trigger. Delay your action step Available on plans: Free Professional Team Enterprise Delay is a built-in Zapier tool that allows you to put your Zap on hold for a specified amount of time before it runs your action steps. It is available regardless of your trigger type. There are three delay options you can select from: Delay for : pause your Zap from continuing for X amount of time. Delay until : pause your Zap until X time. Delay after queue : add Zap runs to a queue. Runs are then processed one by one in the order they were added, with a delay for X amount of time between each Zap run in the queue. Learn more about adding Delay steps to your Zap . Schedule when your Zap triggers Available on plans: Free Professional Team Enterprise Schedule by Zapier is a buil"
|
|
},
|
|
"keap-max-classic": {
|
|
"slug": "keap-max-classic",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Keap Max Classic",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8495970412941-Common-Problems-with-Keap-Max-Classic"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Keap Max Classic – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Sales & CRM Keap Common Problems with Keap Max Classic Updated May 22, 2023 09:35 I'm not seeing my Tag in the drop-down menu If you're not seeing your Tag listed, search for the tag name in the field and click the \"Load More\" option. Tags are loaded from Keap Max Classic 30 at a time so if you have a large number of tags in your account it might require more than one click in order for it to show up. Why aren't my Contacts updating from Opt-Out to Opt-In when using the Create/Update Contact action? The \"Opt-In\" field present in the Create/Update Contact action only works when the contact is first created. At this time, it is not possible to update a contact's opt-in/marketable status through Zapier. More information on Infusionft's documentation . What kind of country code does Keap Max Classic accept? The accepted format for country codes is ISO 3166 alpha 3 codes - it uses three characters. So USA needs to be entered instead of US , for example. See more information here . My Contacts Aren't Being Marked as Marketable in Keap Max Classic If your contacts aren't being marked as marketable, you likely need to flip the email opt-in field to \"yes\" in your action. Can I send HTML Emails with the \"Send Email\" action? Keap Max Classic's \"Send Email\" action supports HTML messages. You'll choose whether you want HTML or plain text when configuring your action."
|
|
},
|
|
"squarespace": {
|
|
"slug": "squarespace",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [],
|
|
"connect_steps": [],
|
|
"help_articles": [
|
|
{
|
|
"title": "Common Problems with Squarespace on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496018184845-Common-Problems-with-Squarespace-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Common Problems with Squarespace on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Squarespace Commerce Common Problems with Squarespace on Zapier Updated July 27, 2023 11:44 Does the app need any special plan pricing? To use Zapier with Squarespace, you must be on the Website Business plan or higher. To learn more, visit their Premium features page. My form doesn't appear in the Zap's dropdown menu Zapier can only receive data from Form and Newsletter blocks in Squarespace. Forms created as part of a Cover Page or a product order are not supported. As a workaround, you can configure other form types in Squarespace to use Google Drive or an email address as its storage. You can then trigger your Zap using the Google Sheets or Email Parser integrations. Note If your form is within a Form Block and doesn't appear in the dropdown, delete and recreate it within your Squarespace site. It should then appear when you refresh the Zap's dropdown menu. I can't turn on my Zap, even though it tested successfully Squarespace only allows for one live Zap to be associated with a form, so if you have an existing Zap turned on that's connected to your form, you'll need to turn it off before turning on another. I can't find the right form When you create a form in Squarespace, it will be named \"New Form\" by default. If you are seeing multiple forms with the same name in Zapier, change the names of your forms on your Squarespace site, then check again. When I test a trigger, it doesn't show my data Squarespace only provides default data for trigger tests. Squarespace is showing me the message \"Status: Awaiting Connection\" in the Storage tab of my form If you see this message, you need to complete the remaining steps of the connection process. You can find more details in this Squarespace help guide . "
|
|
},
|
|
"google-business-profile": {
|
|
"slug": "google-business-profile",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Google Business Profile app on Zapier, you must have: A Google account. A verified Google Business Profile that has been active for 60+ days (this can be your own business or one you manage). Owner or Manager permissions on the Google Business Profile you want to connect. A website listed on your Google Business Profile. Google's Advanced Protection Program must be disabled on your Google Account (if enabled). "
|
|
],
|
|
"connect_steps": [
|
|
"Connect Google Business Profile to Zapier To create an app connection to Google Business Profile on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Business Profile . Click Add connection . A new browser tab or window will open. Log into Google Business Profile to authenticate. Grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Google Business Profile on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/8496048935821-How-to-get-started-with-Google-Business-Profile-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Google Business Profile on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Google Business Profile How to get started with Google Business Profile on Zapier Updated September 19, 2025 14:19 Google Business Profile and Zapier connect to automate your work. You can trigger actions when new reviews are added and create replies or posts. Prerequisites To use the Google Business Profile app on Zapier, you must have: A Google account. A verified Google Business Profile that has been active for 60+ days (this can be your own business or one you manage). Owner or Manager permissions on the Google Business Profile you want to connect. A website listed on your Google Business Profile. Google's Advanced Protection Program must be disabled on your Google Account (if enabled). Connect Google Business Profile to Zapier To create an app connection to Google Business Profile on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Google Business Profile . Click Add connection . A new browser tab or window will open. Log into Google Business Profile to authenticate. Grant Zapier permission to access your account if prompted to. Your Google Business Profile account is now successfully connected to Zapier. About Google Business Profile's app Triggers, searches, and actions Triggers New Review (Instant) - Triggers when a new review is created. Searches No search actions available for this app. Actions Create Reply - Creates a reply for a specified review or updates the reply if one already exists. Create Post - Creates a post for a specified location. API Request (Beta) - Makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits of 300 requests per minute (QPM) apply to all Google Business Profile APIs - if you exceed these limits, you'll receive a 429 error. There is a strict limit of 10 edits per minute per Google Business Profile location, and this limit cannot be increased. Templates View all of Google Business Profile's templates . Use cases 5 ways to automate Google Business Profile Automatically respond to Google Business Profile reviews Google Workspace automation 5 ways to respond faster to customer reviews Using Zapier with Google apps for marketers Use C"
|
|
},
|
|
"ison24": {
|
|
"slug": "ison24",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"basic_auth"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [],
|
|
"connect_steps": [
|
|
"connect IsOn24 to Zapier. Are there any API token limits in IsOn24 when I use IsOn24 with Zapier? No, there are no token limits when using IsOn24 with Zapier. Are there any webhook subscription limits in IsOn24 when I use IsOn24 with Zapier? IsOn24 doesn't have any webhook subscription limits when you use IsOn24 with Zapier. Are custom fields in IsOn24 supported when I use IsOn24 with Zapier? No, IsOn24 does not support custom fields. Does IsOn24 use real trigger samples from my IsOn24 account? Yes, IsOn24 provides real trigger samples from your IsOn24 account. What kind of IsOn24 hosted account can I use with Zapier? IsOn24's Zapier integration supports cloud-hosted accounts only. Connecting with IsOn24 When you create a IsOn24 Zap, you'll be asked to log in to your IsOn24 account. Enter your IsOn24 username and password to connect your IsOn24 account. If all steps were successful, your IsOn24 account will be connected."
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to Get Started with IsOn24 on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/9526469928973-How-to-Get-Started-with-IsOn24-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "Updated February 06, 2024 09:45 About IsOn24's Integration What kind of authentication does IsOn24 use? IsOn24 uses Basic Authentication. Do I need a paid IsOn24 account to use IsOn24 with Zapier? You need a paid IsOn24 plan to use IsOn24 with Zapier. https://ison24.com/plans Do I need special account permissions in IsOn24 to use IsOn24 with Zapier? There aren't any specific IsOn24 account permissions to connect IsOn24 to Zapier. Are there any API token limits in IsOn24 when I use IsOn24 with Zapier? No, there are no token limits when using IsOn24 with Zapier. Are there any webhook subscription limits in IsOn24 when I use IsOn24 with Zapier? IsOn24 doesn't have any webhook subscription limits when you use IsOn24 with Zapier. Are custom fields in IsOn24 supported when I use IsOn24 with Zapier? No, IsOn24 does not support custom fields. Does IsOn24 use real trigger samples from my IsOn24 account? Yes, IsOn24 provides real trigger samples from your IsOn24 account. What kind of IsOn24 hosted account can I use with Zapier? IsOn24's Zapier integration supports cloud-hosted accounts only. Connecting with IsOn24 When you create a IsOn24 Zap, you'll be asked to log in to your IsOn24 account. Enter your IsOn24 username and password to connect your IsOn24 account. If all steps were successful, your IsOn24 account will be connected."
|
|
},
|
|
"engage-ai": {
|
|
"slug": "engage-ai",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Engage AI app on Zapier, you must have: An Engage AI account (free or paid)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Engage AI to Zapier To create an app connection to Engage AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Engage AI . Click Add connection . A new browser tab or window will open. Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Engage AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/12337712690061-How-to-get-started-with-Engage-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Engage AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Marketing Engage AI How to get started with Engage AI on Zapier Updated May 12, 2026 11:48 Engage AI and Zapier connect to automate your LinkedIn engagement workflows. You can trigger actions when new leads are added or when saved leads post on LinkedIn. Prerequisites To use the Engage AI app on Zapier, you must have: An Engage AI account (free or paid). Connect Engage AI to Zapier To create an app connection to Engage AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Engage AI . Click Add connection . A new browser tab or window will open. Enter your Engage AI username and password to authenticate. Your Engage AI account is now successfully connected to Zapier. About Engage AI's app Triggers, searches, and actions Triggers New Lead (Polling) - Triggers when a new LinkedIn Profile is added. New LinkedIn Post (Polling) - Triggers when there is a new LinkedIn post by a saved lead. Searches No searches available for this app. Actions Add New Lead - Adds a new lead to Engage AI. Templates View all of Engage AI's templates Additional Engage AI resources Zapier's Engage AI integration page Engage AI website"
|
|
},
|
|
"leap-ai": {
|
|
"slug": "leap-ai",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Leap AI app on Zapier, you must have: A Leap AI account (free or paid). Free accounts include credits for limited usage. Find your Leap AI credentials To find your API key: Log into your Leap account. Click the API Keys tab. Create or copy an API key ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Leap AI to Zapier To create an app connection to Leap AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Leap AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Leap AI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/13252390109197-How-to-get-started-with-Leap-AI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Leap AI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Leap AI How to get started with Leap AI on Zapier Updated May 12, 2026 11:48 Leap AI and Zapier connect to automate your AI image generation workflows. You can generate images, train custom models, and integrate AI visuals into your automations. Prerequisites To use the Leap AI app on Zapier, you must have: A Leap AI account (free or paid). Free accounts include credits for limited usage. Find your Leap AI credentials To find your API key: Log into your Leap account. Click the API Keys tab. Create or copy an API key . Connect Leap AI to Zapier To create an app connection to Leap AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Leap AI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your Leap AI API key . Click Yes, Continue to Leap AI . Your Leap AI account is now successfully connected to Zapier. About Leap AI's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Run Workflow - Trigger an AI workflow. Retrieve Workflow Run - Retrieves a Workflow Run. Templates View all of Leap AI's templates Additional Leap AI resources Zapier's Leap AI integration page Leap AI website"
|
|
},
|
|
"microsoft-entra": {
|
|
"slug": "microsoft-entra",
|
|
"auth_signals": [
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Microsoft Entra app on Zapier, you must have: A Microsoft Entra account (free or paid)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Microsoft Entra to Zapier To create an app connection to Microsoft Entra on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Entra . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Microsoft Entra on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/18156179146637-How-to-get-started-with-Microsoft-Entra-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Microsoft Entra on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps IT operations Microsoft Entra How to get started with Microsoft Entra on Zapier Updated May 12, 2026 11:48 Microsoft Entra and Zapier connect to automate your identity and access management workflows. You can manage users, groups, and directory objects across your organization. Prerequisites To use the Microsoft Entra app on Zapier, you must have: A Microsoft Entra account (free or paid). Connect Microsoft Entra to Zapier To create an app connection to Microsoft Entra on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Microsoft Entra . Click Add connection . A new browser tab or window will open. Log into Microsoft and grant Zapier permission to access your Entra account. Your Microsoft Entra account is now successfully connected to Zapier. About Microsoft Entra's app Triggers, searches, and actions Triggers New User (Polling) - Triggers when a new user is created. New Group (Polling) - Triggers when a new group is created. Searches Find User - Finds an existing user. Find Group - Finds an existing group. Actions Create User - Creates a new user. Add User to Group - Adds a user to a group. Templates View all of Microsoft Entra's templates Additional Microsoft Entra resources Zapier's Microsoft Entra integration page Microsoft Entra documentation"
|
|
},
|
|
"kraftful": {
|
|
"slug": "kraftful",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Kraftful app on Zapier, you must have: A Kraftful account (free or paid). Find your Kraftful credentials To find your API token: Log into your Kraftful account. Navigate to your account settings. Find or generate your API token . Copy the token."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Kraftful to Zapier To create an app connection to Kraftful on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kraftful . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Token : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Kraftful on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/19279534444429-How-to-get-started-with-Kraftful-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Kraftful on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Kraftful How to get started with Kraftful on Zapier Updated May 12, 2026 11:48 Kraftful and Zapier connect to automate your product feedback workflows. You can analyze user feedback, track insights, and integrate AI-powered product research. Prerequisites To use the Kraftful app on Zapier, you must have: A Kraftful account (free or paid). Find your Kraftful credentials To find your API token: Log into your Kraftful account. Navigate to your account settings. Find or generate your API token . Copy the token. Connect Kraftful to Zapier To create an app connection to Kraftful on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Kraftful . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Token : Enter your Kraftful API token . Click Yes, Continue to Kraftful . Your Kraftful account is now successfully connected to Zapier. About Kraftful's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Add Feedback - Adds feedback in Kraftful. Add Call Transcript - Adds a call transcript and starts analysis. Templates View all of Kraftful's templates Additional Kraftful resources Zapier's Kraftful integration page Kraftful website"
|
|
},
|
|
"ai21-labs": {
|
|
"slug": "ai21-labs",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the AI21 Labs app on Zapier, you must have: An AI21 Labs account. Valid billing information after the free trial period expires."
|
|
],
|
|
"connect_steps": [
|
|
"Connect AI21 Labs to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with AI21 Labs on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950944742285-How-to-get-started-with-AI21-Labs-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with AI21 Labs on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence AI21 Labs How to get started with AI21 Labs on Zapier Updated August 20, 2025 09:21 AI21 Labs and Zapier connect to automate AI text tasks. You can send prompts to AI models and trigger actions when new files are added. Prerequisites To use the AI21 Labs app on Zapier, you must have: An AI21 Labs account. Valid billing information after the free trial period expires. Connect AI21 Labs to Zapier Find your AI21 Labs credentials To create an API key: Log into your AI21 Labs account. In the left sidebar, click Settings . A dialog window will open. Click API Keys . Click + Create new key . (Optional) Add a name for your API Key. e.g., Zapier . Click Create key . Copy the API Key to your clipboard. Connect AI21 Labs on Zapier To create an app connection to AI21 Labs on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select AI21 Labs . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field , e nter your AI21 Labs API key . Click Yes, Continue to AI21 Labs . Your AI21 Labs account is now successfully connected to Zapier. About AI21 Labs's app Triggers, searches, and actions Triggers New File - Triggers when a new file is added to your AI21 library (Polling) Searches No searches available Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication Send Prompt - Send a prompt to AI21's models and get a text response Limitations Rate limits restrict usage to 10 requests per second (RPS) and 200 requests per minute (RPM) for foundation models like Jamba Large and Jamba Mini. Usage is subject to subscription scope limitations including number of solution calls, tokens, and available features as specified in service agreements. Templates View all of AI21 Labs's templates . Additional AI21 Labs resources Zapier's AI21 Labs integration page AI21 Labs's Help Center AI21 Labs's API documentation "
|
|
},
|
|
"helicone": {
|
|
"slug": "helicone",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Helicone app on Zapier, you must have: A Helicone account. A Helicone API key with appropriate permissions . Read permissions begin with \"sk\". Write permissions begin with \"pk\""
|
|
],
|
|
"connect_steps": [
|
|
"Connect Helicone to Zapier To create an app connection to Helicone on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Helicone . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete these fields: API Key: enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Helicone on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950924510989-How-to-get-started-with-Helicone-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Helicone on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Helicone How to get started with Helicone on Zapier Updated March 31, 2026 16:16 Helicone and Zapier connect to automate AI monitoring. You can find user requests and make API calls to track LLM performance and debug applications. Prerequisites To use the Helicone app on Zapier, you must have: A Helicone account. A Helicone API key with appropriate permissions . Read permissions begin with \"sk\". Write permissions begin with \"pk\" Connect Helicone to Zapier To create an app connection to Helicone on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Helicone . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete these fields: API Key: enter your Helicone API key . Region : Select your Helicone region . Click Yes, Continue to Helicone . Your Helicone account is now successfully connected to Zapier. About Helicone's app Triggers, searches, and actions Triggers Triggers - No triggers available for this app Searches Searches - Find User Requests - Find many requests from Helicone filtered by user ID. Actions Actions - API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Request limits are based on Helicone plans. Free Hobby plan is limited to 10,000 requests per month, with usage-based pricing applying for additional requests on paid plans. EU customers must use keys with \"eu-\" prefix for proper regional routing, which could complicate multi-region deployments. Rate limits are bounded by the underlying LLM provider's policies , meaning Helicone cannot exceed the limits set by services like OpenAI or Anthropic. Templates View all of Helicone's templates . Additional Helicone resources Zapier's Helicone integration page Helicone's API documentation"
|
|
},
|
|
"flatfile": {
|
|
"slug": "flatfile",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Flatfile app on Zapier, you must have: A Flatfile account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Flatfile to Zapier To create an app connection to Flatfile on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Flatfile . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Secret Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Flatfile on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38950968490253-How-to-get-started-with-Flatfile-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Flatfile on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Flatfile How to get started with Flatfile on Zapier Updated August 20, 2025 11:02 Flatfile and Zapier connect to automate data workflows. You can upload files to Flatfile and use API requests to transform messy data automatically. Prerequisites To use the Flatfile app on Zapier, you must have: A Flatfile account. Connect Flatfile to Zapier To create an app connection to Flatfile on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Flatfile . Click Add connection . A Connect an Account page will open in a browser tab or window. In the Secret Key field, enter your Flatfile Secret Key . This can be found in your Flatfile API Keys and Secrets page . Click Yes, Continue to Flatfile . Your Flatfile account is now successfully connected to Zapier. About Flatfile's app Triggers, searches, and actions Triggers Triggers No triggers available Searches Searches No searches available Actions Actions Upload File - Uploads a file to Flatfile. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Templates View all of Flatfile's templates . Additional Flatfile resources Zapier's Flatfile integration page Flatfile's Help Center Flatfile's API documentation"
|
|
},
|
|
"scale": {
|
|
"slug": "scale",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Scale app on Zapier, you must have: An active Scale AI account (either Self-Serve Data Engine or Enterprise plan). Manager or Admin role permissions in your Scale AI account to create an API key. Members cannot access API keys."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Scale to Zapier To create an app connection to Scale AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Scale AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Scale on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/38951125308429-How-to-get-started-with-Scale-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Scale on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Scale How to get started with Scale on Zapier Updated August 20, 2025 11:43 Scale and Zapier connect to automate AI data workflows. You can trigger actions when data labeling tasks complete and create new annotation projects or datasets. Prerequisites To use the Scale app on Zapier, you must have: An active Scale AI account (either Self-Serve Data Engine or Enterprise plan). Manager or Admin role permissions in your Scale AI account to create an API key. Members cannot access API keys. Connect Scale to Zapier To create an app connection to Scale AI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Scale AI . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Scale AI API key from your dashboard . Click Yes, Continue to Scale AI . Your Scale AI account is now successfully connected to Zapier. About Scale's app Triggers, searches, and actions Triggers No triggers available Searches Get Tasks - Retrieve tasks for a given project. Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations API rate limits apply. Scale AI limits task creation to 30 requests per second. Templates View all of Scale's templates . Additional Scale resources Zapier's Scale integration page Scale's documentation "
|
|
},
|
|
"alltius-ca227600": {
|
|
"slug": "alltius-ca227600",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Alltius app on Zapier, you must have: An active paid Alltius account. At least one configured Assistant in your Alltius workspace."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Alltius to Zapier To create an app connection to Alltius on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Alltius . Click Add connection . A C onnect an Account page will open in a browser tab or window. In the API Key field , e nter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Alltius on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39343087060621-How-to-get-started-with-Alltius-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Alltius on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Alltius How to get started with Alltius on Zapier Updated September 08, 2025 13:30 Alltius and Zapier connect to automate financial services. You can send messages to AI assistants and make API requests for banking workflows. Prerequisites To use the Alltius app on Zapier, you must have: An active paid Alltius account. At least one configured Assistant in your Alltius workspace. Connect Alltius to Zapier To create an app connection to Alltius on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Alltius . Click Add connection . A C onnect an Account page will open in a browser tab or window. In the API Key field , e nter your Alltius API key . Learn more on finding your Alltius API key . Click Yes, Continue to Alltius. Your Alltius account is now successfully connected to Zapier. About Alltius's app Triggers, searches, and actions Triggers No triggers available Searches No searches available Actions Chat - Send a message to an Alltius assistant and receive a response. This is an event a Zap performs. Write - Create a new record or update an existing record in your app. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. This is an event a Zap performs. Write - Create a new record or update an existing record in your app. Limitations Maximum number of requests per second is limited to 100. Templates View all of Alltius's templates . Additional Alltius resources Zapier's Alltius integration page Alltius's Help Center Alltius's API documentation "
|
|
},
|
|
"lyzr-ca227589": {
|
|
"slug": "lyzr-ca227589",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Lyzr app on Zapier, you must have: An active Lyzr account (free Community plan or any paid plan). Sufficient credits in your Lyzr account."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Lyzr to Zapier To create an app connection to Lyzr on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Lyzr . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Lyzr on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39399038252173-How-to-get-started-with-Lyzr-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Lyzr on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Lyzr How to get started with Lyzr on Zapier Updated March 31, 2026 16:17 Lyzr and Zapier connect to automate AI agent workflows. You can create new AI agents and integrate them with your apps for generative AI tasks. Prerequisites To use the Lyzr app on Zapier, you must have: An active Lyzr account (free Community plan or any paid plan). Sufficient credits in your Lyzr account. Connect Lyzr to Zapier To create an app connection to Lyzr on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Lyzr . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Lyzr API key . Learn how to find your Lyzr API key. Click Yes, Continue to Lyzr . Your Lyzr account is now successfully connected to Zapier. About Lyzr's app Triggers, searches, and actions Triggers Triggers - No triggers available Searches Searches - No searches available Actions Actions - Create Agent - Creates a new AI agent in Lyzr. This is an event a Zap performs. (Write - Create a new record or update an existing record in your app) Templates View all of Lyzr's templates . Additional Lyzr resources Zapier's Lyzr integration page Lyrz's Help Center Lyzr's API documentation"
|
|
},
|
|
"instabase-ca229197": {
|
|
"slug": "instabase-ca229197",
|
|
"auth_signals": [
|
|
"api_key",
|
|
"oauth"
|
|
],
|
|
"primary_auth": "oauth",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Instabase app on Zapier, you must have: An active Instabase AI Hub account. Availability on all plan tiers."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Instabase to Zapier To create an app connection to Instabase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Instabase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Instabase on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458658433549-How-to-get-started-with-Instabase-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Instabase on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Instabase How to get started with Instabase on Zapier Updated March 31, 2026 16:17 Instabase and Zapier connect to automate document processing. You can trigger workflows from conversations and ask questions about documents. Prerequisites To use the Instabase app on Zapier, you must have: An active Instabase AI Hub account. Availability on all plan tiers. Connect Instabase to Zapier To create an app connection to Instabase on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Instabase . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: API Key : Enter your Instabase OAuth token . Learn more about creating an Instabase token . (Optional) IB-Context : Enter your user ID (for community accounts) or organization ID (for organization accounts). Learn more about finding your Instabase user or organization ID . Click Yes, Continue to Instabase . Your Instabase account is now successfully connected to Zapier. About Instabase's app Triggers, searches, and actions Triggers Conversations - List of available conversations (Polling) Searches No search actions available Actions Converse with Document - Ask a question about a document in a conversation Limitations File limitations and processing applies. Single files are limited to 50 MB or 800 pages, with total single-upload size capped at 100 MB. Complex or dense documents may fail before reaching these limits due to processing constraints. Conversations and chatbots support about 500 files, automation projects support 500 files, and automation app runs support 1,000 files, depending on content complexity. Limited to specific file formats including PDF, DOCX, XLSX, CSV, images, and others. Unsupported formats will be rejected. API rate limits apply . Templates View all of Instabase's templates . Additional Instabase resources Zapier's Instabase integration page Instabase's Help Center Instabase's API documentation"
|
|
},
|
|
"vectara-ca229126": {
|
|
"slug": "vectara-ca229126",
|
|
"auth_signals": [],
|
|
"primary_auth": null,
|
|
"prerequisites": [
|
|
"Prerequisites To use the Vectara app on Zapier, you must have: A Vectara account. At least one corpus created in your Vectara account (a corpus is a collection of documents that can be searched). The appropriate corpus-level permissions to perform the desired actions"
|
|
],
|
|
"connect_steps": [
|
|
"Connect Vectara to Zapier Find"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Vectara on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458695883277-How-to-get-started-with-Vectara-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Vectara on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Vectara How to get started with Vectara on Zapier Updated September 17, 2025 12:21 Vectara and Zapier connect to automate AI search workflows. You can trigger document uploads and create search queries in your vector database. Prerequisites To use the Vectara app on Zapier, you must have: A Vectara account. At least one corpus created in your Vectara account (a corpus is a collection of documents that can be searched). The appropriate corpus-level permissions to perform the desired actions Connect Vectara to Zapier Find your Vectara credentials To find your Vectara client ID and secret you need to create an application client in the Vectara console . Once created, you can access your credentials. Connect to Vectara on Zapier To create an app connection to Vectara on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Vectara . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Client ID : Enter your Vectara client ID . Client Secret : Enter your Vectara client secret . Click Yes, Continue to Vectara . Your Vectara account is now successfully connected to Zapier. About Vectara's app Triggers, searches, and actions Triggers New Corpora - Triggers when a new file is created. (Polling) Searches No search actions available Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Templates View all of Vectara's templates . Additional Vectara resources Zapier's Vectara integration page Vectara's Help Center Vectara's API documentation"
|
|
},
|
|
"langfuse-ca229249": {
|
|
"slug": "langfuse-ca229249",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Langfuse app on Zapier, you must have: An active Langfuse account (free Hobby plan or any paid plan available)."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Langfuse to Zapier To create an app connection to Langfuse on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Langfuse . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Public Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Langfuse on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/39458665773581-How-to-get-started-with-Langfuse-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Langfuse on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Langfuse How to get started with Langfuse on Zapier Updated March 31, 2026 16:17 Langfuse and Zapier connect to automate LLM engineering workflows. You can trigger actions when new projects are created and make API requests to track traces. Prerequisites To use the Langfuse app on Zapier, you must have: An active Langfuse account (free Hobby plan or any paid plan available). Connect Langfuse to Zapier To create an app connection to Langfuse on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Langfuse . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: Public Key : Enter your Langfuse Public Key . Secret Key : Enter your Langfuse Secret Key . Data Region : Select which region your data is stored. Learn how to find your Langfuse Public and Secret key in Langfuse . Click Yes, Continue to Langfuse . Your Langfuse account is now successfully connected to Zapier. About Langfuse's app Triggers, searches, and actions Triggers New Project - Triggers when a new project is created. (Polling - Zapier checks for new data every 15 min on the Free plan) Searches No search actions available for this app Actions API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Create a new record or update an existing record in your app. Limitations API rate limits apply. Langfuse imposes rate limits on its API, which vary by plan. For example, the Hobby plan has limits such as 1,000 requests/min for tracing and 30 requests/min for other APIs. Higher tiers offer increased limits. Templates View all of Langfuse's templates . Additional Langfuse resources Zapier's Langfuse integration page Langfuse's Help Center Langfuse's API documentation"
|
|
},
|
|
"coderabbit": {
|
|
"slug": "coderabbit",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the CodeRabbit app on Zapier, you must have: A CodeRabbit account for the organization you want to use in Zap workflows. An API key that starts with cr- . For listing users, changing roles, and managing seats: administrator access in CodeRabbit, as required by the CodeRabbit API. Find your CodeRabbit API key In CodeRabbit, open API keys in settings. Create or copy an API key that starts with cr- ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect CodeRabbit to Zapier To create an app connection to CodeRabbit on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select CodeRabbit . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with CodeRabbit on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933149579021-How-to-get-started-with-CodeRabbit-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with CodeRabbit on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building CodeRabbit How to get started with CodeRabbit on Zapier Updated May 29, 2026 18:14 CodeRabbit and Zapier automate org workflows around code reviews and users. You can list users, update roles and seats, fetch review metrics, and generate reports. Prerequisites To use the CodeRabbit app on Zapier, you must have: A CodeRabbit account for the organization you want to use in Zap workflows. An API key that starts with cr- . For listing users, changing roles, and managing seats: administrator access in CodeRabbit, as required by the CodeRabbit API. Find your CodeRabbit API key In CodeRabbit, open API keys in settings. Create or copy an API key that starts with cr- . Connect CodeRabbit to Zapier To create an app connection to CodeRabbit on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select CodeRabbit . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your CodeRabbit API key (it should start with cr- ). Click Yes, Continue to CodeRabbit . Your CodeRabbit account is now successfully connected to Zapier. About CodeRabbit's app Triggers, searches, and actions Triggers No triggers available for this app. Searches List Users - List organization users with optional filtering. Get Review Metrics - Retrieve CodeRabbit review metrics data for pull requests. Actions Change User Roles - Change roles for users in bulk (up to 500 users). Manage User Seats - Assign or unassign seats for users in bulk (up to 500 users). Generate Report - Generate a developer activity report (Daily Standup, Sprint Report, Release Notes, or Custom). Limitations API rate limits allow up to 10 requests per 60 seconds per organization. User management calls require an administrator role in CodeRabbit when the API enforces it; you may see permission errors if your key or plan does not allow the operation. Templates View all of CodeRabbit's templates Additional CodeRabbit resources Zapier's CodeRabbit integration page CodeRabbit's API documentation CodeRabbit's Help Center"
|
|
},
|
|
"openlayer": {
|
|
"slug": "openlayer",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Openlayer app on Zapier, you must have: An Openlayer account with API access. An API key for your Openlayer account. Find your Openlayer API key Create or copy an API key in Openlayer API keys settings ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Openlayer to Zapier To create an app connection to Openlayer on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Openlayer . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Openlayer on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933157151501-How-to-get-started-with-Openlayer-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Openlayer on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Openlayer How to get started with Openlayer on Zapier April 08, 2026 15:51 Openlayer and Zapier connect so you can react to new projects and test results, look up projects and data sources, and automate creating projects, data sources, tests, evaluations, and monitored inference records. Prerequisites To use the Openlayer app on Zapier, you must have: An Openlayer account with API access. An API key for your Openlayer account. Find your Openlayer API key Create or copy an API key in Openlayer API keys settings . Connect Openlayer to Zapier To create an app connection to Openlayer on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Openlayer . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API key field, enter your Openlayer API key . Click Yes, Continue to Openlayer (or the button shown to finish the connection). Your Openlayer account is now successfully connected to Zapier. About Openlayer's app Triggers, searches, and actions Triggers New Project (Polling) - Triggers when a new project is created in your Openlayer workspace. New Test Result (Polling) - Triggers when a new test result is available for a data source. Useful for alerting on passing or failing model tests. Searches Find Project - Finds a project by name in your Openlayer workspace. Find Data Source - Finds a data source (inference pipeline) by name in a project. Find Test Result - Finds the latest result for a test, including pass or fail status. Use for conditional Zap logic based on test outcomes. Actions Create Project - Creates a new AI or ML project in your Openlayer workspace. Create Data Source - Creates a new data source in a project for streaming production data to Openlayer. Create Test - Creates a data quality test in a project. Checks for duplicate rows, null values, or row counts. Evaluate Test - Evaluates a test for a specific time range. Use after publishing records to get immediate results. Publish Record - Publishes an LLM inference record to a data source for monitoring. Streams the model input, output, and metadata to Openlayer. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes "
|
|
},
|
|
"resemble": {
|
|
"slug": "resemble",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Resemble app on Zapier, you must have: A Resemble account with API access. Your Resemble API key from account settings. Find your Resemble API key Open API in your Resemble account to create or copy an API key. Paste it into Zapier as API Key when you"
|
|
],
|
|
"connect_steps": [
|
|
"connect the app. Connect Resemble to Zapier To create an app connection to Resemble on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Resemble . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Resemble on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933162199053-How-to-get-started-with-Resemble-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Resemble on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Artificial intelligence Resemble How to get started with Resemble on Zapier April 08, 2026 15:51 Resemble and Zapier connect so you can generate speech from text, create projects, and create voices as part of your workflows. Prerequisites To use the Resemble app on Zapier, you must have: A Resemble account with API access. Your Resemble API key from account settings. Find your Resemble API key Open API in your Resemble account to create or copy an API key. Paste it into Zapier as API Key when you connect the app. Connect Resemble to Zapier To create an app connection to Resemble on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Resemble . Click Add connection . A Connect an Account page will open in a browser tab or window. In the API Key field, enter your Resemble API key . Click Yes, Continue to Resemble (or the button shown to finish the connection). Your Resemble account is now successfully connected to Zapier. About Resemble's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Convert Text to Speech - Converts text into lifelike speech using Resemble AI voices. Create Project - Creates a new project to organize audio clips. Create Voice - Creates a new voice for speech synthesis. Limitations Convert Text to Speech accepts up to 3,000 characters of plain text or Speech Synthesis Markup Language (SSML) per request. Create Voice can use an optional dataset URL for training; training runs asynchronously, and completion may depend on Resemble\u2019s processing time and any callback you configure. Templates View all of Resemble's templates Additional Resemble resources Zapier's Resemble integration page Resemble's API documentation Resemble's Help Center"
|
|
},
|
|
"futureagi": {
|
|
"slug": "futureagi",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the FutureAGI app on Zapier, you must have: A FutureAGI account with API access. An API key and a secret key for your FutureAGI account. Find your FutureAGI API key and secret key Open Keys in the FutureAGI dashboard to create or copy your API key and secret key. Zapier sends them as the X-Api-Key and X-Secret-Key headers on each request."
|
|
],
|
|
"connect_steps": [
|
|
"Connect FutureAGI to Zapier To create an app connection to FutureAGI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select FutureAGI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with FutureAGI on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933169813645-How-to-get-started-with-FutureAGI-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with FutureAGI on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building FutureAGI How to get started with FutureAGI on Zapier April 08, 2026 15:51 FutureAGI and Zapier connect so you can monitor evaluation groups, run searches against your workspace, and automate creating or applying evaluation groups, simulator test runs, and log lookups. Prerequisites To use the FutureAGI app on Zapier, you must have: A FutureAGI account with API access. An API key and a secret key for your FutureAGI account. Find your FutureAGI API key and secret key Open Keys in the FutureAGI dashboard to create or copy your API key and secret key. Zapier sends them as the X-Api-Key and X-Secret-Key headers on each request. Connect FutureAGI to Zapier To create an app connection to FutureAGI on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select FutureAGI . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API Key : Enter your FutureAGI API key . - Secret Key : Enter your FutureAGI secret key . Click Yes, Continue to FutureAGI (or the button shown to finish the connection). Your FutureAGI account is now successfully connected to Zapier. About FutureAGI's app Triggers, searches, and actions Triggers New Eval Group (Polling) - Triggers when a new evaluation group appears in your Future AGI workspace (polls the eval groups list). Searches Find Eval Group - Finds evaluation groups by ID or name. Get Evals for Dataset - Retrieves evaluations available for a dataset (Get Evals List API). Actions Create Eval Group - Creates an evaluation group with one or more evaluation templates. Apply Eval Group - Applies an evaluation group to your data (Apply Eval Group API). Edit Eval Group Members - Adds or removes evaluation templates from an evaluation group. Get Eval Log Details - Fetches evaluation logs for a template (Get Eval Log Details API). Create Test Run - Creates a simulator test run (Create Run Test API). Execute Test Run - Starts execution for a simulator test run. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Some steps accept JSON in text fields (for example filters or sort arrays). Invalid "
|
|
},
|
|
"gradium": {
|
|
"slug": "gradium",
|
|
"auth_signals": [
|
|
"api_key"
|
|
],
|
|
"primary_auth": "api_key",
|
|
"prerequisites": [
|
|
"Prerequisites To use the Gradium app on Zapier, you must have: A Gradium account with API access. An API key for your Gradium account. Your account must use either the United States or Europe regional API, because Gradium uses separate regional API hosts. Find your Gradium API key Open API keys in the Gradium dashboard to create or copy an API key. Keys start with gd_ ."
|
|
],
|
|
"connect_steps": [
|
|
"Connect Gradium to Zapier To create an app connection to Gradium on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gradium . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API key : Enter"
|
|
],
|
|
"help_articles": [
|
|
{
|
|
"title": "How to get started with Gradium on Zapier",
|
|
"url": "https://help.zapier.com/hc/en-us/articles/44933169892365-How-to-get-started-with-Gradium-on-Zapier"
|
|
}
|
|
],
|
|
"excerpt": "How to get started with Gradium on Zapier – Zapier Skip to main content Refound your company for the AI era at ZapConnect 2026. Save your spot \u2192 My Requests My Requests Contact Support Contact Support Sign in Zapier Apps Website & app building Gradium How to get started with Gradium on Zapier April 08, 2026 15:51 Gradium and Zapier connect so you can turn text into speech audio and create cloned voices from audio samples as part of your workflows. Prerequisites To use the Gradium app on Zapier, you must have: A Gradium account with API access. An API key for your Gradium account. Your account must use either the United States or Europe regional API, because Gradium uses separate regional API hosts. Find your Gradium API key Open API keys in the Gradium dashboard to create or copy an API key. Keys start with gd_ . Connect Gradium to Zapier To create an app connection to Gradium on Zapier: Go to the Apps page . Click + Add connection . A new dialog box will appear. Search for and select Gradium . Click Add connection . A Connect an Account page will open in a browser tab or window. Complete the following fields: - API key : Enter your Gradium API key (starts with gd_ ). - Region : Select United States or Europe to match your Gradium account region. Click Yes, Continue to Gradium (or the button shown to finish the connection). Your Gradium account is now successfully connected to Zapier. About Gradium's app Triggers, searches, and actions Triggers No triggers available for this app. Searches No searches available for this app. Actions Text to Speech - Convert text into high-quality speech audio using Gradium. Create Voice - Clone a new voice from an audio sample. API Request (Beta) - This is an advanced action which makes a raw HTTP request that includes this integration's authentication. Limitations Text to Speech supports pause tags such as in the text field. Optional model name (advanced) values are covered in Gradium\u2019s text-to-speech guide . Create Voice expects a short audio sample (about 10 seconds) in WAV, PCM, or Opus format to clone the voice. Templates View all of Gradium's templates Additional Gradium resources Zapier's Gradium integration page Gradium's API documentation Gradium's Help Center"
|
|
}
|
|
} |