omnidesk
  • Ticket
    • Message
    • Using forms
    • Contact forms
  • Customers
    • General
    • API sync on contact
    • CSV import
    • API sync before contact
    • Customer lookup
  • Telephone
    • Callflow
    • Numbers
  • E-mail
  • Users
  • Live chat
    • Livechat chatbot and app integration (backend)
  • Facebook
  • Twitter
  • Survey
    • Push data
  • Statistics
    • Statistics API
  • Raw data - BI
  • Security policy
  • Hosting
  • API docs
    • General
    • Authentication
    • REST
  • API specification
    • Documentation for the Omnidesk API endpoints
    • Chat
    • Customer
    • Email
    • Form
    • Formfield
    • Message
    • Notification
    • Raw
    • Statisticsv2
    • Ticket
    • User
    • View
Powered by GitBook
On this page
  1. Ticket

Message

Create a message within the ticket

POST https://account.omnidesk.com/api/v2/message

This endpoint creates a message for the ticket. You will need a ticketID of the ticket to place the message in. If you do not have a ticketId you might want to create a ticket first. The response of the ticket creation will contain a ticket ID integer.

Request Body

Name
Type
Description

ticketID

integer

type

string

1,3,5,7,8,9,10,12,13 or calllog or contactform

message

string

userID

integer, optional

A valid userID from the administrator user list. If omitted, the note will be assigned to 'Agent Anonymous'

{
    "type": "result",
    "message": "Message has been sent and the ticket status was updated."
}

PreviousTicketNextUsing forms

Last updated 10 months ago