Ticket
Forward a ticket
POST /ticket/{ticketId}/forward
POST /ticket/{ticketId}/forward
Forward a ticket to free typed email address
Path parameters
ticketIdintegerpathrequiredThe id of the ticket
Request body
bodystringbodyThe body of the note
toEmailstringbodyThe email address to forward the ticket to
subjectstringbodyCustom subject for the forwarded email. If not provided, the original ticket subject will be used.
Request Example
{
"body": "Hello, I am forwarding this ticket to you. Please take care of it.",
"toEmail": "grid@operator.de",
"subject": "Forwarded: Customer inquiry about contract"
}Responses
200 — Successful operation
Response Example
{
"success": true
}403 — Unauthorized
404 — Ticket not found
500 — Internal error