내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

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.