Développer ma barre des réalisations de la Communauté.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

Scheduling: Delivery level [Urgent]

Avatar

Ex-membre de la communauté

Hey all,

I want to schedule the delivery of emails but without using the scheduler activity. Simply put, I want to schedule deliveries on a delivery level without the use of a scheduler in the workflow.

Is it possible to configure this within the 'Delivery' activity and how would I go about doing this?

Please help, this is urgent. Thank you!

1 solution acceptée

Avatar

Réponse correcte par
Level 10

In that case or recurrent delivery (or in case of continuous delivery as well), to my mind the only solution is to use a workflow.


So, it is easier to use the Schedule activity inside the workflow to define your frequency/timetable.

But if complex rule must be set that can't be defined by the Schedule activity, use Javascript activity to code your specific timetable rule.

And if it is not possible to achieve it programmaticallly in the workflow itself, due to external planification made elsewhere, use the External Signal activity at the beginning of your workflow, then either another workflow or an external application can trigger the signal at your specific recurrency.

Regards
J-Serge

Voir la solution dans l'envoi d'origine

3 Replies

Avatar

Level 10

Hi SunouCloud,

In your delivery, you can select Planification button to execute the delivery at a choosen date (the contact date):

1292003_pastedImage_0.png

Regards.

Jean-Serge

Avatar

Ex-membre de la communauté

What if I want it to be recurring, so for example, every day at 10am?

Avatar

Réponse correcte par
Level 10

In that case or recurrent delivery (or in case of continuous delivery as well), to my mind the only solution is to use a workflow.


So, it is easier to use the Schedule activity inside the workflow to define your frequency/timetable.

But if complex rule must be set that can't be defined by the Schedule activity, use Javascript activity to code your specific timetable rule.

And if it is not possible to achieve it programmaticallly in the workflow itself, due to external planification made elsewhere, use the External Signal activity at the beginning of your workflow, then either another workflow or an external application can trigger the signal at your specific recurrency.

Regards
J-Serge