Get incoming email log

Get an email log by ID

Path parameters

entityIdstringRequired

Entity ID or Entity ForeignID

logIdstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
idstring
statusenum

The status of the email log. If the status is PENDING, the email has not been processed yet. If the status is PROCESSED, the email has been processed and the invoice has been created. If the status is FAILED, the email was not processed due to an error.

Allowed values:
subjectstring
fromstring
tostring
htmlBodystring
textBodystring
createdAtdatetime
attachmentobjectOptional
invoiceIdstringOptional

Errors