Check API Key
ROCKETADMIN_CHECK_API_KEYValidates whether your API key is active and authorized to access your Rocketadmin account, ensuring your integrations can communicate properly.
Rocketadmin
17 actions for Rocketadmin workflows.
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.
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.
Check API Key
ROCKETADMIN_CHECK_API_KEYValidates whether your API key is active and authorized to access your Rocketadmin account, ensuring your integrations can communicate properly.
Validate Connection Token
ROCKETADMIN_GET_CONNECTION_TOKENVerifies 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.
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.
Get All Connections
ROCKETADMIN_GET_CONNECTIONSRetrieve all database connections available in your workspace to see which data sources you can access and work with.
Get Connection Tables V2
ROCKETADMIN_GET_CONNECTION_TABLES_V2Retrieves all available tables from a database connection with their categorization, allowing you to discover and understand the structure of your database without manual inspection.
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.
Export Table as CSV
ROCKETADMIN_POST_TABLE_CSV_EXPORTExtracts and downloads table data from RocketAdmin in CSV format, allowing you to work with your database information in spreadsheets or other tools.
Check the operational status of the Rocketadmin API service. Use this lightweight operation to verify connectivity and confirm the API is responding normally.
Get Hello
ROCKETADMIN_GET_HELLOVerify that your Rocketadmin connection is active and working properly by retrieving a simple greeting response.
Validate and process company invitation links for team members joining your Rocketadmin workspace. This operation handles the verification step in user onboarding workflows.
Verify Company Invitation Link
ROCKETADMIN_GET_COMPANY_INVITE_VERIFYValidates 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.
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.
Add Row to Table
ROCKETADMIN_POST_TABLE_ROWAdds 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.
Find Table Rows with Filters
ROCKETADMIN_POST_TABLE_ROWS_FINDRetrieve 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.
Update Table Row by Primary Key
ROCKETADMIN_PUT_TABLE_ROWModify 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.
Delete Multiple Table Rows
ROCKETADMIN_PUT_TABLE_ROWS_DELETERemove 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.
Delete Table Row by Primary Key
ROCKETADMIN_DELETE_TABLE_ROWRemoves a specific record from your database table using its unique identifier, helping you keep your data clean and up-to-date.
Get Table Row by Primary Key
ROCKETADMIN_GET_TABLE_ROWRetrieve 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.
Update Multiple Table Rows
ROCKETADMIN_PUT_TABLE_ROWS_UPDATEEfficiently 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.
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.
Get Table Structure
ROCKETADMIN_GET_TABLE_STRUCTURERetrieves 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.
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.
Get SaaS Users by Email
ROCKETADMIN_GET_SAAS_USERS_EMAILRetrieve detailed user information and account details using an email address, enabling you to quickly access customer or team member profiles without manual searches.
Confirm user email addresses through verification workflows in Rocketadmin. This operation supports user validation and account activation processes within your automation.
Verify User Email
ROCKETADMIN_GET_USER_EMAIL_VERIFYConfirms that a user's email address is valid and active by validating their verification token, typically after they sign up or update their email.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.