- Published on
OmniStudio FlexCards Data Sources
- Authors
- Name
- Tony Geiser
What data sources are available to FlexCards?
Salesforce OmniStudio FlexCards can retrieve and display data from various sources. These include:
OmniStudio Data Mapper: Fetch data from Salesforce objects using Data Mapper Extracts.
Integration Procedures: Execute multiple actions in a single server call, allowing data retrieval from both internal and external sources.
SOQL Query: Utilize Salesforce Object Query Language to search an organization's data for specific information.
SOSL Search: Employ Salesforce Object Search Language to perform text-based searches across multiple objects.
REST Web Services: Integrate with external REST APIs to fetch or post data.
Apex Remote: Invoke Apex classes and methods to retrieve data.
Apex REST: Use Apex REST endpoints to obtain data.
Custom JSON: Embed static JSON data directly into the FlexCard, useful for testing or when external data sources are unavailable.
Streaming API: Subscribe to real-time data updates from Salesforce.
SDK: Leverage methods from Software Development Kits to retrieve data.