Hi @Ken_Qrious - there are a few ways to achieve this. I've found the simplest is to add an External signal to the start of the workflow and use xtk.workflow.PostEvent to kick it off via the External signal activity. This gives you the scheduler which will kick off when the schedule arrives, plus it...
Hi @NeelamBakre - looks like config / login issues with your service provider. I would double-check your settings with what your SMS provider publishes and try againCheersDarren
What @mattLiddy said above Also be aware that email clients like Yahoo and the new changes from Apple iOS15 MPP update will "pre-fetch" the tracking pixel when the email is received, so it will appear as if the email has been opened but it has only been delivered. You might want to factor in these c...
Hi @Greeshma_Sampath1 - last time I looked the External SMPP connector code was baked into the Campaign server code, so its not possible to alter the behaviour of the auto-responder directly. Its also difficult to tell when an auto-response has happened as there are no records to indicate a message ...
Hi @jeegnesh_patel - you don't need to do any integration with Campaign for BIMI. Its all done on the certificate and DNS side.If you go to the BIMI Guide it will tell you what you need to do: https://bimigroup.org/implementation-guide/The main thing is getting a certified VMC (verified Mark Certifi...
Hi @kevinh95689533 -the actual String datatype is defined by the underlying DB used, so it actually can vary: https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/schema-reference/schema-structure.html?lang=en#mapping-the-types-of-adobe-campaign-dbms-data I hav...
Hi @kevinh95689533 - String data type is limited to 1024 characters by default. If you want to store > 1024 chars you need to use a memo element field instead.I had issues trying to write to a memo element using xtk.session.Write, so I used sqlExec() instead. Just make sure to properly sanitize the ...
Hi All - is it possible in Campaign Standard to send workflow and system alerts to webhooks (e.g. Slack, Teams, etc)? If so, is it configurable for all alerts or just some?ThanksDarren
Hi @NeelamBakre - There is no support for this feature in Adobe Campaign as its pretty specific to a single ESP (Google). I dont think there is any way to force Gmail to pick your email either. If you sign up for Litmus or another partner that supports this Gmail promotional annotations you can tail...