Droxy and Trengo integration

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

How to connect Droxy and Trengo

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, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.

Droxy and Trengo integration: Create a new workflow and add the first step

Build your own Droxy and Trengo integration

Create custom Droxy and Trengo workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

Supported methods for Droxy

Delete

Get

Head

Options

Patch

Post

Put

To set up Droxy integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Droxy to query the data you need using the API endpoint URLs you provide.

Requires additional credentials set up

Use n8n’s HTTP Request node with a predefined or generic credential type to make custom API calls.

Supported API Endpoints for Trengo

GET

List all tickets

Retrieve a list of all tickets.

/reference/list-all-tickets
POST

Create a ticket

Create a new ticket in the system.

/reference/create-a-ticket
POST

Assign a ticket

Assign an existing ticket to a user.

/reference/assign-a-ticket
POST

Close a ticket

Close an existing ticket.

/reference/close-a-ticket
POST

Reopen a ticket

Reopen a previously closed ticket.

/reference/reopen-a-ticket
GET

List all messages

Retrieve a list of all messages associated with tickets.

/reference/list-all-messages
DELETE

Delete a ticket

Remove a specific ticket.

/reference/delete-a-ticket
GET

List all tickets

Retrieve a list of all tickets.

/api/v2/tickets
POST

Assign ticket

Assign a ticket to a user.

/api/v2/tickets/assign
POST

Close ticket

Close an existing ticket.

/api/v2/tickets/close
POST

Reopen ticket

Reopen a previously closed ticket.

/api/v2/tickets/reopen
DELETE

Delete ticket

Delete a specific ticket.

/api/v2/tickets/{ticketId}

To set up Trengo integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Trengo to query the data you need using the API endpoint URLs you provide.

These API endpoints were generated using n8n

n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Trengo official documentation to get a full list of all API endpoints and verify the scraped ones!

FAQs

FAQ

Can Droxy connect with Trengo?

Can I use Droxy’s API with n8n?

Can I use Trengo’s API with n8n?

Is n8n secure for integrating Droxy and Trengo?

How to get started with Droxy and Trengo integration in n8n.io?

Looking to integrate Droxy and Trengo in your company?

The world's most popular workflow automation platform for technical teams including

Why use n8n to integrate Droxy with Trengo

Build complex workflows, really fast