Search
Callback request
Force terminate
Supervisor Assist
Redirect
Virtual wait
Conference call
Outbound DTMF
Cancel consultative transfer
Call Park
Features
Smart Chatbot
Microsoft Power Automate
Phonebook
Sentiment Analytics
TouchPoint
Agent
Reporting
Supervisor
Agent
Obtaining a WhatsApp number
What to do next?
Signup & Enrollment
Summary Export
ReplicatorConfig
ReplicatorJobStatus
TouchPoints
Chatbot Languages
Chatbot Knowledgebases
Tenant Information
Subscription
Conversation Packs
Conversations
Messages
Toastar Users
Toastar Conversations
Teams
WhatsAppConsent
API TouchPoint
Campaign API
Transcript
FeedbackExport
Outbound Call Campaign
Webhooks
Agent EventLog
Agent workEntry
Call Stream Change
Execution Results
Request
Queues
Calls
Agent Export
CallParticipants
API Documentation
ToastarForTeams
Callback Requests
Conversation API
Classification API
General Prerequisites
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
API TouchPoint
To create your own TouchPoint integration, you can use the API TouchPoint feature. With this API you can connect your own conversational system with the ROGER365.io platform.
First add an API TouchPoint via the portal. How to do this can be found here.
API URL POST
https://api.roger365.io/api/apiendpoint/listener
JSON body for POST to API touchpoint listener
{
"From": "",
"To": "",
"ConversationId": "",
"Content": {
"Text": ""
},
"EndpointKey": ""
}
- From: The id of the remote participant. This may not contain the scheme (scheme is configured in the portal)
- To: The Identifier of the API TouchPoint taken from ROGER365 admin portal.
- ConversationId: Optional, a value that will be used to identify a conversation. If the conversation is closed in the platform
a new conversation will be created. If this value is omitted, the value from the From field will be used. - Content: An object with the content of the message with property text, which contains the actual message.
- EndpointKey: The key for this touchpoin
Webhook content
{
"TimeStampUtc": "",
"EndpointKey": "",
"From": "",
"ConversationId": "",
"To": "",
"Content": {
"Text": ""
}
}
- TimeStampUtc: The time this message was scheduled to be send
- EndpointKey: The key for this touchpoint
- From: The name of the endpoint configuration
- ConversationId: The value for this conversation. In case of an OUT-message, this will contain an unique value.
- To: The id of the remote participant.
- Content: An object with the content of the message with property text, which contains the actual message.