DashboardSign inStart your trial

Rocketadmin

Reference

17 actions for Rocketadmin workflows.

01. Operations

Act on Rocketadmin from a workflow

Operations are the actions a workflow can take in Rocketadmin, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Authentication

2 operations

Verify your API credentials and connection validity with Rocketadmin. Use these operations to ensure your authentication token or API key is current and properly configured before executing other API calls.

Action

Check API Key

ROCKETADMIN_CHECK_API_KEY

Validates whether your API key is active and authorized to access your Rocketadmin account, ensuring your integrations can communicate properly.

Action

Validate Connection Token

ROCKETADMIN_GET_CONNECTION_TOKEN

Verifies that your connection token to Rocketadmin is still active and authorized, ensuring your integrations remain functional. Use this to diagnose connection issues or confirm access before performing critical operations.

Connections

2 operations

Retrieve information about available database connections and their associated tables within your Rocketadmin workspace. These operations help you discover which data sources and tables your automation can interact with.

Action

Get All Connections

ROCKETADMIN_GET_CONNECTIONS

Retrieve all database connections available in your workspace to see which data sources you can access and work with.

Action

Get Connection Tables V2

ROCKETADMIN_GET_CONNECTION_TABLES_V2

Retrieves all available tables from a database connection with their categorization, allowing you to discover and understand the structure of your database without manual inspection.

1 input

Exports

1 operation

Download table data in CSV format for external use or analysis. This operation enables you to extract and export database records programmatically as part of your automation workflow.

Action★ Featured

Export Table as CSV

ROCKETADMIN_POST_TABLE_CSV_EXPORT

Extracts and downloads table data from RocketAdmin in CSV format, allowing you to work with your database information in spreadsheets or other tools.

9 input

Health

1 operation

Check the operational status of the Rocketadmin API service. Use this lightweight operation to verify connectivity and confirm the API is responding normally.

Action

Get Hello

ROCKETADMIN_GET_HELLO

Verify that your Rocketadmin connection is active and working properly by retrieving a simple greeting response.

Invitations

1 operation

Validate and process company invitation links for team members joining your Rocketadmin workspace. This operation handles the verification step in user onboarding workflows.

Action

Verify Company Invitation Link

ROCKETADMIN_GET_COMPANY_INVITE_VERIFY

Validates whether a company invitation link is active and can be used to join an organization. This ensures the invitation is legitimate before a team member attempts to accept it.

1 input

Records

7 operations

Manage individual and bulk row operations across your database tables including create, read, update, and delete actions. These operations form the core of data manipulation, allowing you to automate record-level changes with optional filtering and conditional updates.

Action★ Featured

Add Row to Table

ROCKETADMIN_POST_TABLE_ROW

Adds a new row to a database table in RocketAdmin with the provided field values. Use this to insert new records directly into your database without manual data entry.

3 input
Action★ Featured

Find Table Rows with Filters

ROCKETADMIN_POST_TABLE_ROWS_FIND

Retrieve specific rows from your database table using flexible filters to find exactly the data you need. Use this when you need to search for records matching multiple criteria like dates, amounts, or status values.

5 input
Action★ Featured

Update Table Row by Primary Key

ROCKETADMIN_PUT_TABLE_ROW

Modify existing data in a database table by identifying the row through its primary key, allowing you to update customer information, inventory details, or any stored records.

4 input
Action

Delete Multiple Table Rows

ROCKETADMIN_PUT_TABLE_ROWS_DELETE

Remove multiple rows from a database table at once using their primary keys, enabling you to clean up or manage large datasets efficiently in bulk operations.

3 input
Action

Delete Table Row by Primary Key

ROCKETADMIN_DELETE_TABLE_ROW

Removes a specific record from your database table using its unique identifier, helping you keep your data clean and up-to-date.

3 input
Action

Get Table Row by Primary Key

ROCKETADMIN_GET_TABLE_ROW

Retrieve a specific row of data from your database table by looking up its primary key ID, allowing you to quickly access individual records without searching through entire tables.

3 input
Action

Update Multiple Table Rows

ROCKETADMIN_PUT_TABLE_ROWS_UPDATE

Efficiently update multiple rows in your database table in a single operation by matching their primary keys, allowing you to apply the same changes across many records at once.

4 input

Schema

1 operation

Retrieve the structure and metadata of a database table including column definitions and data types. Use this operation to understand table composition before performing data operations or validations.

Action

Get Table Structure

ROCKETADMIN_GET_TABLE_STRUCTURE

Retrieves detailed schema information about a database table, including all columns, their data types, constraints, and relationships. This helps you understand your database structure before building queries, automations, or data integrations.

2 input

Users

1 operation

Look up user accounts in your Rocketadmin SaaS instance by email address. This operation enables user verification and retrieval of user-specific information for integration workflows.

Action

Get SaaS Users by Email

ROCKETADMIN_GET_SAAS_USERS_EMAIL

Retrieve detailed user information and account details using an email address, enabling you to quickly access customer or team member profiles without manual searches.

1 input

Verification

1 operation

Confirm user email addresses through verification workflows in Rocketadmin. This operation supports user validation and account activation processes within your automation.

Action

Verify User Email

ROCKETADMIN_GET_USER_EMAIL_VERIFY

Confirms that a user's email address is valid and active by validating their verification token, typically after they sign up or update their email.

1 input
What now

Use Rocketadmin in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.