Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Post Save Operations (POST)

Launches downstream notification alerts and validation calculations against saved objects.
Resource
1/connect/document-ai-automation/actions/post-save
Available version
68.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "templateIdentifier": "InvoiceTemplate",
3  "savedRecords": [
4    {
5      "id": "a1x5g000000ABC123",
6      "objectName": "Invoice__c",
7      "referenceId": "INV_1"
8    }
9  ]
10}
Properties
Property​ Name Type Des​cription Required
template​Iden​tifier String The identification lookup mapping template tracking string. Required
saved​Records Object The summary target collection listing successfully inserted record objects reference IDs. Required
Response body for POST
Post Save Operations