Docs
  • Overview
    • 👋Welcome to Orimon AI
  • Product Guides
    • 🤖Create A Bot
      • đŸĨLeads Generation & Support Bot
      • đŸ’ŗE-Commerce Specialist Bot
    • đŸ“ĒFlag and Train
    • âš™ī¸Setting up Bot Appearance
      • 🎨Setting Theme Color
      • đŸ’ŦSetting Message Bubble
      • 🎓Setting Bot Header
      • đŸ—¯ī¸Setting Trigger Icon
      • 📩Setting Welcome Message
      • â—€ī¸Setting Fallback Message
      • đŸŗī¸Disable Branding
      • đŸ—’ī¸Setting Lead Form
      • âš ī¸Setting Up Conversation Triggers
      • ⚡Adding Quick Replies
      • 📎Custom Query Placeholder
    • ✨Setting Up Conversational Leads
    • 🙋Setting up Live Chat
      • âš™ī¸Configuring Live chat
      • đŸ—Ŗī¸Transferring To Live Agent
      • đŸ’ģLive Chat Agent Screen
      • đŸ›Ŗī¸Live Chat Process
      • 🕔Operational Hours
      • âšī¸Disable AI
      • 👉Join Active Chat Room
    • đŸ’ŊBot Model
    • đŸŒĄī¸Bot Temperature
    • 🛑Quota Limits
    • 🎭AI custom prompt
    • 🔑Bring your openAI key (BYOK)
  • Fundamentals
    • 🧑Inviting Members
    • âŦ‡ī¸Install the Dashboard App
    • đŸĻBilling and Subscription
      • 🔔How do I subscribe?
      • 🔋How to buy additional quota for my plan?
      • 📈How do I upgrade my plan?
      • ⛔How do I cancel my plan?
      • â™ģī¸How do I renew my plan?
  • Integrations
    • đŸĒWebhook
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸĒ¸Hubspot
    • đŸ‘ĨSalesForce
    • 📗Google Sheets
  • Channels
    • đŸ—Ŗī¸Setting up Channels for Messages
    • 📩FaceBook Messenger
    • đŸŸĸWhatsApp
      • đŸ’ŗAdd Payment Method
    • đŸĒ›DIY Website Building Tools
    • đŸŸĻTelegram
    • 📰WordPress
    • 🌐Website Integration
    • ⚡Zapier
    • đŸ›ŗī¸Pabbly
    • đŸ‡Ģ🇴Slack
    • 🎮Discord
    • đŸ‡Ģ🇲MS Teams
  • Templates
    • 🤝Book a Meeting
  • White-Labelling
    • đŸŗī¸Getting Started
    • 🤖Chat-Bot White Labelling
    • 🔰Dashboard White Labelling
    • 📧Email White Labelling
  • developer API
    • 🔍Getting Started with APIs
    • âœ‰ī¸Message API
Powered by GitBook
On this page

Was this helpful?

  1. Integrations

Webhook

This is a step-by-step guide on how to use Webhook Integration to sync all Leads on your private servers.

PreviousHow do I renew my plan?NextZapier

Last updated 1 year ago

Was this helpful?

  1. Log in to using your Google account/manual signup

  2. Once logged in, you should see an icon for your bot. Click on it to go to the bot's overview page.

  1. On the overview page, you will see several tabs. Click on "Settings" -> "LeadFlow Integrations".

Click on this option to navigate to a integrations page and click on "Webhook". You will see a page shown below.

In the "Webhook URL" input paste the endpoint of the server where you receive and process your Leads, like the example shown below.

Before proceeding please note : The server where you will receive the data must be configured to accept POST requests.

In order to verify this, when you provide a server endpoint, Orimon will first send a dummy POST request, which in response must return a status code of 200.

Failing this, no Leads data will be sent nor will the server endpoint be saved for follow up data syncing.

Once this protocol is successfully carried out, the follow up POST request will contain all Leads collected via your bot and be sent in the request.body .

Now, click on the "Submit" button,

If the integration was successful you see a screen like the one shown below, with your server URL in the input box.

And you will also receive all Leads in a POST request at your provided server. Like so :

If the integration, for any reason, is unsuccessful you will remain at the first page of the Webhook service and receive an error message informing you what went wrong.

Now in the image above labelled "Integration Settings" The first among these is a button "Send Lead Form", this is simply there to re-send all the stored Leads data at that point, if for any reason data is lost.

You will also see a switch "Active" which will temporarily disable Leads data syncing, for as long as you don't re-activate it. You can do this, if for any reason (like maintenance), your servers are temporarily down

The Last among these options is a "Delete" button, which will remove this integration altogther.

That's all! Now you will have your Leads data directly delivered to you, for you to use them as you see fit!

đŸĒ
Dashboard
Integration Settings