Avatar

Community Advisor

Hi,

 

There isn't a ctx parameter in the SubmitDelivery method.

If you're trying to recreate Message Center, use SubmitNotification, which has a target param:

 

<delivery>
  <targets>
    <deliveryTarget>
      <targetPart>
        <where>
          <condition expr="@id=123"/>
        </where>
      </targetPart>
    </deliveryTarget>
  </targets>
</delivery>

 

Thanks,

-Jon