POST
/
actions
/
linkedin
/
createConversation

Authorizations

Authorization
string
headerrequired

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

Body

application/json
profileId
string
required
appUserId
string
required

The ID of the user to take the action for

message
string
required
appUserPoolId
string | null

The ID of the user pool that contains the user ID

Response

200 - application/json
success
boolean
required
conversationId
string | null