Hi,
I want to do automates process like unsubscribe to list, or send email or notify someone when user subscribe to a list.
I would like to integrate Camunda BPM to listen the database and do the process steps when a new user subscribe.
Example:
User subscribers to a list
- wait for one hour
- send an email
- wait for some time
- notify someone
- update contact details..
When user subscriber i need to do that the task corresponding to the time they added.
Please give example to integrate this functionality and give an idea to do this.