Actions

create_record
Creates a new record in the specified table.

custom_api_call
Make a custom API call to a specific endpoint

delete_record
Deletes a record from the specified table

find_records
Searches for records in the specified table based on criteria.

get_record
Retrieves a specific record by ID

update_record
Updates an existing record in the specified table

upload_file
Uploads a file and attaches it to a record.
Triggers

new_record
Triggers when a new record is created in the specified table

updated_record
Triggers when a record is updated in the specified table.























