Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API for changing execute action subjectline #394

Open
althaf004 opened this issue Dec 12, 2022 · 1 comment
Open

API for changing execute action subjectline #394

althaf004 opened this issue Dec 12, 2022 · 1 comment

Comments

@althaf004
Copy link

hi, Is it possible to have an api to change the subject of execute action emails send from keycloak,like

keycloak_admin.execute_actions.execute_action(user_id_keycloak, "VERIFY_EMAIL", subject="Verify Email")

This api will be so helpful.

@ryshoooo
Copy link
Collaborator

Hi @althaf004

We already have methods for executing email actions, f.e. update account or verify email.

If you wish to customize the emails which are being sent, that has to be done on the Keycloak server side using the templates (see https://stackoverflow.com/questions/55349721/is-it-possible-to-change-the-email-content-in-keycloak and https://www.keycloak.org/docs/latest/server_development/#creating-a-theme). These customizations are not customizable via the API and therefore can't be supported with this library.

Is this answering your request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants