However when creating replies through the Freshdesk API, the quoted text is not included. The documentation also does not mention any parameter to enable the quoted text.
I would expect this to be possible as it is the default behavior through the UI and a include_quoted_text parameter exists for the forward method.
Is the documentation lacking or does the functionality not exist through the API?
I have already tried adding
{"include_quoted_text": true}
to the POST request but get an invalid_field error.
Hey Sebastian,
I stumbled across the same issue. I recon, that this feature just doesn’t exist.
The include_quoted_text property is only available for forwarding according to documentation, not for replying.
But would love to see it implemented. So maybe use the support ticket to hand it in as a feature request, if FD confirms my thoughts.