Implementation example
Let's explore a standard implementation example to demonstrate how easy it is to deploy the Alcméon for Salesforce connector.
Functional overview
- Customer Support Agents exclusively works on
Caseobjects within Salesforce. - They respond to conversations from a specific social media account directly via the Alcméon Conversation widget.
- A chatbot configured in Alcméon for this social media account retrieves customer email address in a user custom field and tags the conversation with a specific
Salesforceteam, triggering the synchronization to Salesforce.
Implementation steps
In Salesforce
Once the package has been installed, the integrator should:
- Create a Queue that will be mapped to the Alcméon team responsible for transferring social media conversations from Alcméon to Salesforce.
- Implement Apex triggers to synchronize
Caseandalcmeon__Conversation__cobjects in Salesforce. For instance, you can implement a logic to findContactobjects based on email addresses stored in thealcmeon__User_custom_fields__cof receivedalcmeon__Conversation__cand link them to newCaseif identified. - Configure Alcméon Conversation widget to be displayed in the
CaseRecord page for seamless integration.
In Alcméon
- Simply connect your Salesforce organization.
- Link the social media account to this organization.
- Create a specific
Salesforceteam and map it to the previously created SalesforceQueueto manage routing to Salesforce when conversations are assigned to this team.
Updated about 1 month ago