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
- 200
- default
A successful response.
An unexpected error response.