Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
activityTypeKey
string
required

Key of the activity type

Example:

"api:message"

memberId
string<uuid>
required

ID of the member

externalId
string

External ID of the activity

title
string

Title of the activity

message
string

Message of the activity

replyTo
string<uuid>

ID of the activity to reply to

reactTo
string<uuid>

ID of the activity to react to

inviteTo
string<uuid>

ID of the activity to invite to

channelId
string<uuid>

ID of the channel

eventId
string<uuid>

ID of the event

Response

Activity created successfully

activity
object