Skip to content

Create Comments ​

Endpoint ​

http
POST /unified/ticketing/comments
Integrations supported
  • Enchant
  • Gorgias
  • Help Scout
  • Quickbase for Project Management
  • Zoho Projects

Query parameters ​

Refer Specifying query parameters in Truto APIs

integrated_account_id
string · uuid
REQUIRED · 

The ID of the integrated account to use for the request.

Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
truto_response_format
string

The format of the response.

  • unified will return the response with unified mappings applied.
  • raw will return the raw response from the remote API.
  • normalized will apply the unified mappings and return the data in a normalized format.

Defaults to unified.

All possible enum values:
  • unified
  • raw
  • normalized
Example: unified
truto_ignore_remote_data
boolean

Excludes the remote_data attribute from the response.

truto_exclude_fields
array

Array of fields to exclude from the response.

Example: truto_exclude_fields[]=id&truto_exclude_fields[]=name
remote_query
object

Query parameters to pass to the underlying API without any transformations. Refer this guide to see how to structure the query parameters.

Example: remote_query[foo]=bar
1
Supported in
  • Help Scout
2
Supported in
  • Help Scout
3
Supported in
  • Help Scout
4
Supported in
  • Help Scout
5
Supported in
  • Help Scout
6
Supported in
  • Help Scout
7
Supported in
  • Help Scout
8
Supported in
  • Help Scout
9
Supported in
  • Help Scout
10
Supported in
  • Help Scout
11
Supported in
  • Help Scout
12
Supported in
  • Help Scout
13
Supported in
  • Help Scout
14
Supported in
  • Help Scout
15
Supported in
  • Help Scout
16
Supported in
  • Help Scout
17
Supported in
  • Help Scout
18
Supported in
  • Help Scout
19
Supported in
  • Help Scout
20
Supported in
  • Help Scout
21
Supported in
  • Help Scout
22
Supported in
  • Help Scout
23
Supported in
  • Help Scout
24
Supported in
  • Help Scout
25
Supported in
  • Help Scout
26
Supported in
  • Help Scout
27
Supported in
  • Help Scout
28
Supported in
  • Help Scout
29
Supported in
  • Help Scout
30
Supported in
  • Help Scout
31
Supported in
  • Help Scout
32
Supported in
  • Help Scout
33
Supported in
  • Help Scout
34
Supported in
  • Help Scout
35
Supported in
  • Help Scout
36
Supported in
  • Help Scout
37
Supported in
  • Help Scout
38
Supported in
  • Help Scout
39
Supported in
  • Help Scout
40
Supported in
  • Help Scout
ticket
object

The ticket to which the comment belongs

Required in
  • Zoho Projects
Supported in
  • Enchant
id
string
REQUIRED · 

The unique identifier for a ticket

organization
object
Required in
  • Zoho Projects
id
string

The unique identifier for a organization.

workspace
Required in
  • Zoho Projects

Request Body ​

Refer Writing data using Unified APIs

custom_fields
Supported in
  • Quickbase for Project Management
body
string

One of body or html_body is required.

Required in
  • Help Scout
  • Zoho Projects
Supported in
  • Enchant
  • Gorgias
draft
boolean

If set to true, a draft reply is created.

Supported in
  • Help Scout
contact_id
number

Contact ID

Required in
  • Help Scout
imported
boolean

The imported field enables thread to be created for historical purposes (i.e. if moving from a different platform, you can import your history). When imported is set to true, no outgoing emails or notifications will be generated.

Supported in
  • Help Scout
status
string

Use this field to change conversation status when adding a thread. If not explicitly set, a reply thread will reactivate the conversation.

Supported in
  • Help Scout
user_id
number

ID of the user who is adding the thread. The resource owner is the default when not set.

Supported in
  • Help Scout
cc
string[]

Collection of strings representing email addresses.

Supported in
  • Help Scout
bcc
string[]

Collection of strings representing email addresses.

Supported in
  • Help Scout
created_at
string · date-time

Optional creation date to be used when importing conversations and threads. It can only be used with imported field set to true.

Supported in
  • Gorgias
  • Help Scout
attachments
object[]

Optional list of attachments to be attached to this thread.

Supported in
  • Enchant
  • Gorgias
  • Help Scout
id
string

The unique identifier for the attachment

file_name
string

The attachment's name.

file_url
string

The URL to download the attachment

content_type
string

The content type of the attachment

uploaded_by
object

The user who uploaded the attachment

id
string

The user who uploaded the attachment

name
string

The user who uploaded the attachment

uploaded_by_type
string

The type of the user who uploaded the attachment

created_at
string · date-time

The time when the attachment was created

fileName
string
REQUIRED · 

The name of the file

mimeType
string
REQUIRED · 

The mime type of the file

data
string
REQUIRED · 

The base64 encoded data of the file

html_body
string

One of body or html_body is required.

Supported in
  • Enchant
  • Gorgias
channel
object

The medium through which the comment was sent.

Supported in
  • Gorgias
id
string

The unique identifier for the channel

name
string

The name of the channel

type
string

The type of the channel

author
object

The id of the user or contact who created the comment

Required in
  • Enchant
  • Gorgias
id
string
REQUIRED · 

Unique identifier of the user. Required if type is "user".

name
string

The name of the user or contact who created the comment

type
string
REQUIRED · 

Type of the author

All possible enum values:
  • user
  • contact
  • system
  • user
  • contact
emails
object[]

Required if type is set to "contact"

email
string

Email address of the contact

receiver
object

The id of the user or contact who is receiving the comment

Required in
  • Gorgias
id
string
REQUIRED · 

The id of the user or contact who receiving the comment

name
string

The name of the user or contact who receiving the comment

type
string
REQUIRED · 

Type of the receiver

All possible enum values:
  • user
  • contact
  • system
subject
string

The subject of the comment

Supported in
  • Gorgias
is_internal
boolean

Whether the comment is internal. True for internal notes left by users.

Supported in
  • Enchant
contact

Required if creating an outbound reply.

Supported in
  • Enchant
emails
object[]
email
string

Email address of the contact

remote_data
object

Any additional data that should be passed as part of the request body. This data is not transformed by Truto and is passed as is to the remote API.

Response Body ​

id
string
REQUIRED · 

The unique identifier for a comment

Supported in
  • Enchant
  • Quickbase for Project Management
  • Zoho Projects
author
object

The id of the user or contact who created the comment

Supported in
  • Enchant
  • Zoho Projects
id
string
REQUIRED · 

The id of the user or contact who created the comment

name
string

The name of the user or contact who created the comment

type
string
REQUIRED · 

Type of the author

All possible enum values:
  • user
  • contact
  • system
receiver
object

The id of the user or contact who is receiving the comment

id
string
REQUIRED · 

The id of the user or contact who receiving the comment

name
string

The name of the user or contact who receiving the comment

type
string
REQUIRED · 

Type of the receiver

All possible enum values:
  • user
  • contact
  • system
body
string

The body of the comment

Supported in
  • Enchant
  • Zoho Projects
html_body
string

The body of the comment in HTML format

Supported in
  • Enchant
ticket
object

The ticket to which the comment belongs

Supported in
  • Enchant
  • Zoho Projects
id
string
REQUIRED · 

The unique identifier for a ticket

attachments
object[]

The attachments of the comment

Supported in
  • Enchant
  • Zoho Projects
id
string

The unique identifier for the attachment

file_name
string

The attachment's name.

file_url
string

The URL to download the attachment

content_type
string

The content type of the attachment

uploaded_by
object

The user who uploaded the attachment

id
string

The user who uploaded the attachment

name
string

The user who uploaded the attachment

uploaded_by_type
string

The type of the user who uploaded the attachment

created_at
string · date-time

The time when the attachment was created

is_internal
boolean

Whether the comment is internal. True for internal notes left by users.

Supported in
  • Enchant
is_private
boolean

Whether the comment is private or not

channel
object

The medium through which the comment was sent.

id
string

The unique identifier for the channel

name
string

The name of the channel

type
string

The type of the channel

created_at
string · date-time

The date and time when the comment was created

Supported in
  • Enchant
  • Zoho Projects
updated_at
string · date-time

The date and time when the comment was updated

Supported in
  • Zoho Projects
etag
string

The unique identifier for the specific version of the resource.

remote_data
object

Raw data returned from the remote API call.