Unforuantely one of my systems produced bad data and it was propogated through Zapier to another system.
I have cleared the data from the original source, but the problem is the zapier is treating the empty field as “no data”, and so isn’t pushing it through to clear the field.
Is there a way to force a “clear” or “null” data value through the API call?
Whenever I try and type null, it just puts that as the text, as opposed to clearing it from scratch :-/
Page 1 / 1
Hi @JayK
Can you clarify what app you are using to send the API request and how that’s configured in the Zap step?
Options:
Webhooks - PUT
Code
Hi there,
I am facing the same issue now. I believe it will be identical to @JayK
Basically, I want to unassign a ticket and the only way to do that is this (PUT a null value):
In a Zap field, if we insert this (or anything like that):
I get the error:
The very first screenshot through the API does work, but here I assume Zapier turns this into a string and it is not considered “null” anymore.
I would still like to find a solution, but if I don’t find a good solution, I will just add a new “Webhook” step and send a custom PUT request to Freshdesk with:
{“responder_id”: null}
in the body of the request.
@JayK
Can you clarify what Zendesk API endpoint you are trying to use?
Perhaps you can post screenshots with how your Zap steps are configured to give more context.