[[-action-type]] == connector and action ++++ ++++ Include a short description of the connector type. [float] [[define--ui]] === Create connectors in {kib} You can create connectors in *{stack-manage-app} > {connectors-ui}* or as needed when you're creating a rule. // Optionally add a screenshot [float] [[-connector-configuration]] ==== Connector configuration connectors have the following configuration properties: //// List of user-facing connector configurations. This should align with the fields available in the Create connector flyout form for this connector type. To include these configuration details in the API documentation, add appropriate files in x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml //// Property1:: A short description of this property. Property2:: A short description of this property with format hints. This can be specified in `this specific format`. //// Add preconfigured settings for this connector type in alert-action-settings.asciidoc and an example in pre-configured-connectors.asciidoc. //// [float] [[-action-configuration]] === Test connectors You can test connectors as you're creating or editing the connector in {kib}. actions have the following properties. //// List of user-facing action configurations. This should align with the fields available in the Action section of the Create/Update alert flyout. To include these configuration details in the API documentation, add appropriate files in x-pack/platform/plugins/shared/actions/docs/openapi/components/schemas/ and reference them from oas_docs/overlays/connectors.overlays.yaml //// Property1:: A short description of this property. Property2:: A short description of this property with format hints. This can be specified in `this specific format`. //// Optional - additional configuration details here [[configuring-]] ==== Configure ////