Built by Metorial, the integration platform for agentic AI.
Execute a SQL query against the AppDrag Cloud Database (MySQL-compatible). Supports both read queries (SELECT) and write queries (INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE, etc.). Use this tool to interact directly with the cloud database for data retrieval, manipulation, and schema management.
Retrieve a list of failed newsletter email deliveries. Useful for monitoring delivery issues and cleaning up contact lists.
Add or remove contacts from AppDrag newsletter lists. Supports adding contacts with names to lists and removing contacts from lists.
Manage directories in the AppDrag Cloud Backend file storage. Supports creating, listing, renaming, and deleting directories.
Send a transactional email using AppDrag's built-in email service. Uses transactional email credits included in your AppDrag plan instead of requiring an external SMTP server.
Manage files in the AppDrag Cloud Backend file storage. Supports writing text files, deleting files, renaming/moving files, copying files, and downloading remote files into storage.
Execute a Cloud Backend API function. Cloud functions run on AWS Lambda and can be written in Node.js, Python, C#, Go, Java, Ruby, or SQL. The function is called at `https://{appId}.appdrag.site/api/{path}` with the specified HTTP method and parameters.