HI,
I have scenario to perform a custom action based on the notification approval result. Before creating a user, i need to send out for an approval, if the request is approved, i have to create a zendesk ticket with all the user data for reference.
If Notification Aprroval result is Yes
//execute task1
else Notification Approval result is No
//execute task2
I am new to this and could not find a direct way of doing it. Is there a way we can achieve this. Any help/pointers or references would really appreciated.