In my app a user can select to get email notifications once or twice per year according to a schedule that the user sets herself in the app UI, not in squidex ui.
From the docs:
Squidex Emails
Use our Email server to send out emails to users that might be interested when a content item or anything else in Squidex has been changed. This option is only available in the cloud, but if you host Squidex yourself you can also use a custom Email server.
Ive been thinking about using a transactional SaaS such as Postmark for this but im wonderinge if maybe Squidex can handle these mails instead? Im using Squidex Cloud.
You can send him a notification and he has enabled emails, he should get one.
This feature is only for users created in Squidex Admin UI, yes?
My users are in Clerk, so their accounts do not live in Squidex.
Right now there is no integration for clerk. I think depending on the API you can also use the normal Webhook Action. But I am not sure if this is the best idea. If you only send it a few times per year these emails are important and you might want to design them in the clerk email designer to ensure they look 100% correct. I am not sure how you would do that with Squidex.
Perhaps I do not get what you want to do.