QuestionQ12

Define/Design

A consultant needs to build a guided screen for customer service agents who answer phone calls to authenticate callers and positively identify them. The agent will ask the caller for their full name and the last four digits of their social security number, which are not stored in Salesforce. The agent will enter the supplied information into a form and, when they click submit, a web service call will be made to an external authentication service to authenticate the caller.

What should the consultant do to meet these requirements?

  • A Create a OmniScript flow.
  • B Create a Lightning web component.
  • C Create a Canvas application for the Authentication module.
  • D Create a screen flow.
Explanation

OmniScript provides a declarative guided interaction for service agents, captures user-entered data, and can use action elements and integrations to call external services. It is suited to an agent-led authentication process that sends values not stored in Salesforce to an external authentication service.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!