Search
Shift Synchronization
SocialConversationInfo Export
SocialQueue Export
Virtual Call Info
Quality Assurance
Sentiment
Summary
Transcript
MCP Server Setup
Customer data
General
Create App Registration for Email TouchPoint
Module settings
Examples
Setup Access
Configure Teams client to enable Toastar
Enable users
Webhook & Postback URL
Add TOASTAR App to Teams
Create Teams Virtual User
Register Azure BOT Channel
Example PowerShell script
Phonebook
Webchat to Teams
WhatsApp to Teams
Recognize customer by email
Use webchat form to recognize customer
Start voice call (Beta)
CRM
AddTranscript
Translate
OpenAI
GetFormInput
HttpAction
Convert Image
SetAction
GetPageVisits
Sentiment
Powerhook
SendEmailAction
Chatbot
Get Transcript
Set Participant
Schedule
Merge
Choice
WaitInput
The basics
Webhooks for SMS Provider
Sandbox cm.com
WhatsApp OUT
Adding templates
Webhooks for WhatsApp Providers
Customize Layout
Add status message
Webchat Parameters
Create adaptive card
Connect Teams Channel
Add ROGER365 app to Teams
AI Endpoints
Classification Action Configurations
Quality Assurance Forms
Audio Providers
Flows
Last Conversation Data
Call to SMS (Beta)
Store feedback
Cancel Virtual Call
Get Virtual Call Info
Make Call Virtual
OpenAI
Last agent
Text to Speech
Speech to Text
VoiceRecording
Switch
Subflow
Set Variable
Send Webhook
HTTPAction
Wait Timer
CRM
Cancel Task
Cancel all Tasks
Get Queue Info
WaitForEnd
Set language
Safe Transfer
Schedule
Reject
Transfer
Merge
Play Audio Prompt
DTMF
Disconnect
The basics
Power Frame
Create App Registration for Attendant Console
Contact Center
Setup Access & Security
Schedules
Resource Accounts
Queues
Callflows
Audio Files
Agents
Logging
Audit
CRM
Languages
Create Tenant App
Getting started
Subscriptions
Call Flows
AI Flow
Copilot Touchpoint
Insights & Analytics
Wallboard
Permissions
Logging
CRM Calling Integration (Toastar)
Custom CRM Connector
Default CRM Connectors
CRM Replicator
Email Configuration
Schedules
Agent Assist
Setup Access & Security
Malicious File Blocking
Wallboard
Reporting
Messages
Examples
Graphical Designer
Using the library
Email Touchpoint
API TouchPoint
Facebook TouchPoint
SMS TouchPoint
WhatsApp for Business TouchPoint
Webchat TouchPoint
Microsoft Teams
Queues
AI Flow (Beta)
Classification
Skill Based Routing
Reason Codes
Audio Prompts
Agent Profiles
Agents
Call Park
Resource Accounts
Graphical Designer
Form Based callflow
Using the library
Queues
General
Agent page functionalities
Social Messaging
Contact Center
Support & Assistance
Compliance by design
Social Messaging
Contact Center
Getting Started
General
No results
Try a different search query
Webhooks
To extract data from this section you have to create API Key with ‘DataExport‘ scope.
From the callflow you can send multiple webhooks to trigger your application.
Custom Property & Custom Header
Both are expression fields, meaning you can use them to send data from the callflow designer or static content. E.g. when a string value is configured (“static” – including the quotes) this value is just taken into the header or property, however if you enter a statement (1+1, or varA) the result of that statement is used (thus the result would be 2, or the value of variable with the name varA)
Custom Header is send as a header, with name R365-Custom. Custom property is send as a property in the body of the webhook.
Example
{
"CurrentDateTime":"datetime",
"StartedDateTime":"datetime",
"EndedDateTime":"datetime",
"Caller":"string",
"Called":"string",
"CallId":"string",
"State":"int",
"CustomProperty":null,
"Requests":[
{
"QueueName":"string",
"QueuedDateTime":"datetime",
"DequeuedDateTime":"datetime",
"AnsweringAgentId":"string"
}
]
}
Model