Automation · Migration

Your ChatGPT Zaps break on 26 August. Only one of the five is a real rebuild

Zapier is retiring five ChatGPT actions as OpenAI sunsets the Assistants API. Most write-ups stop at the list. Here is our call on each one: three you delete, one you verify, one you actually rebuild.

Ishan Vats By Ishan Vats · Founder of IV Consulting, builds AI agents & automations for 150+ teams

Aug 2026 · checked against Zapier's notice 6 Aug 2026 8 min read Pillar: Workflow automation
Zapier ChatGPT (OpenAI) Assistants API Deadline 26 Aug 2026
Sunset 26 Aug 2026
ChatGPT logo OpenAI retires itAssistants API
Zapier logo 5 actions affectedYour ChatGPT Zaps
3 actionsDelete
1 actionVerify
1 actionRebuild
20 days leftfrom 6 Aug 2026
Quick answer

On 26 August 2026, any Zap still using Zapier's Assistants API based ChatGPT actions stops working. Five actions are affected: Conversation With Assistant (Legacy), Create Assistant, Upload File with assistants, Find Assistant, and Find or Create Assistant. Zapier auto-converts only the first one, and it hands the migrated Zap back to you switched off. Our call on the other four: three of them are deletions, not migrations, because they only ever managed assistant objects that no longer exist. Just one, Upload File, is a genuine rebuild.

01

What actually happens to your ChatGPT Zaps on 26 August?

They stop. Not degrade, not warn, stop. Zapier's own notice on the OpenAI Assistants API deprecation says affected Zaps will stop working after 26 August 2026. The cause sits upstream of Zapier: OpenAI announced the Assistants API deprecation on 26 August 2025 with a one year sunset, and points developers at the Responses API and Conversations API instead. Zapier's ChatGPT actions that were built on the old API go with it.

Two things make this worse than a normal deprecation notice. The first is who it hits. Anyone who wired a ChatGPT assistant into a Zap during 2025 is affected, and that was the obvious way to do it at the time, so this catches the people who were early rather than the people who were careless. The second is that the notice arrived by email, roughly a year ahead, to an account owner who may not be the person who built the Zap.

What does not break is worth saying too, because the panic is usually bigger than the blast radius:

  • Only the steps using a retired action are affected. A five step Zap with one legacy ChatGPT action loses that step, not the Zap.
  • Every other ChatGPT action keeps working. The newer Responses API actions, and the ordinary text actions, are untouched.
  • Nothing else in your account is involved. This is one integration's actions, not a Zapier platform change.
IV Consulting take The honest framing is that this is a twenty minute job for most teams and a genuinely annoying afternoon for a few. The teams who lose a day are the ones who built an assistant with uploaded files and never documented which Zap owned it. If you are unsure which bucket you are in, the audit in section three tells you inside half an hour, and it is worth doing now rather than on the 25th.
02

Which Zapier ChatGPT actions are being retired?

Five actions, plus two dropdown fields most lists leave out. Here they are with our disposition for each, which is the part the vendor notice does not give you. Zapier tells you what is going away. It does not tell you that three of these are not worth rebuilding at all.

The reasoning behind that verdict is simple once you see it. Create Assistant, Find Assistant and Find or Create Assistant do not do work. They create and look up assistant objects, a concept that exists in the old Assistants API and simply has no equivalent in the Responses API. There is no replacement to migrate them to because there is nothing left for them to point at. In practice they are scaffolding wrapped around one step that produced the output your Zap actually used.

Every ChatGPT (OpenAI) action Zapier is retiring on 26 August 2026, from Zapier's own deprecation notice, with IV Consulting's disposition for each
Retired action What it did Zapier's replacement Our call
Conversation With Assistant (Legacy)The step that carried the real prompt and returned the outputAuto-converted to ConversationVerify and re-enable
Upload File (with assistants)Pushed a document into the assistant so it could answer from itNo direct replacementRebuild, the only real one
Create AssistantCreated an assistant objectNo direct replacementDelete
Find AssistantLooked up an existing assistant by name or IDNo direct replacementDelete
Find or Create AssistantThe combined lookup plus create stepNo direct replacementDelete
List Assistants (dropdown)Populated an assistant picker inside a later fieldGoes away with the actionsRepoint the field
List Assistant Files (dropdown)Populated a file picker inside a later fieldGoes away with the actionsRepoint the field
The detail that catches people out Zapier does auto-convert Conversation With Assistant (Legacy) to the new Conversation action, which sounds like the problem solving itself. It is not. Zapier states that migrated Zaps are turned off so you can review them. An auto-migrated Zap is a disabled Zap until someone opens it, checks that the model, prompt and output fields survived the conversion, and switches it back on. If you read the email, thought "handled", and moved on, you may already have a Zap sitting quietly switched off.
03

How do you find the affected Zaps in 20 minutes?

Do this once, properly, and you never have to think about the deadline again. The point of the audit is not to fix anything yet. It is to turn an open ended worry into a finite list you can look at.

1

Filter your Zap list by the ChatGPT app

In your Zap list, filter by the ChatGPT (OpenAI) app. That gives you every Zap touching the integration, which is almost always a much shorter list than people expect. Write the count down. This is your denominator.

2

Open each one and read the action name

You are looking for exactly five names: Conversation With Assistant (Legacy), Create Assistant, Upload File, Find Assistant, Find or Create Assistant. Zapier flags deprecated steps in the editor, so they are visible rather than hidden. Anything else in that list is fine and needs no work.

3

Check for Zaps that are already switched off

This is the step people skip and the one that costs them. If Zapier already auto-converted a legacy conversation step, that Zap was disabled for your review and may have been sitting idle for weeks. Sort by status, not just by app, and look for anything off that you did not turn off yourself.

4

Note which Zaps involved an uploaded file

Any Zap using Upload File, or any later field populated by the List Assistant Files dropdown, is the one genuine rebuild. Flag these separately, because they need a decision about where the document lives now, not just a swapped step.

5

Trace what reads the output of each affected step

The failure mode that actually bites is a downstream step mapped to a field from an action you deleted. Before you remove anything, note which later steps reference its output, so you can repoint them at the replacement step rather than discovering broken mappings at run time.

Do this bit even if you delegate the rest Step three takes two minutes and is the only one with a silent failure mode. Every other item on this list announces itself on 26 August. A Zap that Zapier disabled for review just stops producing output, and nobody gets an alert, so it is entirely possible to lose a workflow now and notice in September. If you do nothing else today, sort your Zaps by status.
04

What should you rebuild those steps with?

Zapier's notice points at two replacements, Conversation for ongoing dialogue with memory and Send Prompt for standalone requests. Its Responses API release added narrower actions alongside them: Analyze Text, Analyze Images and Extract Structured Data.

Here is the opinionated part. Most people will reach for Conversation because it sounds like the closest match to the assistant they had, and for most Zaps that is the wrong instinct. An assistant object gave you persistent memory whether or not your workflow needed it. A Zap that receives a form submission, asks ChatGPT to classify it, and writes the result to a sheet never needed memory at all. It needed one request and one answer. Rebuild that as Send Prompt and the step gets simpler, cheaper to reason about, and stops carrying state that can leak between unrelated runs.

Choosing between Zapier's Responses API actions when you rebuild a retired ChatGPT step
Pick this When the old step was doing this Carries
Send PromptOne request, one answer, no reference to anything the assistant saw before. This covers most Zaps.No memory
ConversationGenuine back and forth across runs, or the assistant needed attached files or a live web lookup to answer.Conversation history, file search, web search, code execution, remote MCP servers
Extract Structured DataPrompting the assistant to return JSON so a later step could map the fields.Structured output
Analyze TextSummarising, classifying or scoring a chunk of text.Single request
Analyze ImagesReading a screenshot, receipt or photo that arrived in the trigger.Single request

The Upload File rebuild is the one that deserves a real decision rather than a swap. Your options are to move the document handling onto the Conversation action's file search, or to take it out of the Zap entirely and let the system that already stores the file answer from it. If the same handful of reference documents were being uploaded over and over so an assistant could answer questions about them, that was never really an automation step. It was a knowledge base with a Zap bolted to the front, and this deadline is a reasonable moment to say so.

IV Consulting take Rebuild to the simplest action that reproduces the output your next step consumes, not to the one that most resembles what you had. Forced migrations are the only time anyone re-reads a workflow they wrote a year ago, and the usual finding is that half the steps were there to satisfy the tool rather than the business. If you are weighing this against building the thing properly, our Automation stage is where that work lives.
05

Should you rebuild in Zapier, or move the workflow?

You are paying the rebuild cost either way. That makes this the cheapest moment you will ever get to ask whether the workflow belongs where it is.

Rebuild in Zapier if

The Zap is short, the trigger is an app Zapier handles natively, and your task volume is comfortable inside your plan. This is most affected Zaps. Swap the step, repoint the mapped fields, test with real data, done. Do not manufacture a migration project out of a fifteen minute fix.

Look at moving if

The forced rebuild has landed on a workflow you had already outgrown: a long multi step Zap, high task volume making the bill hurt, or logic you keep patching. That is a workflow asking to be rebuilt somewhere with real branching and version history.

Just delete it if

Nobody can name what consumes the output. Run the audit and you will find at least one Zap that has been quietly producing rows nobody reads. A deadline is a good excuse to stop paying tasks for it.

Before you pick, run your own numbers Rebuild in place or move is a cost question, not a taste question, and the honest inputs are your task volume, how many hours the workflow saves, and what rebuilding it somewhere else would take. Put those into the AI agent ROI calculator and you get a payback figure for your own workflow instead of a general opinion. Do that before you commit an afternoon to either path.

If the answer comes back "move", we have already written the version of that with the audit steps and the honest list of what does not transfer: the Zapier to n8n migration guide. And if you are weighing the platforms rather than a single workflow, Zapier Agents vs Make AI Agents vs n8n covers where each one actually holds up.

One closing thought, because it applies well beyond this deadline. Every AI feature you wire into a workflow is built on somebody's API, and APIs get deprecated. The teams who handle these events in an afternoon are not the ones who picked the right vendor. They are the ones who know which workflows exist, what each one feeds, and who owns it. That inventory is worth more than any individual tool choice, and this is a cheap week to start keeping one.

06

Questions teams ask about the ChatGPT Zap deadline

What happens to my ChatGPT Zaps on 26 August 2026?
Any Zap step still using one of Zapier's Assistants API based ChatGPT actions stops working on 26 August 2026. OpenAI announced the Assistants API deprecation on 26 August 2025 with a one year sunset, and Zapier has deprecated the ChatGPT (OpenAI) actions built on it. Zapier's own notice is blunt: affected Zaps will stop working. Only the steps using a retired action are affected, so every other ChatGPT step and every other app in the same Zap keeps running.
Which Zapier ChatGPT actions are being retired?
Five actions and two dropdown fields. The actions are Conversation With Assistant (Legacy), Create Assistant, Upload File when used with assistants, Find Assistant, and Find or Create Assistant. The two dropdowns that go away are List Assistants and List Assistant Files, which matters if a later step in your Zap reads a value from one of them.
Does Zapier migrate my ChatGPT Zaps automatically?
Only one of the five. Zapier automatically converts Conversation With Assistant (Legacy) to the new Conversation action built on the Responses API. The detail that catches people out is that migrated Zaps are turned off so you can review them, so an auto migrated Zap is not a working Zap until you open it, check the step and switch it back on. The other four actions have no direct replacement and must be rebuilt or removed by hand.
What replaces Create Assistant, Find Assistant and Find or Create Assistant?
Nothing, and that is the correct outcome rather than a gap. Those three actions exist only to create and look up assistant objects, and the Responses API has no assistant objects for them to point at. In most Zaps they are setup plumbing wrapped around a single step that does the actual work. Delete them and keep the step that produces the output your later steps use.
What is the difference between the Conversation and Send Prompt actions?
Conversation keeps state across runs and carries the built in tools. Zapier lists conversation history, file search, web search, code execution and remote MCP server support on the Conversation action, so it is the replacement when your assistant genuinely needed memory or attached files. Send Prompt is a single request with no memory, which is what most Zaps actually needed. Zapier's Responses API release also added Analyze Text, Analyze Images and Extract Structured Data for narrower jobs.
Should I rebuild the workflow in Zapier or move it somewhere else?
Rebuild in Zapier if the Zap is short, runs on a trigger Zapier handles natively and the task volume is low. Look at moving it when the forced rebuild lands on a workflow you had already outgrown: long multi step Zaps, high task volume, or logic you keep patching. A forced migration is the cheapest moment you will ever get to change platform, because you are paying the rebuild cost either way.
Ishan Vats, Founder of IV Consulting
Who wrote this

Ishan Vats

Founder, IV Consulting · AI & automation consultant

I build automations and production AI agents for teams from startup to enterprise, across Zapier, Make and n8n. 150+ ops transformations over 10+ years. Deprecation deadlines like this one are half our inbox every quarter, which is why the advice above is mostly about deleting steps rather than rebuilding them.

Price my own rebuild →

Rather not spend August rebuilding Zaps?

Book a free 30-minute strategy call. We will look at what the deadline actually hits in your account, tell you which steps are a delete and which are a real rebuild, and give you the plan on the spot. If it is a twenty minute job you can do yourself, we will say that and you can go do it.

Book a Free Strategy Call →

Free 30-minute call. Honest take, even if that means "you do not need us yet."