We are unable to select email connector in Default connectors drop down on Uptime settings page.
The email action/connector can be selected through Create rule
The email connector was returned by /api/actions
, so wonder why it is not displayed on the UI
[{
"id": "94aa2f30-0a2d-11ec-a1bf-ef18a994b933",
"actionTypeId": ".email",
"name": "Email connector",
"isMissingSecrets": false,
"config": {
"hasAuth": false,
"from": "aa@aa.com",
"host": "localhost",
"port": 25,
"service": null,
"secure": null
},
"isPreconfigured": false,
"referencedByCount": 0
}, {
"id": "539e4a61-d5ce-4df3-83bf-ad204ceef02b",
"actionTypeId": ".server-log",
"name": "Monitoring: Write to Kibana log",
"config": {},
"isMissingSecrets": false,
"isPreconfigured": false,
"referencedByCount": 14
}, {
"id": "42a6360c-4e13-4de3-9a89-39fa8a560ab4",
"actionTypeId": ".webhook",
"name": "MS Teams ES alerting test",
"config": {
"method": "post",
"url": "",
"headers": null,
"hasAuth": false
},
"isMissingSecrets": false,
"isPreconfigured": false,
"referencedByCount": 2
}
]