What is an API?
Application Programming Interfaces (APIs) are a technology that allows applications to talk to one another.
An API is equivalent to a user interface for applications, data, or devices, except it’s designed for software instead of humans.
What are the benefits of using APIs?
What is the term when a developer takes an existing code base and uses it to refer to the API?
“calling” an API
Why are HTTP Protocols used?
To Call an API
What are HTTP or hypertext transfer protocols?
Standardized languages for communicating with an API.
(Otherwise known as the World Wide Web)
What is the special set (4) of HTTP commands called verbs?
What is the correct syntax to retrieve data from a server?
Notice that instead of the “www” you’re familiar with, FitBit uses “api”
In which communication standard does the API respond to an HTML call?
JSON (JavaScript Object Notation)
What is an exemple of integration tools to help non-programmers to work with these outputs (languages)?
MuleSoft Composer (by Salesforce)
What are composite applications sometimes called “mashups”
An application can make calls to multiple APIs and API providers
What are two relatively new API-like technologies trying to take over Web API?
What is a streaming API?
Using HTTP/2, gRPC can turn an API into a streaming API that feeds its data to the consuming application as soon as that data becomes available.
What is Lightning App Builder?
Lightning App Builder can be used to build…
How do you access the Lightning App Builder?
Setup/Lightning App Builder
In the Lightning App Builder, What doesn’t “Quick Actions” allow to do?
Quick actions allow users to quickly create and modify records.
(Ex.: Log a Call, New Case, New Lead, and New Task…)
Once you created a New App, How do you show the “Tab” in your system and add it to the Salesforce mobile app navigation?
Activate the app, which automatically creates the tab and adds them to the Salesforce mobile app navigation.
What do you need to do before building a custom “Service Console app”
Enabling Knowledge
Where can you building a custom “Service Console app”
Setup/App Manager/New Lightning App
Where should you go to create a custom page layout for the Lightning app “Service Console” you created?
In the setup/Lightning App Builder
Omni-channel support allows support users to use a connected softphone and webchat. What should an Admin setup to allow the support supervisors to track their agents, their pending cases and work.
User interface Settings
To Control the user’s working experience And controls the ability of the users to personalize the navigation bar
App Manager
Manage app for lightning experience
In-App Guidance