Skip to main content

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?

 

Hey @Venkata Ramana Murthy ,

 

Can you share the API documentation link of Infinity here?


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


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.