๐Ÿ’ฌ Taxi service provider (production-ready, part 4)

โšก 334 views ยท ๐Ÿ’ฌ Support Chatbots

๐Ÿ’ก Pro Tip โ€” If you need GitHub data beyond what the REST API gives you, ScraperNode has a repository scraper that extracts metadata at scale without token rate limits.

View All Scrapers

Description

Workflow Name: ๐Ÿค– Taxi Service Provider

Template was created in n8n v1.90.2

Skill Level: High

Categories: n8n, Chatbot

Stacks

Prerequisite

Production Features

What this workflow does?

This is a n8n Taxi Provider Workflow demo. It will receive message from the Taxi Service Workflow, process the estimation and return to the caller.

How it works

Set up instructions

  1. Pull and Set up the required SQL from our Github repository.
  2. Create you Redis credentials, refer to n8n integration documentation for more information.
  3. Select your Credentials in Provider Cache, Save Provider Cache and Provider Number.
  4. Create you Postgres credentials, refer to n8n integration documentation for more information.
  5. Select your Credentials in Load Provider Data and Create Booking Data.
  6. Modify the AI Agent prompt to fit your need

How to adjust it to your needs

  1. By default, this template will use the sys_provider table provider information, you could change it for your own design.
  2. You can use any AI Model for the AI Agent node
  3. Include is our prompt for the taxi service provider. It is a flexible design which use the data from the Provider Cache to customize the prompt, so you could create more Taxi Service Providers by duplicate this workflow in the Taxi Service node.

๐Ÿ”— Nodes Used

Postgres, Redis, Execute Sub-workflow, Execute Workflow Trigger, AI Agent, Calculator

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup