Wait x amount of time then send email - offline

If I had a workflow setup to send an email after x amount of time, would I need to have my app running in the browser for the workflow to trigger or will this happen even if my app is not open? Example: Trigger = new contact is added to crm (my app) then wait 30 hrs then send email. If at the 30hr mark I am not logged in will this still work?

Thanks

The “wait” is only for client-side actions. You’ll need to use the Schedule Workflow functionality to make this happen.

Got it, thank you much @andrewgassen

1 Like