# Botsonic and Tisane Labs: Automate Workflows with n8n

Save yourself the work of writing custom integrations for Botsonic and Tisane Labs and use n8n instead. Build adaptable and scalable workflows that work with your technology stack. All within a building experience you will love.

### Create a new workflow and add the first step

In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, [another workflow](https://docs.n8n.io/flow-logic/subworkflows/), an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

## API Endpoints

### Faqs

#### Bot_data

- **GET**: Get All Faqs
  - Retrieve all frequently asked questions.
- **POST**: Create Single Faq
  - Create a new frequently asked question.
- **DELETE**: Delete Bot Faq
  - Remove a frequently asked question by ID.

### Bot Data Endpoints

- **GET**: Get All Bot Data
  - Fetch all bot data available.
- **GET**: Get All Conversations
  - Retrieve all conversations related to the bot.
- **DELETE**: Delete Bot Data
  - Remove bot data entry by ID.

### Starter Questions

- **POST**: Create Starter Question
  - Create a new starter question for the bot.
- **GET**: Get All Starter Questions
  - Retrieve all starter questions available for the bot.
- **PATCH**: Update Starter Question
  - Update a starter question's details by ID.

### Botsonic Integration

To set up Botsonic integration, add [the HTTP Request node](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/) to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Botsonic to query the data you need using the API endpoint URLs you provide.

## Botsonic Description

Botsonic, powered by GPT-4 and developed by WriteSonic, is a no-code AI chatbot builder. It serves various purposes such as customer support and directing users to specific products or services, among other functionalities.

## Tisane Labs Description

Tisane Labs is a company that specializes in providing advanced technology solutions, particularly in the fields of cybersecurity and blockchain. Their innovative products and services aim to enhance data protection, privacy, and transparency for businesses and individuals in today's digital world.

### Integrating Botsonic with Tisane Labs

- Botsonic can connect with Tisane Labs using [n8n.io](/content/site-root.html). With n8n, you can create workflows that automate tasks and transfer data between Botsonic and Tisane Labs.

### Security

Yes, it is safe to use n8n to integrate Botsonic and Tisane Labs. n8n offers various features to ensure the safe handling of your data, including encrypted data transfers, secure credential storage, RBAC functionality, and compliance with industry-standard security practices (SOC2 compliant). You can also host it on your own infrastructure for added control.

### Getting Started

To start integrating Botsonic and Tisane Labs in n8n, you have different options depending on how you intend to use it:

- **n8n Cloud**: hosted solution, no need to install anything.
- **Self-host**: recommended method for full control or customized use cases.

Unlike other platforms that charge per operation, step, or task, **n8n charges only for full workflow executions**. This approach guarantees predictable costs and scalability, no matter the complexity or volume of your workflows.

## Workflow Features

- **Build** complex workflows, really fast.
- **Code** when you need it, UI when you don't.
- **Simple debugging** makes edge cases easy to track down.
- **Use templates** to get started fast.
- **Reuse** your work easily.
