SendEmail sends an email for a ticket.
POST/api/v1/ticketing/tickets/:ticketId/send-email
Creates an outbound email and sends via configured provider. Optionally creates a comment on the ticket.
Errors
- NOT_FOUND: Ticket does not exist
- INVALID_ARGUMENT: Invalid email addresses
- PERMISSION_DENIED: Caller lacks ticket:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.