User Metadata Integration

User metadata integration provides the ability to add user metadata created through the support service to cards.
Kaiten requests metadata from your custom metadata service.
Connection setup
To setup go to Service Desk -> Settings and enter url and token in block Meta-information receive settings.
setup connection for user metadata
Endpoint description

POST
URL you specified in the setting
Headers
NameValue
Content-Typeapplication/json
Attributes
schema
NameTypeConstraintsDescription
email
required
string

User email

token
string

Access token

null

Empty acess token

Responses

200
DescriptionResponse typeExample
SuccessObject
Open
Response Attributes
NameTypeDescription
id_{propertyId}

string | integer | null | object

Card custom property
description

number | string

Description for card
If the response contains attributes other than those specified, they will be ignored.
If the response contains non-validated data, the metadata will not be added.
Error handling
Responses with an HTTP code other than 200 are stored in a comment to the request. If the data from the response does not pass the check, then the error message is also stored in the note to the request:
endpoint not foundresponse with errorinvalid data
logo
Kaiten
If you have any questions or need help with integration feel free to write us at support@kaiten.io