Skip to main content
Question

Send and trace faxes through unique document ID

  • June 26, 2018
  • 1 reply
  • 226 views

When sending faxes using API, is it possible to trace the faxes through unique document id instead of fax number?

1 reply

  • June 26, 2018
You can trace fax messages using the 'messageId'.

When you send a fax using the API, the response will contain the 'messageId'. You can also look this up in the 'message-store' or 'call-log' APIs.

Then you can use the 'messageId' to associate the message in the 'message-store' and 'call-log' endpoints. The message store entry includes information on the canonical message while the call log record includes information on a specific transmission attempt. The call log entry has a 'message' property with both 'message.id' and 'message.url' properties for cross referencing.