-
Notifications
You must be signed in to change notification settings - Fork 32
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
FEATURE: A helper to create workflow #13
Comments
I want to work on this |
@ryshu Please can you shed more light on how this is supposed to be or work? |
No idea in deep but it's a must-have if we want to help you on the support side. The idea here is that it's very complex to manage the definition of workflows from the API. In my opinion, users should eventually be able to simply declare a template using the SDK like that: template = Template(name="my template")
template.add_step(InAppNotification("A message of in-app notification"))
template.add_step(Digest(timeout=3600))
template.add_step(EmailNotification(subject="A subject of email", content="...."))
template.synchronize_with_novu() |
Hey @Danimoz you still interested in this? |
Yes I am
…On Mon, Oct 23, 2023, 18:45 Sumit Saurabh ***@***.***> wrote:
Hey @Danimoz <https://github.com/Danimoz> you still interested in this?
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHKJAZJ6TDOPCZZS2LXF3O3YA2UNFAVCNFSM6AAAAAAVA5FIUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZVG4YDMNRQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Add a helper to create a workflow
The text was updated successfully, but these errors were encountered: