Skip to main content

Xano

Xano is a platform that simplifies backend development and workflows without complex coding. It enables rapid application development and integration, streamlining the process of building scalable and efficient web and mobile applications.

Prerequisites

Obtain the required authentication credentials from Xano, such as API keys or tokens, to securely access your APIs. Ensure that the API endpoints you're using have the appropriate access permissions configured in Xano.

Configuring API Connector in DronaHQ

Add a Account name. Then add the Meta Api Access Token for the connector account. Once all details are added, click Save. Your connector configuration is now done.

Xano Fields

After successfully configuring and saving the connector settings, you can easily access your newly connected account by navigating to the connected accounts list. You can find this option from the Connector -> Manage Account section. This centralized location allows you to conveniently monitor and manage your connected accounts.

Supported API endpoints

ActionDescription
GetAllInstancesRetrieve a list of all instances within your Xano workspace.
GetAllWorkspacesFetch a list of all workspaces associated with your account.
GetAllTablesObtain a list of all tables available within your project.
GetTableContentRetrieve content from a specific table using a given filter.
SearchTableContentSearch for specific content within a table based on criteria.
GetTableSchemaFetch the schema of a particular table in your Xano project.
CreateTableContentCreate new content in a specific table using provided data.
UpdateTableContentUpdate existing content in a table using specified changes.
DeleteTableContentDelete specific content from a table based on provided data.
TruncateTableRemove all content from a table, resetting it to empty state.