Skip to main content

Add message to an issue

POST 

/company/issues/:id

Add a new message and/or files to an existing ticket. Allows up to 2 attachments (see implementation in routes.js).

Use cases:

  • Respond to a support ticket
  • Provide additional information about an issue
  • Attach relevant documents (invoices, photos, etc.)

Related logic: ctrl.saveMessage() in routes.js with multerS3 middleware

Request

Responses

Incident updated successfully. Returns the complete details of the incident with the new message.