Open Salesforce Object
- DarkLight
Open Salesforce Object
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This method is used to open a Salesforce object in the Salesforce Console.
Pre-requisite
The Agent must be on an active call.
Sequence Diagram
.jpg?sv=2022-11-02&spr=https&st=2025-12-29T12%3A19%3A00Z&se=2025-12-29T12%3A29%3A00Z&sr=c&sp=r&sig=XkHt8ilhDuL%2Bto2KHzRN45IYv8Q6y0fJ7I4vBVLQewo%3D)
Message Structure
Request Parameters
Parameter | Value |
|---|---|
channel | Salesforce |
topic | Call |
subtopic | OpenObject |
source | «Source Application Name» |
data | «JSON Object» |
Request Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
sfid | String | Salesforce object identifier. | 00T7F000027L43nUAC |
DisplayField | String | Object field to be displayed in the UI. | Subject |
Response Parameters
No response parameters.
Sample Request
{
"channel": "Salesforce",
"topic": "Call",
"subtopic": "OpenObject",
"source": "myapp",
"data":
{
"sfid": "00T7F000027L43nUAC"
}
}Was this article helpful?