Hi,Instead of letting them login to Adobe Campaign, you can use below
approach:1) Create a javascript which will be called as webservice call
via SOAP.2) Within your javascript, trigger your workflow which will
sent out delivery to required customers.3) You can also pass dynamic
variables to your workflow.Thanks.