Create a profile check action
POST {{baseUrl}}/workflow_actions/profile_check_actions
Create a profile check action
Request Body
{"workflow_action"=>{"workflow_id"=>"33f072dd-13b4-41e1-8ea0-16f2a59b57c8", "description"=>"Finds a profile based on selected attributes and values found in the session.", "archived"=>false, "ne_attribute_ids"=>["33f072dd-13b4-41e1-8ea0-16f2a59b57c8"], "handle_type"=>"session", "handle_id"=>"33f072dd-13b4-41e1-8ea0-16f2a59b57c8"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"workflow_action":{"workflow_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","description":"Require approval from another user or a group of users with a specific role.","page_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","add_requester_as_owner":true,"email_attribute_id":"33f072dd-13b4-41e1-8ea0-16f2a59b57c8","email_addresses":["johndoe@gmail.com","janedoe@gmail.com"],"new_status":"Active, Inactive, On Leave, Terminated","archived":false,"skippable":false,"requires_comment":false}}