Question

Passing a Boolean value in JSON data object in Zapier webhook

  • 29 October 2021
  • 3 replies
  • 732 views

hi There,

This is in relation to the following thread where this topic was discussed and there was a reply that the issue is still not resolved in Zapier.

I want to know , has there been any fix for this? I am calling an Infinity API via zapier webhook, and need to pass a boolean value in a JSON object. Attaching a screenshot. However, the value ‘true’ gets passed as a string by Zapier, and the api throws back an error. Any solution please?

 


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

3 replies

Userlevel 6
Badge +6

Hey @Venkata Ramana Murthy,

 

In your first screenshot, i cannot see you passing folder id and i guess that might be the reason of the failure. Can you pass folder id also in payload?

 

Alternate suggestion -

 

Can you use Webhooks by Action action Custom Request and send the data in JSON format just like below?

 

 

Let me know if this works or not.

hi Jayesh, This is the API docs of Infinity:

https://devdocs.startinfinity.com/#create-attribute

 

This is teh API I am trying above from Zapier:

https://devdocs.startinfinity.com/#update-item

Userlevel 6
Badge +6

Hey @Venkata Ramana Murthy ,

 

Can you share the API documentation link of Infinity here?