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.
Solved! Go to Solution.
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.
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.
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.
Views
Replies
Total Likes