https://vcc.live/wp-content/uploads/2022/03/vcclive_main_logo.svg
  • Product
    Back to all pages
    https://vcc.live/wp-content/uploads/2023/09/call-cetner-software-test-7.svg
    Call center

    Explore our call center software for driving productivity, fueling automation, and delivering exceptional CX.

    Powering Decathlon's call center

    https://vcc.live/wp-content/uploads/2022/09/Decathlon_Austria_Thumbnail.jpg
    Why VCC Brochure Security
    https://vcc.live/wp-content/uploads/2023/09/outbound-test-3.svg
    Outbound

    Handle more live calls, boost talk time, and automate outreach with a feature-filled outbound solution.

    Features to boost outbound activities

    Automatic dialing Voicemail detection Outbound IVR Over-the-phone payments

    Fueling your outbound sales

    https://vcc.live/wp-content/uploads/2023/09/boosting-sales-thumbnail-image.jpg
    Sales teams > Case studies > Collections >
    https://vcc.live/wp-content/uploads/2023/09/inbound-icon-3.svg
    Inbound

    Swiftly resolve issues, empower omnichannel, and handle volume with ease with our CX-focused solution.

    VCC live for inbound contact centers

    IVR systems Distributing calls (ACD) Call center scripting KPI dashboard

    Transforming customer service for tbi bank

    https://vcc.live/wp-content/uploads/2023/05/tbi-interview-banking.jpg
    Customer service > Case studies > Multichannel >
    https://vcc.live/wp-content/uploads/2023/09/omnichannel-test-3.svg
    Omnichannel

    Instantly switch between your customer's preferred channels and handle multiple conversations at once.

    Key channels VCC Live supports

    Voice SMS Email Chat software Chat apps Social media

    Email, social and more for SYKES and Huawei

    https://vcc.live/wp-content/uploads/2023/09/sykes-topnav-menu.svg
    WhatsApp > Messenger > Case studies >
    https://vcc.live/wp-content/uploads/2023/09/integrations-test-4.svg
    Integrations

    Connect VCC Live with any of your trusted business tools, including CRMs, payment tools, and much more.

    Selected integrations for VCC Live users

    Salesforce Hubspot Looker (Data Studio) Docusign Dialogflow Zapier

    Handle calls without leaving Salesforce

    https://vcc.live/wp-content/uploads/2023/06/salesforce-video-1.jpg
    Looker case study > Release center > Security >
  • Solutions
    Back to all pages
    https://vcc.live/wp-content/uploads/2023/08/sales-call-center-icon.svg
    Sales teams

    Connect and sell more than ever before with an automation-led solution for driving sales success.

    Powerful BI for next-level sales

    https://vcc.live/wp-content/uploads/2023/09/effective-communicatio-case-study-topnav.png
    https://vcc.live/wp-content/uploads/2023/08/customer-service-call-center-icon.svg
    Customer service

    Orchestrate a high-volume handling and resolution-focused approach that delights customers.

    92% of calls within SLA

    https://vcc.live/wp-content/uploads/2023/09/decathlon-case-study-topnav-2.png
    https://vcc.live/wp-content/uploads/2023/08/debt-collection-call-center-icon.svg
    Debt collection

    Make collections faster and simpler to speed up repayments and recover like never before.

    94% voicemail detection rate

    https://vcc.live/wp-content/uploads/2023/09/delfin-group-case-study-topnav.png
    https://vcc.live/wp-content/uploads/2023/10/ai-topnav-icon-2.svg
    AI and automation

    Drive intelligent productivity and efficiency with VCC Live's suite of AI and automation tools.

  • Industries
    Back to all pages
    BPO Retail Banking Insurance Consumer Lending Healthcare
  • Pricing
  • Resources
    Back to all pages
    Blog Case Studies Ebooks Call Center Courses Webinars Customer interviews Information Security Telco Services Learning Center Developers Release Center Download
  • Company
    Back to all pages

    Explore more

    About us Why VCC Live Careers News Partners

    Check out our history

    https://vcc.live/wp-content/uploads/2023/09/20yrs-anniversary-thumbnail.jpg
  • Partners
  • Become a partner
  • Email us
CONTACT US VIEW DEMO
Developer GuidesWebhookSync Webhook RequestsIVR (Sync)
  • Overview
    • About Webhooks
    • Firewall Settings
    • Responding to Requests
    • Securing Requests
  • Setting up Webhooks
    • Setting up Global Webhooks
    • Setting up Project Specific Webhooks
    • Testing Webhook Requests
    • Using Dynamic URLs
    • Using Webhook Templates
  • Async Webhook Requests
    • About Async Webhook Requests
    • Call Disposition (Async)
    • Email (Async)
    • Chat (Async)
    • Payment Transaction (Async)
    • SMS (Async)
    • Ticket Status (Async)
    • User Created and User Changed (Async)
  • Sync Webhook Requests
    • About Sync Webhook Requests
    • IVR (Sync)
    • Project Login (Sync)
    • Search API (Sync)
  • Examples
    • Microsoft Teams messages
Back to Support and Learning Center
English Hungarian

IVR (Sync)

IVR Webhook (formerly known as IVR API) helps you create an agent-free, highly-customized, interactive environment between your customer and company, based on your CRM or ERP system. Callers can leverage IVR menus using their phone keypads as DTMF codes. They are then transferred as HTTP(S) requests to your ERP or CRM system, which needs to be replied to based on your business logic.

Table of Contents

  • Typical Uses
  • Variables
  • System Variables
  • User Variables
  • Requests
  • HTTP method is GET/DELETE
  • HTTP method is POST/PUT
  • Content type is form
  • Content type is JSON
  • Response
  • Response Requirements and Limits
  • Content type is application/JSON or text/JSON
  • Content type is text/x-ini
  • Content type is text/plain (or anything else)
  • Setting Up
  • To Add a IVR Webhook Process
  • IVR Webhook Process Parameters

Typical Uses

  • Caller authentication using caller number and/or PIN
  • Personalised interactive voice menu
  • Balance confirmation read-back (TTS)
  • Utilities consumption measurements

Variables

You can use system and user variables in the URL and request body.

System Variables

variable name description
customer Customer identifier
projectid Project identifier
source Caller phone number
destination Called phone number
uuid Call’s unique identifier
vccsys_shortid Call’s short identifier

User Variables

icon IVR action’s name description
icon1 Get digits and playback Any number typed in during a phone call. Customers can provide you with data, for example a customer identification number, using a keypad. You can also add a recorded voice file before the data is inputted. The data is assigned a variable that you can use in other processes.
icon1 Transfering data via HTTP You can refer to variables and forward the data to a specific system via APIs.
icon1 Set variable You can set variables.
icon1 Query data You can assign field values to variables.

Requests

A variable can be used in a HTTP(S) URL and body. You can refer to a variable as ${variable_name}.

Note: HTTP Body content can only be used if HTTP method is set to POST or PUT.

HTTP method is GET/DELETE

URL: https://example.com?key1=${variable1}&key2=${variable2}&key3=string
Body content: <empty>

HTTP method is POST/PUT

Required format of the URL and Body content depends on the Content type you select.

Content type is form

URL: https://example.com
Body content: key1=${variable1}&key2=${variable2}&key3=string

Content type is JSON

URL: https://example.com
Body content:

{
   "key1": "${variable1}",
   "key2": "${variable2}",
   "key3": "string"
}

Response

An appropriate response should be sent by your system to set one or more variables, which may affect the IVR process, making the process dynamic, for example, a value can be read back to the customer. The response can define new variables and also override existing ones, except system variables. If successful, the HTTP response code should be 200 OK.

Response Requirements and Limits

  • Connection timeout: 5 sec
  • Response timeout: 5 sec
  • Response key/value limit: max. 100
  • Body content content size limit: 65536 byte
  • Value length limit: 256 characters
  • Key name: lowercase alphanumerics (a-z, 0-9 and low_dash, first character must be a letter or low_dash)
Content type is application/JSON or text/JSON

Note: A JSON response can contain up to three-level depth objects (key/value pair). Values can be BOOLEAN, FLOAT, INT and STRING data.

Body content:

{
   "key1": "value",
   "key2": 123,
   ...
   "key100":"value"
}
Content type is text/x-ini

Body content:

key1=value1
key2=123
key3=true
...
key100=value100
Content type is text/plain (or anything else)

Body content: format should be a single number or string, that will be stored in the variable previously set in the Set variable text field.

Setting Up

VCC Live IVR Webhook can be set up by adding the IVR Webhook process to your inbound processes in VCC Live Desk .

Note: If you need assistance regarding the procedure, please contact our Support Team.

To Add a IVR Webhook Process

  1. Select a project from the project list, then select Channels > Voice > Inbound.
  2. On the Actions tab, select a timesheet or macro, then press Actions, and select IVR Webhook.
  3. Select the item you just added. The properties are located on the right.
  4. Set the desired parameters. See IVR Webhook Process Parameters section.
  5. Press Apply inbound changes.

IVR Webhook Process Parameters

name description
1. URL Target URL you want to transfer data to.
2. HTTP method Method of sending: POST, GET, PUT or DELETE.
3. Content type Content type: form, json.
4. Body content Body content, available for POST and PUT methods only.
5. Set variable The variable that will store the received reply from the URL.
6. Send request when call ends If enabled, data is sent on hang up, and the system disregards the response.

<span class=IVR Webhook parameters" title="VCC Live IVR Webhook parameters illustration">

Note: the received response (stored as a variable, e.g.: vcc_variable) can be used to transfer the call for specific processes or can for a Read-back process. (e.g. balance read-back, customerid read-back).

Warning: We strongly recommend using HTTPS instead of HTTP.

Back to Support and Learning Center

Comments

Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.


There are no comments yet.

Click here to cancel reply.

Please note that by clicking on the Submit button, you agree to a member of VCC Live team contacting you with business offers. You can find detailed information on how we can establish contact with you in our Privacy Policy

illustration

Product

  • Call center
  • Outbound
  • Inbound
  • Omnichannel
  • Channels
  • Integrations
  • More on VCC

Main Features

  • IVR system
  • Auto dialer
  • Call queuing software
  • Automatic Call Distribution
  • Call center scripting tool
  • Outbound IVR
  • Predictive dialer
  • Voicemail detection
  • Contact center dashboard

Solutions

  • Customer Service
  • Sales Teams
  • Debt Collection
  • AI and Automation
  • BPO
  • Retail
  • Financial Services
  • Banking
  • Insurance
  • Consumer Lending
  • Healthcare

Resources

  • Blog
  • Case Studies
  • Ebooks
  • Call Center Courses
  • Information Security
  • Learning Center
  • Download
  • Telco services
  • Call center KPI library

Company

  • About us
  • Why VCC Live
  • Careers
  • News
  • Partners
https://vcc.live/wp-content/uploads/2022/03/iso-cert-1-min.png https://vcc.live/wp-content/uploads/2022/03/iso-cert-2-min.png https://vcc.live/wp-content/uploads/2022/03/iso-cert-3-min.png https://vcc.live/wp-content/uploads/2025/04/SOC2-website-e1745483442463.png

Social Media

https://vcc.live/wp-content/uploads/2022/03/linkedin-footer.svg https://vcc.live/wp-content/uploads/2022/03/twitter-footer.svg https://vcc.live/wp-content/uploads/2022/03/facebook-footer.svg https://vcc.live/wp-content/uploads/2022/03/instagram-footer.svg

Call us

https://vcc.live/wp-content/uploads/2022/03/flag-hu.png Hungary
+36 19996400
https://vcc.live/wp-content/uploads/2022/03/flag-en.png UK
+44 2086380169
https://vcc.live/wp-content/uploads/2022/03/flag-de.png Germany
+49 3021782516
https://vcc.live/wp-content/uploads/2022/03/flag-pl.png Poland
+48 123950886
https://vcc.live/wp-content/uploads/2022/03/flag-ro.png Romania
+40 31706167
https://vcc.live/wp-content/uploads/2022/03/flag-usa.png USA
+1 3024988337
  • Privacy Policy
  • Cookie Policy
  • Legal Statement
  • General Terms of Agreement
  • Magyar nyelvű jogi dokumentumok
illustration