Get Assistant Update #support
# support
a
Hello everyone, I need some help with the "Get Assistant Update" function in the Vapi documentation. Until a few recent updates, I was able to use this option without any issues to update the scenario in make.com, i.e., my assistant. After the update, I can no longer simply copy and paste it, because there is now a different branching structure in the JSON format, which keeps showing the transcript in a way that I don’t understand. Is there something I need to do differently now, or how should I handle this? Thanks in advance to everyone! #1211483291191083018
v
Due to recent schema changes, advanced call-specific data (like transcripts) now appears in the Call object, not the Assistant. To update your make.com scenario, extract only the essential assistant fields from the new JSON. For example, you might use a filter or mapping step to select just these keys:
Copy code
json
{
  "assistantId": "...",
  "name": "...",
  "type": "...",
  "metadata": { ... }
}
Ignore or separately process any transcript or call-specific branches in the JSON. For more details, see the [April 29, 2025 changelog](https://docs.vapi.ai/changelog/2025/4/29). Source: - [Vapi Changelog April 29, 2025](https://docs.vapi.ai/changelog/2025/4/29)
c
The quickest way to fix this would be to: 1. Create a new [make.com](http://make.com) scenario from scratch 2. Set up the webhook to receive the new format 3. Let [make.com](http://make.com) auto-detect the data structure 4. Rebuild your logic using the detected fields 5. Migrate your existing flows one by one If you need help with getting specific fields that changed, you can share what your old format was so we can compare it to the new one.
a
Thanks so much to both of you. I would be really grateful! Tomorrow, I'll try to figure it out the way you told me. If that doesn't work, I'll get in touch with you.
c
Sounds good! Please keep us updated :)
a
For example, this first screenshot shows what the result looks like when everything works precisely — including the call score and a short description. Unfortunately, since yesterday, it only shows a number without a percentage sign and without a description. I tried using this with webhooks at the same time I triggered a call in Vapi with this assistant, but the result is still the same. And now I just get results like this — either 0 or 20, depending on the conversation. For this AI Assistant, I have three scenarios set up in Make.com (AI Power Dialer, End of Call Report, and BookingCall). Before I updated my assistants, I had to go directly to https://docs.vapi.ai/api-reference/assistants/get, copy the entire JSON form, and paste it into the Tools section in the AI Power Dialer. But now, there’s a bunch of new stuff, and I’m not sure anymore what I’m supposed to do. #1211483291191083018 https://cdn.discordapp.com/attachments/1384265031469764771/1385161994922885130/image.png?ex=685661a2&is=68551022&hm=2c8ff7e6b609ace23432cc646633a19f479abec771934d210e35ce9ce5c97a8f& https://cdn.discordapp.com/attachments/1384265031469764771/1385161995153834044/image.png?ex=685661a2&is=68551022&hm=82e4422253616190bc5e5e3b0b5bd85a0a7d708376247a3640572f0a58ce08ef&
c
It is fixed, sorry for the incovience
a
Yesterday I had the same result, just a number. How do I know it's resolved? #1211483291191083018
c
Could you please provide a call id so we can take a look at it?
3 Views