Skip to main content
Signal Event

Headers

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Path Parameters

eventName
string
required

Name of event to fire. 'entity.verb' For example: 'window.closed', 'button.clicked'.

primaryKey
integer<int32>
required

(Optional) Id of entity that is firing event. Can be 0 if not used.

Body

Event data. Not all the data values may be posted to the webhook, depending in webhook type: { 'windowName': 'foo', 'widgets': 123 }

{key}
object

Response

204

No Content