Delivery not visible on Campaign dashboard | Community
Skip to main content
bhaskarc1289447
Level 3
December 11, 2020
Solved

Delivery not visible on Campaign dashboard

  • December 11, 2020
  • 1 reply
  • 1803 views

Hi All,

 

I have created a Campaign (plan->program->campaign). I am Using 'Delivery' under actions tab of 'Targeting workflows' to send the mail. Inside delivery I am using 'new, created from a template' and Recipients - 'specified in the inbound event(s)'. When I send the delivery, the Delivery do not appear on the campaign Dashboard. The deliveries are sent successfully. Am I missing something? Please help.

 

 

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 DavidKangni

Hi,

It's expected for deliveries under actions tab as they can be use in standalone workflows (workflows not linked to a campaign).

If you need to attached them just add a js activity after the delivery and write a code.

delivery.operation_id = instance.operation_id;

 

This entire topic is available here

Thanks

David

 

1 reply

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorAccepted solution
Community Advisor
December 11, 2020

Hi,

It's expected for deliveries under actions tab as they can be use in standalone workflows (workflows not linked to a campaign).

If you need to attached them just add a js activity after the delivery and write a code.

delivery.operation_id = instance.operation_id;

 

This entire topic is available here

Thanks

David

 

David Kangni