Body
-
actionTypeId
string Required The connector type identifier.
-
config
object Default value is
{}
(empty). Additional properties are allowed. -
name
string Required The display name for the connector.
-
secrets
object Default value is
{}
(empty). Additional properties are allowed.
POST
/api/actions/action
curl \
--request POST 'https://localhost:5601/api/actions/action' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true" \
--data '{"actionTypeId":"string","config":{},"name":"string","secrets":{}}'