
ServiceNow
ServiceNow action and trigger components.
Triggers
Trigger components allow you to start an automation flow when an event happens in the app.

New Record
Triggers when a record added.
Actions
Action components allow you to perform operations on the app.

Add Record
Inserts one record in the specified table. See the docs here.

Delete Record
Deletes the specified record from the specified table. See the docs here.

List Records
Retrieves multiple records for the specified table. See the docs here.

Update Record
Updates the specified record in specified table. See the docs here.