How to execute Action/Group through the REST api
Basic REST api information
https://{ORG_DOMAIN}/services/apexrest/FLX_KB/kanban_apiAuthorization: Bearer {APEX_SESSION_ID}
Content-Type: application/json; charset=UTF-8
Accept: application/json{
"className": "KanBanActionService",
"methodName": "executeActionOrGroup",
"parameters": "{\"actionOrGroupId\":\"{ACTION_OR_GROUP_ID}\",\"source\":\"{SOURCE_OBJECT}\",\"variables\":{VARIABLES_IN_JSON_FORMAT}}",
"parametersType": "json"
}Executing "Validation Rule" action
Executing "Define Variable" action
Last updated



