I need to add continue some background work when a...
# talk-kratos
c
I need to add continue some background work when a new user is registered. Is it possible to publish a message to a Message Bus (Nats in my case) to continue some work reliability? Otherwise, how do you recommend going about the situation of continue doing work after signing up reliable?
h
Yes, you can use webhooks for this
c
Hah! Thank you @high-optician-2097