Question

Gong API Call

  • 23 June 2023
  • 1 reply
  • 94 views

Userlevel 1

I’m trying to use Zapier to push CRM data to Gong using the API.  It requires a POST using multipart/form-data Content Type.  How do I format a Zapier webhook POST to make this work?  I keep getting 

“dataFile part is missing (HTTP Status Code: 400)”

Here’s what I’m sending in Data:

 

 


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

1 reply

Userlevel 7
Badge +11

Hi @zukowskig, welcome to the Community!

It’s been a while since you posted this question so you may well have already got this figured out?

If not, just thought I’d mention that the POST (Webhooks by Zapier) action has a File field and if you select a file object for it (from a previous trigger or action in the Zap), it will automatically convert it to use the multipart/form-data Content Type:
c0e3f3d8aa04db2b547cc3ef7a747bbd.png

I’ve not tested it with Gong’s API but I’ve used it before to send files to apps via a webhook in the past and it’s worked. 

If you do manage to get it working using that File field please let us know, would love to know for whether that solves it! 🙂