Seismic · Arazzo Workflow
Seismic Generate a Livedoc from a CRM Data Source
Version 1.0.0
Pick a connected CRM data source and template, then merge a CRM record into a Livedoc.
Provider
Workflows
livedoc-from-crm-datasource
Generate a Livedoc by merging a CRM record from a connected data source.
Resolves a connected CRM data source by type, confirms its connection status, finds a template, and generates a Livedoc that pulls merge data from the supplied CRM record ID.
1
findDataSource
listDataSources
List data sources of the requested type, returning the first match.
2
getDataSource
getDataSource
Read the data source detail to confirm it is connected before relying on it for merge data.
3
findTemplate
listLiveDocTemplates
Find the Livedoc template by name, returning the single best match.
4
generate
generateLiveDoc
Submit a Livedoc generation request that merges the named CRM record from the connected data source into the resolved template.