Create Pulse Json

Create pulse from JSON data (existing endpoint)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
descriptionstringRequired
agentslist of maps from strings to anyRequired
actionstringOptionalDefaults to posted
objectslist of maps from strings to any or nullOptional
contextmap from strings to any or nullOptional
tagslist of stringsOptional
visibilitystringOptionalDefaults to team
duration_minutesdouble or nullOptional
contentmap from strings to any or nullOptional
textstring or nullOptional

Response

Successful Response
okboolean
datamap from strings to any

Errors