include seed addresses only on first run | Community
Skip to main content
Level 3
September 13, 2019
Solved

include seed addresses only on first run

  • September 13, 2019
  • 5 replies
  • 6325 views

Hi

I have a workflow that will run every 30 minutes.

The delivery that will be send is of the type 'continuous delivery'.

How can I make sure that the seed addresses that are configured in the delivery template, only get targeted on the first run?

I don't want the seeds to receive the email every 30 minutes.

Thanks!

Leonie

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Add seed addresses to your template, then write js in a library, called in the delivery activity's init script. Roughly:

  • Check nms:broadLogRcp for existence of any rows related to the template
    • If none, exit
    • Otherwise alter the template, removing seed addresses

Thanks,

-Jon

5 replies

Adhiyan
Adobe Employee
Adobe Employee
September 13, 2019

Hi Leonie,

I do not think this can be achieved with seed address in continuous delivery.

You can use a proof group or list , send the proof manually and then start the continuous delivery without the proof target.

Regards,

Adhiyan

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
September 16, 2019

Hi,

Add seed addresses to your template, then write js in a library, called in the delivery activity's init script. Roughly:

  • Check nms:broadLogRcp for existence of any rows related to the template
    • If none, exit
    • Otherwise alter the template, removing seed addresses

Thanks,

-Jon

Level 3
September 17, 2019

Thanks Jon for this alternative solution!

I'll give it a go.

Level 3
September 17, 2019

Hi Adhiyan

Thanks for your response!

The fact that a continuous delivery doesn't have a send a proof option like the other template based delivery type, tells me that your answer isn't actually correct.

In this case I would then need to use the other template based delivery or a marketing delivery and send out the proof. Go back into the flow and switch up the delivery type and send the continuous delivery properly.

This seems too much hassle for business to perform each time they want to use the workflow.

I'll have a go with Jons approach for this matter.

Regards

Leonie

Adhiyan
Adobe Employee
Adobe Employee
September 17, 2019

Hi Leonie,

In fact , you can use proof targeting normally in a continuous delivery.

1>. Choose this option in the delivery

2>. Then define your proof targets in the template itself

And it should allow you to send a proof using continuous delivery.

When you are done , simply switch the option in the delivery to "specified by the inbound events" and it would not send the proofs anymore.

But I guess it will be not the ideal process so please choose whatever methods suits your business the best here

Regards,
Adhiyan