Create Thread

This API is used to create a thread for a given app ID. It provides a thread ID in response, which is a mandatory parameter to send messages to user(s).

📘

Know Your Endpoint

Based on the domain you use to log in to imiconnect, the endpoint for your API varies. See the endpoint section to understand which endpoint to use for your domain.

Path Params
string
required

Specifies the ID of the app asset on Webex Connect platform

Body Params
string

This can be used to specify any identifier that client is maintaining on their side

string
required

Threads can be of two types, namely Conversation or Announcement. The type Conversation allows to have 2-way communication, whereas the type Announcement allows for only one-way messages from application to users.

string

Specifies the thread title.

string

Specifies the thread category

string

Specifies custom parameters

Headers
string

application/json

string

Client key that can be accessed from your app asset configuration page on Webex Connect platform

Responses

Language
Request
Response
Choose an example:
application/json