After an event is triggered , how to find out that the triggered event was success?
I have a use case where i want to send a sms to a user . So suppose I use a third party "A" which sends an sms when triggered but for some reason "A" is down so I want to use third party "B" to send sms.
So my question is how to find the status of the action performed by the trigger ?
So my question is how to find the status of the action performed by the trigger ?