Newer Version Available
Intelligent Document Management
- Transform DocumentâTransform the received document to create a record in the target Salesforce object.
- Review DocumentâWhen the transformed document is used to create the target record, users can review the document for any conflicts, choose to resolve the conflicts, and update the document.
With the Intelligent Document Automation APIs, you can automate the process of getting the mappings between the values of the keys extracted from the content document and the Salesforce object fields, and create a record in the target Salesforce object.
Before using the APIs, perform AWS text extraction from the content document record or received document record by using the POST request on the OCR Text Extraction resource.
Supported Salesforce Objects
Account, BusinessMilestone, Case, Contact, CareDiagnosis, CareRequest, CareRequestDrug, CareRequestExtension, CareRequestItem, CareProgramEnrollee, Lead, Opportunity, Visit, and custom objects.
Special Access Rules
To use these resources, you must have the HealthCloud, DocumentChecklist, and AWSTextract1000LimitAddOn licenses.
Available Resources
| Resource | Description |
|---|---|
| /connect/form-reader/contentDocumentsâ/${contentDocumentId}/record | Create records in Salesforce objects using a document based on a content document record. |
| /connect/form-reader/contentDocumentsâ/${contentDocumentId}/record/${targetRecordId} | Update an existing record in a Salesforce object using a document based on a content document record. |
| /connect/form-reader/receivedDocumentsâ/${receivedDocumentId}/record | Create records in Salesforce objects using a document based on a received document record. |
| /connect/form-reader/receivedDocumentsâ/${receivedDocumentId}/record/${targetRecordId} | Update an existing record in a Salesforce object using a document based on a received document record. |
| /connect/document-automation/contentDocumentsâ/${contentDocumentId}/linkedObjects/${linkedObjectId} | Split a document and attach one or more pages from the transformed document to Salesforce records. |