Skip to main content
POST
/
table
/
addtrigger

Headers

x-api-key
string
required

Body

application/json
tableName
string
required

Table Name

Example:

"users"

triggerName
string
required

Trigger Name

Example:

"notify_event"

method
string
required

Trigger Method

Example:

"INSERT"

condition
string
required

A simple conditional expression as a string.

Example:

"NEW.score > 10"

I