Skip to main content
GET
Get an event type

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

slug
string
required

Trigger type slug

Response

Success

slug
string
required

Trigger slug — the key to create a trigger

Example:

"GMAIL_NEW_GMAIL_MESSAGE"

name
string
required
Example:

"New Gmail message"

app
string
required

Owning app slug

Example:

"gmail"

description
string
type
string

poll events arrive minutes late; webhook events arrive at once

Example:

"poll"

instructions
string

Provider setup notes for the end user

config
object

JSON Schema of the trigger settings — what to send as triggerConfig

payload
object

JSON Schema of the event body — the fields a message template can reference