Questions tagged [embedded-services]
The embedded-services tag has no summary.
48 questions
1 vote
1 answer
529 views
Salesforce iFrame Blocked by CSP – Tried Everything, Still Refused to Frame
I’ve been trying to embed an embedded service deployment (Agentforce Chatbot Agent) (https://qu1742871008014.my.site.com/) (SDO) into a WordPress iframe, but I’m getting this CSP error: Refused to ...
1 vote
0 answers
146 views
When I am Using Einstein bot with embedded service, bot are not opening up, It is showing when I drag Lightning Message service component in community
I have created an Einstein Bot. Its preview works as expected in Bot Builder. Then I have added it to Community as Embedded Service Deployment but It is not opening up. What are the steps we are ...
0 votes
1 answer
144 views
We can't retrieve EmbeddedServiceBranding. Why we can't do it? How can we retrieve and migrate this metadata?
Per metadata api coverage report, https://developer.salesforce.com/docs/metadata-coverage/62 EmbeddedServiceBranding is supported by Metadata API and source tracking. However, when we execute command ...
2 votes
0 answers
41 views
Three-person chat
Is it possible to operate a three-way chat in Salesforce? We offer intermediary services between customers - they do not have user accounts Sometimes customers need to communicate with each other in ...
0 votes
1 answer
190 views
Gack id -2018116553 for embedded service messaging deployment on a scratch org
The following error happens when we try to create embedded service messaging deployment on a scratch org An internal server error has occurred Error ID: 1163693033-53404 (-2018116553) Why does it ...
1 vote
1 answer
2k views
Has anyone deployed a embedded service config?
I created a embedded service config for a chatbot using a messaging channel, I am trying to package it (org depended package). I had to include 'customSite, 'Network', and 'StaticResource' metadata ...
0 votes
1 answer
823 views
Use Embedded Service Pre-Chat values submitted by customer
We have a working chatbot that is set to have a pre-chat form gather the customers name and email. This form is configured through the standard pre-chat form option in the Embedded Service Deployment. ...
0 votes
0 answers
349 views
Embedded service deployment styling missing
We've been using the Service cloud chat (Embedded service deployment) since january withouth any issues. However since this week we've notice styling is missing which breaks the UI of the chat (big ...
1 vote
1 answer
285 views
Abandoned Live Agent Chat still creats a Case?
When a user abandons a chat request, a case is still getting created. Here is an example timeline: Chat requested at 08:36:37 (LiveChatTranscript.RequestTime) Chat abandoned by visitor 30 seconds ...
-1 votes
2 answers
985 views
Embedded Service - Offline Chat Deployment in Communities
I'm trying to customize my embedded service offline service, instead of showing the form to create an offline case, I want to change it to a text and a button to redirect. So far (before using ...
0 votes
0 answers
648 views
Error in embedded service config when I try to deploy it
When I try to deploy my bot I have this error: EmbeddedServiceConfig/chat_test.EmbeddedServiceConfig -- Error: In field: U#745.cff (CustomLabel) - no CustomLabel named ...
0 votes
0 answers
39 views
Accessing sessionStorage and localStorage set by aura component by external Javascript [duplicate]
sessionStorage and localStorage are behaving odd with Locker service. It is automatically enabled and something I cannot turn off unless I resort back to API version 39. The locker sevice ...
0 votes
1 answer
178 views
Flow does not registed selection of picklist in flow when run as site guest user in embedded service
I inserted an embedded service deployment into an external site that launches a flow. I have a picklist field that my "support Site Guest User" cannot seem to fill in for the flow. Here is ...
2 votes
1 answer
2k views
Static Resource with Cache Control set to Public is not Loading on external website for external users
We are deploying Salesforce chat with Embedded Service deployments. Currently when users without access to SFDC view the chat, all of the Salesforce images show up as broken. Below is an example of a ...
0 votes
0 answers
263 views
Salesforce Chat button rendered multiple times in Angular application
We are trying to embed Salesforce Chat into our Angular based application. To do this, we got the embedded code snippets (Chat Code Snippet and Meta Tag Code Snippet) from Salesforce Setup, under ...