Salesforce Agent API Stream Messages
When you send a message using the streaming endpoint(POST HTTP Request), Salesforce Agent API sends back the responses using the server-sent event (SSE) protocol. Salesforce Agent API can be invoked ....
When you send a message using the streaming endpoint(POST HTTP Request), Salesforce Agent API sends back the responses using the server-sent event (SSE) protocol. Salesforce Agent API can be invoked ....
Salesforce Agent API can be used to invoke Salesforce Agentforce Agents using APIs. Salesforce Agent API can be used for building the Headless Agents with Agentforce. Configuration: 1. Create a ....
We can make use of Flow to create Salesforce Service Appointments from the Agentforce Agent. Appointment Topic Configuration: Fetch Asset Agent Action Configuration: Schedule Appointment Agent Action Configuration: Fetch Asset ....
We can display Images while using Salesforce Agentforce. Use the Output Rendering as Rich Text instead of the default option Text. In my custom Agentforce Action, I used HTML content ....
To invoke Salesforce Agentforce Agent from the Flow, we can use the Action Flow element and select the Agentforce Agent from AI Agent Actions. AI Agent Actions will show the ....
Invocable.Action.createCustomAction( 'generateAiAgentResponse', 'Agentforce Agent API Name' ) can be used to invoke Salesforce Agentforce Agent from Apex. Sample Apex Code: public class AgentforceRequestHandler { public static void summarizeOpportunityFromAgentforce( String opportunityName ....
Complete all the steps shared in https://slack.com/help/articles/36218109305875-Set-up-and-manage-Agentforce-in-Slack. 1. Create the Agentforce Service Agent in Salesforce. 2. Install the Slack platform connector to Salesforce Package. 3. Connect the Salesforce Org to ....
Salesforce Agentforce Event Logsare stored in the ConversationDefinitionEventLog object or entity. So, query it to get the Salesforce Agentforce Agent logs. "Enrich event logs with conversation data" should be enabled ....
Exceptions: 1. Query Records Agent Action INSUFFICIENT_ACCESS_OR_READONLY. Looks like you don't have access to QUERY_RECORDS 2. Query Records With Aggregate Agent Action Insuffiecient access for QUERY_RECORDS_WITH_AGGREGATE Similar exception might occur ....
Exception: Something went wrong. Refresh and try again. Resolution: Please make sure the Einstein Agent User have "Agentforce Service Agent User" Permission Set assigned. Go to Salesforce Setup. Search for ....