Linking a property ID happens in three steps:
- Determining what the type of property is. Use the below table to figure out the prefix.
Platform Name | Platform Prefix |
---|
Discord | D# |
Telegram | T# |
- Retrieve the ID of the property on the respective platform using the guides in the table below.
Platform Name | Help Guide |
---|
Discord | PLACEHOLDER |
Telegram | PLACEHOLDER |
- Combine them together. For example:
Platform | Prefix | ID | Final Result |
---|
Discord | D# | 123456789 | D#123456789 |
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