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

Transactional IDs, custom identificator #986

Closed
chladog opened this issue Oct 17, 2022 · 2 comments
Closed

Transactional IDs, custom identificator #986

chladog opened this issue Oct 17, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@chladog
Copy link

chladog commented Oct 17, 2022

There is no UX friendly way to get the transactional ID from UI. Currently only way to find out template IDs is by API call or in DB.

Some kind of user-defined unique identificator would be even better for transactional email template lookup, so it would be possible to switch templates via listmonk UI when needed without changing the backend code.

E.g. user-defined template property slug: string.
api/tx params that require either template_id or slug.

@chladog chladog added the enhancement New feature or request label Oct 17, 2022
@weese
Copy link

weese commented Oct 22, 2022

I'm also looking for a way to have a stable identifier for templates that can be used when sending a tx template via API call. In a typical setup the sender/user of the API needs to configure the id of a template somewhere and hence it would be good to have one or both:

  1. see the id in the UI
  2. have some alternative like a named identifier/slug that can be defined and is shown for a template

@knadh knadh closed this as completed in 372a144 Oct 22, 2022
@knadh
Copy link
Owner

knadh commented Oct 22, 2022

image
image

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

No branches or pull requests

3 participants