Skip to main content

ReprocessInboundEmail retries processing a failed email.

POST 

/api/v1/ticketing/email/inbound/:id/reprocess

Use this after fixing the issue that caused processing to fail. Resets the email status to PENDING and re-runs processing.

Errors

  • NOT_FOUND: Email does not exist
  • FAILED_PRECONDITION: Email already processed successfully
  • PERMISSION_DENIED: Caller lacks email:admin permission

Request

Responses

A successful response.