Help-Center
Terms of servicePricing
English
English
  • About Blinger.io
  • Quick launch
  • Customer cases
  • Documentation
    • Definitions
    • Sign up and Login
    • Tab: Apps
      • Adding accounts
        • Facebook
        • WhatsApp
        • Telegram
        • Viber
        • Twitter
        • WeChat
        • Vkontakte
        • Odnoklassniki
        • Skype
        • Line
        • Email
        • LiveChat
        • Custom app
      • Tagging accounts
      • Assigning channel to a group
    • Tab: Integrations
      • Freshchat
      • Freshdesk
      • Zendesk
      • Intercom
      • Salesforce
      • Kayako
      • BPM'online
      • Slack
      • Iframe
    • Tab: Conversations
    • Tab: Widget
    • Tab: Operators
      • Manage operators
      • Manage operator groups
      • Manage roles
      • Distribution by keywords
    • Tab: Analytics
      • Tags
      • Clients
      • Agents
      • Conversations
    • Tab: Settings
      • Subtab: General
      • Subtab: Autoresponder
      • Subtab: Auto assign messages
      • Subtab: Topics of conversations
      • Subtab: Advanced
    • New message notifications
    • Webhooks
    • Widget API (beta version)
      • Conversation
      • Agent
      • Webhook
      • API Token
    • API
      • API Token
      • Conversation
      • Operator
      • User
  • FAQ
    • Frequently asked questions
      • About functions
        • Autoresponder
        • Assign channels to groups
      • About intergrations
        • Viber
        • Telegram
        • Freshdesk
        • Zendesk
        • WhatsApp
    • Widget
  • Releases
    • Changelog
Powered by GitBook
On this page
  • Create webhook
  • Remove webhook

Was this helpful?

  1. Documentation
  2. Widget API (beta version)

Webhook

Create webhook

POST https://widget.blinger.io/api/external/v1/webhooks

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authorization

string

Authorization Token.

Request Body

Name
Type
Description

url

string

Webhook url.

{
    "status": 200,
    "data": {
        "id": "f3f5e2ea-cc20-43cb-b609-7afdf9899afa",
        "url": "https://www.yoururl.com/62a7c920-d2f4-4e1b-bb1b-ba8dddadaab6",
        "createdAt": 1562231752,
        "updatedAt": 1562244363
    }
}

Remove webhook

DELETE https://widget.blinger.io/api/external/v1/webhooks

Headers

Name
Type
Description

Authorization

string

Authorization Token.

PreviousAgentNextAPI Token

Last updated 5 years ago

Was this helpful?