Expanded Fax log management APIs and webhook events

Added

  • New Fax APIs:
    • PATCH /v2/phone/fax/logs/{faxLogId}
    • PATCH /v2/accounts/{accountId}/phone/fax/logs/{faxLogId}
    • DELETE /v2/phone/fax/logs/{faxLogId}
    • DELETE /v2/accounts/{accountId}/phone/fax/logs/{faxLogId}
  • New Fax Webhook event:
    • phone.fax_log_permanently_deleted
    • phone.fax_sent
    • phone.fax_received
    • phone.fax_log_deleted

Enhancements

  • New read_status response field in the following Fax APIs:
    • GET /v2/phone/fax/logs/{faxLogId}
    • GET /v2/accounts/{accountId}/phone/fax/logs/{faxLogId}
    • GET /v2/phone/extension/{extensionId}/fax/logs
    • GET /v2/accounts/{accountId}/phone/extension/{extensionId}/fax/logs
    • GET /v2/phone/fax/logs
    • GET /v2/accounts/{accountId}/phone/fax/logs