mirror of https://github.com/Budibase/budibase.git
10 changed files with 86 additions and 13 deletions
@ -0,0 +1,28 @@ |
|||
export const TriggerStepID = { |
|||
ROW_SAVED: "ROW_SAVED", |
|||
ROW_UPDATED: "ROW_UPDATED", |
|||
ROW_DELETED: "ROW_DELETED", |
|||
WEBHOOK: "WEBHOOK", |
|||
APP: "APP", |
|||
CRON: "CRON", |
|||
} |
|||
|
|||
export const ActionStepID = { |
|||
SEND_EMAIL_SMTP: "SEND_EMAIL_SMTP", |
|||
CREATE_ROW: "CREATE_ROW", |
|||
UPDATE_ROW: "UPDATE_ROW", |
|||
DELETE_ROW: "DELETE_ROW", |
|||
OUTGOING_WEBHOOK: "OUTGOING_WEBHOOK", |
|||
EXECUTE_SCRIPT: "EXECUTE_SCRIPT", |
|||
EXECUTE_QUERY: "EXECUTE_QUERY", |
|||
SERVER_LOG: "SERVER_LOG", |
|||
DELAY: "DELAY", |
|||
FILTER: "FILTER", |
|||
QUERY_ROWS: "QUERY_ROWS", |
|||
LOOP: "LOOP", |
|||
// these used to be lowercase step IDs, maintain for backwards compat
|
|||
discord: "discord", |
|||
slack: "slack", |
|||
zapier: "zapier", |
|||
integromat: "integromat", |
|||
} |
|||
Loading…
Reference in new issue