Skip to content

App Event

Use one event from your app tot trigger workflows across any integrations.

Categories: helpers

Type: appEvent/v1


Triggers

New Event

Name: newEvent

Triggers when new app event is sent.

Type: STATIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
appEventIdApp Event IdINTEGERSELECTThe Id of an app event.null

JSON Example

{
"label" : "New Event",
"name" : "newEvent",
"parameters" : {
"appEventId" : 1
},
"type" : "appEvent/v1/newEvent"
}