Create Comments
Create Comments in any supported Ticketing software
Query parameters
Set to true to include data from the original Ticketing software.
Headers
The connection token
Request body
Example request
{
"body": "Assigned to Eric !",
"html_body": "<p>Assigned to Eric !</p>",
"creator_type": "USER",
"ticket_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"contact_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"attachments": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
]
}Response
Example response
{
"body": "Assigned to Eric !",
"html_body": "<p>Assigned to Eric !</p>",
"creator_type": "USER",
"ticket_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"contact_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"attachments": [
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
],
"id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"remote_id": "id_1",
"remote_data": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"created_at": "2024-10-01T12:00:00Z",
"modified_at": "2024-10-01T12:00:00Z"
}Changes
Changed in 7 of the 18 revisions of this API.52227
- ▲
removed the enum value
CONTACTof the request propertycreator_typerequest-property-enum-value-removed
- ▲
removed the enum value
USERof the request propertycreator_typerequest-property-enum-value-removed
- ○
removed the
CONTACTenum value from thecreator_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
USERenum value from thecreator_typeresponse property for the response status201response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
attachments/items/request property type/format changed fromstring/to/request-property-type-changed
- ▲
added
UnifiedTicketingAttachmentOutputsubschema #1to theattachments/items/response propertyoneOflist for the response status201response-property-one-of-added
- ▲
the
attachments/items/response's property type/format changed fromstring/to/for status201response-property-type-changed
- ○
added
UnifiedTicketingAttachmentOutputsubschema #1to theattachments/items/request propertyoneOflistrequest-property-one-of-added
- ▲
- ▲
request property
creator_typewas restricted to a list of enum valuesrequest-property-became-enum
- ●
added the new
CONTACTenum value to thecreator_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
USERenum value to thecreator_typeresponse property for the response status201response-property-enum-value-added
- ○
added the new
CONTACTenum value to the request propertycreator_typerequest-property-enum-value-added
- ○
added the new
USERenum value to the request propertycreator_typerequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
attachmentsbecame nullable for the status201response-property-became-nullable
- ▲
the response property
bodybecame nullable for the status201response-property-became-nullable
- ▲
the response property
contact_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
creator_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
html_bodybecame nullable for the status201response-property-became-nullable
- ▲
the response property
idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
is_privatebecame nullable for the status201response-property-became-nullable
- ▲
the response property
modified_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_databecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
ticket_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
user_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame optional for the status201response-property-became-optional
- ▲
the response property
modified_atbecame optional for the status201response-property-became-optional
- ▲
the response property
remote_databecame optional for the status201response-property-became-optional
- ▲
the
created_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
the request property
attachmentsbecame nullablerequest-property-became-nullable
- ○
the request property
bodybecame nullablerequest-property-became-nullable
- ○
the request property
contact_idbecame nullablerequest-property-became-nullable
- ○
the request property
creator_typebecame nullablerequest-property-became-nullable
- ○
the request property
html_bodybecame nullablerequest-property-became-nullable
- ○
the request property
is_privatebecame nullablerequest-property-became-nullable
- ○
the request property
ticket_idbecame nullablerequest-property-became-nullable
- ○
the request property
user_idbecame nullablerequest-property-became-nullable
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
attachmentsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
bodybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
contact_idbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
creator_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
html_bodybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
is_privatebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
ticket_idbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
user_idbecame not nullablerequest-property-became-not-nullable
- ▲
the
created_atresponse's property type/format changed fromstring/date-timetoobject/for status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromstring/date-timetoobject/for status201response-property-type-changed
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the response property
created_atbecame required for the status201response-property-became-required
- ○
the response property
modified_atbecame required for the status201response-property-became-required
- ○
the response property
remote_databecame required for the status201response-property-became-required
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
attachmentsbecame nullable for the status201response-property-became-nullable
- ▲
the response property
bodybecame nullable for the status201response-property-became-nullable
- ▲
the response property
contact_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
creator_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
html_bodybecame nullable for the status201response-property-became-nullable
- ▲
the response property
idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
is_privatebecame nullable for the status201response-property-became-nullable
- ▲
the response property
modified_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_databecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
ticket_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
user_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame optional for the status201response-property-became-optional
- ▲
the response property
modified_atbecame optional for the status201response-property-became-optional
- ▲
the response property
remote_databecame optional for the status201response-property-became-optional
- ▲
the
created_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ○
the request property
attachmentsbecame nullablerequest-property-became-nullable
- ○
the request property
bodybecame nullablerequest-property-became-nullable
- ○
the request property
contact_idbecame nullablerequest-property-became-nullable
- ○
the request property
creator_typebecame nullablerequest-property-became-nullable
- ○
the request property
html_bodybecame nullablerequest-property-became-nullable
- ○
the request property
is_privatebecame nullablerequest-property-became-nullable
- ○
the request property
ticket_idbecame nullablerequest-property-became-nullable
- ○
the request property
user_idbecame nullablerequest-property-became-nullable
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○