Newer Version Available
Perform Quick Actions
Perform a quick action that creates or updates a record.
- Resource
-
1/ui-api/actions/perform-quick-action/${actionApiName}actionApiName—The API name of a quick action.
- Available Version
- 57.0
- HTTP Method
- POST
- Example
-
This example uses a request body to create a Contact for an Account.
1POST /services/data/v59.0/ui-api/actions/perform-quick-action/Account.CreateContact1{ 2 "apiName": "Contact", 3 "contextId": "001RO000003zKtEYAU", 4 "fields": { 5 "LastName": "Rogers" 6 "Title": "VP, Facilities" 7 } 8} - Request Parameters
-
Parameter Name Type Description Required or Optional Available Version performQuickActionInput Perform Action Input The data for the quick action. Required 57.0 - Response Body
- Quick Action Execution