Actions

airtable_add_comment_to_record
Adds a comment to an existing record.

airtable_create_base
Create a new base with a specified table structure.

airtable_create_record
Adds a record into an airtable

airtable_create_table
Create a new table in an existing base.

airtable_delete_record
Deletes a record in airtable

airtable_find_base
Find a base by its name or a keyword.

airtable_find_record
Find a record in airtable

airtable_find_table
Find a table in a given base by its name.

airtable_find_table_by_id
Get a table's details and schema using its ID.

airtable_get_base_schema
Retrieve the schema for a specific base, including all its tables and fields.

airtable_get_record_by_id
Retrieve a single record from a table by its unique ID.

airtable_update_record
Update a record in airtable

airtable_upload_file_to_column
Uploads a file to attachment type column.

custom_api_call
Make a custom API call to a specific endpoint
Triggers

new_record
Triggers when a new record is added to the selected table.

updated_record
Triggers when a record is created or updated in selected table.






















