- Joined
- Nov 1, 2017
- Messages
- 3
- Reaction score
- 0
Hi,
Sorry if this is the wrong location, I don't seem to have sufficient access rights to post in the CFD forum.
I have a CFD flow that sends an after hours emergency notification via the pushover app using their API call, it works fine.
When the user gets the notification, they have an "acknowledge" button on the app. There is another follow-up API call where I can query the status (0 or 1) of the acknowledgement (confirm that the message was received). I also have this working by sending out an email from the flow showing the status (its always "0" because the message was just sent).
How can I wait a period of time, say 10 minutes, then check for acknowledgement? Something in the disconnect handler? If not acknowledged in 10 minutes, I'll have the system notify a manager.
Thanks.
Sorry if this is the wrong location, I don't seem to have sufficient access rights to post in the CFD forum.
I have a CFD flow that sends an after hours emergency notification via the pushover app using their API call, it works fine.
When the user gets the notification, they have an "acknowledge" button on the app. There is another follow-up API call where I can query the status (0 or 1) of the acknowledgement (confirm that the message was received). I also have this working by sending out an email from the flow showing the status (its always "0" because the message was just sent).
How can I wait a period of time, say 10 minutes, then check for acknowledgement? Something in the disconnect handler? If not acknowledged in 10 minutes, I'll have the system notify a manager.
Thanks.

