what are the settings which need to be turned on to receive fax image through webhook?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
[Enterprise Name] → Core Fax → Settings → Webhooks → Select existing webhook → Switch to tab "Notifications"
Make sure that "Include Image" is selected for the type of notification that is being tested
when I select the include image for inbound success the webhook is failing but when I uncheck the Include image, I am getting the metadata from the webhook.
It's probably a problem with your parsing of the request (or the framework you are using to handle the request). A failed webhook notification mean that we didn't received a 200 OK from the server, so more logging on your side might be needed to troubleshoot the issue.
If you need to further help, enter a support request with the TransactionID for this fax, and we can investigate more.
Hi, do we get the fax image as well in the webhook request or just the fax metadata as a JSON? what will be the parameter name of fax image if it is sent in the request?
Thanks, can content -type for attachment be tiff or only pdf?
Hello,
I have included the header @RequestHeader("XM-Signature-256") String signature. This signature will be sent to our application by corefax by computing with shared secret and json metadata. what is the algorithm used to computed this signature in corefax?
Per the administrator guide:
Note: On May 15th, with the release of Core Fax 25.2, this will slightly change to be the digest of the concatenation of the URL and the JSON payload (compared to just the JSON payload for now)