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.
Contract Action Input
- JSON example
-
1{ 2 "actionApiName" : "updateEnvelopeStatus", 3...."actionId" : //object state action definition id, 4 "actionData":{ 5 "isUpdateEnvelopeStatusSuccess": true 6 } 7} - Properties
-
Name Type Description Required or Optional Available Version actionApiName String API name for respective contract action. Optional 57.0 actionId String ID for Object state Action Definition record. For the list of all standard actions supported, refer Predefined Dynamic (Contract) Actions.
Optional 57.0 actionData Map<String, String> Action body with supported format string. Optional 57.0