Webio Webhooks

Webio Webhooks

Quick trick: click into organisations, scroll down to Webhooks, click create Webhook, enter the callback URL, select the events you want to subscribe to and click create.  

This documentation covers Webhooks creation process on on our Old UI. If you are looking for our new Web App documentation please visit How To Setup A Webhook (webio.com)

Some bots require data from your system in real-time.  This can be used to enrich inbound conversations with account data, include realtime information within your conversation flows or post back events for you to update your internal systems.  You can now configure multiple endpoints within your Webio organisation, choose which events each endpoint subscribes to and test those connections during the setup process.  Follow the steps below to get started.

1) Click into organisations and scroll down to the Webhook section.
2) Click CREATE WEBHOOK, you should see the box below.  Enter the CallbackURL you want us to connect to and click which events you will subscribe to.  Click CREATE and you are ready to test. 



3) To test the connection Webio provides you 5 tests that can be run from the organisation screen.  Select the test you wish to run from the drop down menu.



Top Tip - to add custom values into your bots via the Webhook, insert the <<fieldname>> where you want them to appear.  This can be within the message content or within the Logical Branch condition step.  
For custom value retrieval only one Webhook endpoint can be used per organisation.


    • Related Articles

    • Change Update - Webhooks

      Following feedback we are updating our webhooks for the events messageStatusUpdate, inboundMessage and messageSend.  The messageStatusUpdate and inboundMessage will include additional fields and the messageSend will now be sent on a new type =  ...
    • Webio Webhook - What it does

      Using Webio's webhook you can configure your endpoints within your Webio organisation to post or retrieve data. Identifying the request is from us To identify the request as originating from Webio, first use the API to generate a JWT token. Haven't ...
    • API and Webhooks

      Webio blended conversations allow you to seamlessly communicate between your clients with human or automated agents. Connecting these conversations with your internal systems provides richer conversations and slicker processes. API Requests Using ...
    • SFTP Hooks

      You can now use Webio SFTP hooks to combine the power of webhook realtime posts and SFTP file transfers to deliver webhook calls as JSON files to your organisation's Webio SFTP folder for retrieval. You will need to configure your Webio SFTP and ...
    • API and Webhooks - Web App

      Webio blended conversations allow you to seamlessly communicate between your clients with human or automated agents. Connecting these conversations with your internal systems provides richer conversations and slicker processes. API Requests Using ...