NovuN
Novu2y ago
BrunoLM

Is it possible to setup a schedule with echo?

I have a digest setup to send weekly emails
    const digestResult = await step.digest("weekly", async () => {
      return {
        amount: 1,
        unit: "weeks",
      };
    });


Is it possible to configure the same way I can on the webapp?
image.png
Was this page helpful?