Hello Bubble users,
I can’t fire up a notification when my backend task is complete. I use “notify” plugin.
Any advice?
Hello Bubble users,
I can’t fire up a notification when my backend task is complete. I use “notify” plugin.
Any advice?
I don’t use that plugin, so I couldn’t help you with that. But, if you have a field of a data type that is updated as a result of the BEWF, you could use a “Trigger a custom event when data changes,” and set the custom event to use that data type’s field.
For example, I use it with stripe to create a check out page, and have the user field “checkout_url”.
Excellent, thanks! It worked.