Fix errors in Zapier Chatbots
- Tables
-
Product updates
Product updates: January 2023 Product updates: March 2023 Product updates: February 2023 Product updates: April 2023 Product updates: May 2023 Product updates: June 2023 Product updates: July 2023 Product updates: August 2023 Product updates: September 2023 Product updates: October 2023 Product updates: November 2023 Product updates: December 2023 Product updates: January 2024 Product updates: February 2024 Product updates: March 2024 Product updates: April 2024 Product updates: May 2024 Product updates: June 2024 Product updates: July 2024 Product updates: August 2024 Product updates: September 2024 Product updates: October 2024 Product updates: November 2024 Product updates: December 2024 Product updates: January 2025 Product updates: February 2025 Product updates: March 2025 Product updates: April 2025 Product updates: May 2025 Product updates: June 2025 Product updates: July 2025 Product updates: August 2025
- Zaps
- Your Zapier account
- Interfaces
- Canvas
- Chatbots
- Getting started
- Agents
- MCP
- Built-in tools
- Lead Router
- Apps
Table of Contents
Zapier Chatbots is a beta product. It’s available for use, but still in active development and may change.
This guide describes errors that can occur when using Zapier Chatbots and how to resolve them.
context_length_exceeded
Problem
The chat conversation has reached the maximum amount of tokens the model allows.
Cause
Although chatbots automatically reset token usage whenever a conversation is close to the token limit, at times, the conversation thread or directive's size may still reach the tokens' limit.
Resolution
In your chatbot settings:
- Shorten your directive.
- Add your OpenAI key to your chatbot and use a model with a larger token limit, such as GPT-4.
- There's no character limit for directives, but keep directives brief and organized to ensure they work well.
- Token limits are per conversation, but the length of the directive, the length of the questions, and the length of the response all use tokens within that conversation.
rate_limit_exceeded
This error is usually caused when you select a large token length for the model and a large greeting message, leading the chatbot to reach OpenAI's tokens per minute limit as soon as it starts the conversation.
Contact OpenAI's support to increase the rate limit on your account or request access to a model with a larger token limit.
max_completion_limit
Problem
The chatbot's individual response has exceeded the maximum token limit set.
Cause
This error can happen if the user asks for a response that requires a large number of tokens. For example: "Write me a 10-chapter book," or if you've set your max response length field to a small maximum limit.
Resolution
In your Interfaces chatbot settings:
- Specify simplified response goals within your directive.
- Use your OpenAI key with your chatbot and use a model with a larger token limit, such as GPT-4.
timeout
Problem
Zapier didn’t get a response from OpenAI within 10 seconds of your prompt being sent.
Cause
OpenAI struggles to keep up with requests, or the general network is slow.
Resolution
Review OpenAI’s status page and try using your chatbot again later.
internal_server_error
Problem
Communication between Zapier and other service providers is not working as expected.
Cause
The cause of this error is unknown.
Resolution
Contact Chatbots support, as this is likely a bug.
unknown
Problem
Zapier can’t extract a standard error code, so the cause of this error is unknown.
Cause
The cause of this error is unknown.
Resolution
Contact Chatbots support, as this is likely a bug.
You exceeded your current quota, please check your plan and billing details
Problem
Your OpenAI account may be out of credit, or your recently purchased credit is not yet available through the API.
Cause
This error may appear if your OpenAI account is out of credit. If you just purchased more credits, it may not yet be available on OpenAI's API. There is a delay between purchasing new credits and their unavailability through the API.
Resolution
Purchase additional credits, or wait some time and try your chatbot again, if you have recently purchased them.