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

NameLabelTypeDescriptionRequired
appEventIdApp Event IdINTEGERThe Id of an app event.null

Output

The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.

JSON Example

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