Skip to main content
Best answer

Gong transcript in Zapier

  • July 28, 2025
  • 4 replies
  • 82 views

I am trying to pull gong transcripts and analyze them using Zapier AI but I keep getting the same errors.

 

I’ve set up the webhook as a post request and I’ve even hardcoded in a call ID (not used it from a previous step, just to make sure it’s all working)

 

No issues with authorizations but I keep getting a JSON error

 

 

 

Best answer by SamB

Welcome to the Community, ​@NebulaFrost92! 🎉

I had a quick look at Gong’s API documentation here and it looks like callIds might need to be nested under filter924894d031ee09a8bc6111c7c1d812e7.png
So I’d suggest adjusting the Json in the Data field to match the following format:

{
"filter": {
"callIds": [
"12345678910111213"
]
}
}


Can you give that a try and let us know whether that gets rid of the error! 🙂

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

  • Author
  • Beginner
  • 2 replies
  • July 28, 2025

Adding one more screenshot to see the Accept Header

 


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • 9676 replies
  • Answer
  • July 28, 2025

Welcome to the Community, ​@NebulaFrost92! 🎉

I had a quick look at Gong’s API documentation here and it looks like callIds might need to be nested under filter924894d031ee09a8bc6111c7c1d812e7.png
So I’d suggest adjusting the Json in the Data field to match the following format:

{
"filter": {
"callIds": [
"12345678910111213"
]
}
}


Can you give that a try and let us know whether that gets rid of the error! 🙂


  • Author
  • Beginner
  • 2 replies
  • July 29, 2025

Thanks so much ​@SamB. It didn’t work when i first tried it but then I toggled data pass through and it totally worked.

 

Now i just need to figure out how to format and flatten it. See some others have played with this but may be back asking more questions soon. Thank you again!!


SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • 9676 replies
  • July 30, 2025

You are most welcome ​@NebulaFrost92 🤗 Nice catch on disabling that Data Pass-Through option! 🙌

Happy to lend a hand if you run into any trouble formatting it. In the meantime, happy Zapping! ⚡