Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Control back to CRM(MSDynamics)

Avatar

Level 2

Hi,

We are planning to build a solution for our client where we develop an Integration between ACS and MsDynamics. The user in MsDynamics should be able to get into the ACS on click of a button and then send an email from ACS. After he has sent the email, the control should go back to CRM automatically. Below is the expected solution design. Need some insight on how the control can go back to CRM from ACS.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.

Avatar

Level 2

Bonjour,

 

Vous pouvez mettre en place des messages transactionnels directement dans ACS. Il suffit d'envoyer la requête API (CRM dynamics > ACS) pour envoyer automatiquement l'email avec les informations au client. Il suffira d'un simple clic pour générer l'envoi de la campagne.