Generate Warning Type Alarm or reminder

I need to create a notification, a certain number of minutes after a date and time saved with a change time stamp.
I can not find a way to trigger the notification.
How would I have to do?

1 15 2,365
15 REPLIES 15

@Alfredo_Pou
Iโ€™m afraid thatโ€™s not possible unless you donโ€™t use a time-triggered script.

Is that possible now?
Is it possible to have notification as other apps?

I think you might be able to do this using Zapier.

Here is the general idea:

  1. The add or update would trigger a workflow webhook that is sent to Zapier.
  2. In Zapier you would create a โ€œCatch Hookโ€ that is invoked by the webhook from step 1.
  3. Zapier provides a โ€œdelay for a period of timeโ€ action.
  4. Once the delay expires, you could perform an Zapier action that sends the notification.

Hi @Phil,

Is there an easy but well detailed sample about how to do this. It would be an excellent contribution to the community.

Thanks in advance!

You can use a scheduled workflow that is basically checking for a stateโ€ฆ So, it could run every minute, or hour, or dayโ€ฆ And when it finds the state that needs notification, Bam.

That is exactly what I try to do!
But I can not find where to configure it to run every certain amount of minutes.
Could you tell me where I set it?
Thank you!

Itโ€™s next to workflow, called reports.

I started there, and only found daily options at a certain time, not minutes.

@Alfredo_Pou Yes thatโ€™s correct. The smallest interval is one day. If you would like to send a reminder within working day, you should add 8 different scheduled reports where they will be triggered like 9AM, 10AM, 11AM etc.

Yes, I understand that but those would be sent to a fixed schedule each, itโ€™s not what I need. Unless it can be configured through an expression in which the same app can define that schedule as many times as it wants.
Since what I need is that from a changetimestamp I sent a push notification a certain number of minutes after I saved the timestamp.

Is there any limit? If I wanted to do it for 24 hours every half hour, could I make 48 reports?

Then you would need to use either with Zapier as @Phil described or for example with scripting.

In generally speaking you could do that, but I would prefer to use the approach from Mr @Phil.

Interesting post, @Aleksi for the @Phil solution about the webhook with zapier, Do I need a business plan, or Can I use this feature in a PRO plan?

@Fernando_Lopez Pro is okay because of webhook.

Top Labels in this Space