On the Dashboard, how do I link a property?

Linking a property ID happens in three steps:

  1. Determining what the type of property is. Use the below table to figure out the prefix.
Platform NamePlatform Prefix
DiscordD#
TelegramT#
  1. Retrieve the ID of the property on the respective platform using the guides in the table below.
Platform NameHelp Guide
DiscordPLACEHOLDER
TelegramPLACEHOLDER
  1. Combine them together. For example:
PlatformPrefixIDFinal Result
DiscordD#123456789D#123456789

API

curl --location --request POST 'https://sux.chatsight.ai/api/properties/link' \
--header 'Authorization: Bearer <API_KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "property_id":<PROPERTY_ID>
}'

For the property_id, follow the instructions above to derive a property_id