Buraq Help Center
ProductsBook a demo
  • πŸ˜ƒWelcome to Buraq
    • Buraq Basics
  • 🏁Getting Started
    • Building a Chatbot
    • Testing a Chatbot
    • Installation
      • Installation on Website
        • Installation using HTML
        • Installation using Google Tag Manager
      • Installing on Wordpress
      • Installing on SquareSpace
      • Installation on WhatsApp
      • Installation on Facebook
    • Deploying a Chatbot
    • Utility Tools
  • 🟦ACTION BLOCKS
    • Trigger
      • Set values to variables using Trigger
    • Send Message
    • Collect Input
    • Buttons
    • Carousel
    • Calendar
    • Send an Email
    • Condition
    • Image gallery
    • Talk to human
    • Slider
    • Collect file
    • Delay
    • Form
    • Flow
    • Jump
    • Codeblock
      • Dynamic Dialog Generator
    • Options
    • List
    • Reply buttons
    • AI model
    • Dynamic data
  • πŸ€–AI Studio
    • Overview
      • From URL
      • From File
      • From Intent
  • πŸ”ŒINTEGRATIONS
    • Overview
    • Events
    • HTTP request
    • Javascript
    • Zapier
    • Google Sheets
    • Salesforce
    • Codeblock
    • Airtable
    • Google Calendar
    • Calendly
    • HubSpot
    • Freshdesk
    • DialogFlow
    • Zoho CRM
    • Slack
      • Live Chat for Slack
      • Notification for Slack
    • ActiveCampaign
    • Link Tracking
  • πŸ“²Whatsapp Business API
    • Overview
    • Cost
    • Limitations
    • Getting a WhatsApp API
      • From Meta
        • Creating a Facebook App
        • Adding the phone number
        • Generating permanent token
        • Configuring the webhook on Buraq
  • πŸ’¬Live Chat
    • Overview
      • Live Chat Screen
      • Live Chat Settings
  • βš’οΈTroubleshooting
    • Cloning Bots
    • Connecting Action Blocks
    • Creating Loops
    • Setting up Fallback Variables
    • Setting up Link Tracking
    • Variable Manager
    • Image Dimensions
    • Tracking Facebook Pixel
    • Firing events on Google Analytics
  • β›”Outbound Bots
    • Overview
    • Building One Off Campaign
    • Building Ongoing Campaign
    • Creating a WhatsApp Template
    • Action Blocks_ Outbound
      • Send WhatsApp
      • Send SMS
      • Delay
      • Branch
  • 🦾CHATBOT CUSTOMIZATION
    • Chatbot Appearance
    • Custom CSS
    • Embed chatbots on website
    • JS functions to show_hide
  • πŸ•΅οΈβ€β™‚οΈAccount Management
    • Teams
    • Teammates
    • Purchasing a plan
    • Payment Methods
    • Refund Policy
    • Reset Password
    • Deleting Account
  • πŸ“ŠReporting
    • Analytics Dashboard
      • Chatbot Analytics
      • Agent Analytics
    • What are contacts in Buraq?
      • Scheduling a Contact Report
      • Exporting a Contact List
Powered by GitBook
On this page
  1. INTEGRATIONS

Freshdesk

Action block allows setting up the integration with Freshdesk, allowing bot to create and manage tickets

PreviousHubSpot NextDialogFlow

Last updated 1 year ago

This integration is available from 'Business' plan onwards

Freshdesk is a popular ticketing system that allows your visitors to create and manage tickets.

Using this integration, you will be able to;

  • Create tickets

  • View existing tickets status

How do I configure my Freshdesk account?

There are two ways through which you can connect your Freshdesk account with Buraq;

  1. Through App Market: To connect your account through App Market, you can go to 'App Market -> Freshdesk -> Accounts -> Add Account'

  2. Using 'Freshdesk' action block: Or you can simply add the action block in the bot flow and click on 'Add Account'

How do I set it up?

To set up the integration between Buraq and Freshdesk, you can follow the following steps;

  • Add an action block on canvas by clicking on '+'

  • Choose 'Freshdesk'

  • Double click on 'Freshdesk' to configure it on the right panel

    • Add Account: Click on 'Add Account' to configure your account, so that Buraq can push and pull information from your Freshdesk account You can configure following to authorise your Freshdesk account;

      1. Account Name: The name that you want to keep for this Freshdesk account

      2. Helpdesk URL: Subdomain URL of your Freshdesk account like,

      3. API Key: API key of your Freshdesk account.

    • Choose type of Integration: Once the account is configured, you can choose to perform the two actions supported by our Freshdesk integration i.e.

      1. Creating New Tickets: While creating tickets, you would need to map the Freshdesk fields with your Buraq variables. In order to create a ticket, you would need the following fields mapped,

        • Subject

        • Email

        The above mentioned fields are compulsory to create a ticket on Freshdesk. Although, you can map more fields if required. Fields from 'Freshdesl fields' will be auto populated

      2. View Ticket Status: To fetch the existing ticket status using Freshdesk integration, you first need to collect the ticket number from the visitor using a 'Collect Input' action block and save it in a variable. On the right panel, choose the variable which contains the ticket number. While fetching the status of the ticket number entered, Buraq will receive the following fields which you can choose to save in Buraq variables to be rendered on the chatbot as a message.

        1. cc_emails/fwd_emails/reply_cc_emails/ticket_cc_emails: ["test@Buraq.ai"]

        2. email_config_id

        3. group_id

        4. priority: "Urgent"

        5. requester_id: 84005322544, // visitor's unique Freshdesk ID

        6. responder_id: null, // Freshdesk agent's ID

        7. source: "Portal"

        8. company_id

        9. status: "Open"

        10. subject: "Need support to fix this..."

        11. product_id

        12. id

        13. type: "Question"

        14. due_by/fr_due_by

        15. description_text: "Some details on the issue .."

        16. created_at: "2022-02-10T07:12:39Z"

        17. updated_at: "2022-02-10T07:12:39Z"

        18. tags

        You can map the fields that you wish to save and use them in a 'Send Message' block to show the status of the ticket to the user.

    • Define outcome: Every Freshdesk action block will have two outcomes - Success or Failure. You can define the success and failure actions as per your need.

πŸ”Œ
https://yourdomain.freshdesk.com
You can find it here