활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hello what is a DOM element wrt Message Centre?
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @Sanjana12 ,
In transactional message, rtEvent and ctx parameters are declared under domEvent.
In rtEvent, type being the template event type and email being the recipient email address is declared.
In ctx, all the attribute used on the template must be defined.
For example, if the event type of the template is 'email_verification' and email address is 'test@test.com' and content is 'Hi firstName lastName',
then SOAP call will be,
<urn:domEvent>
<rtEvent type="email_verification" email="test@test.com" >
<ctx>
<firstName>Partha</firstName>
<lastName>Sarathy</lastName>
</ctx>
</rtEvent>
</urn:domEvent>
Hello @Sanjana12
There is no DOM element anywhere where the JSSP or JS on backend is used.
Maybe I have not understood the question can you add more details?
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/
조회 수
답글
좋아요 수
Hello, I have the below requirements:
조회 수
답글
좋아요 수
Hi @Sanjana12,
Were you able to find out about DOM element or do you still need help here? Do let us know.
Thanks!
조회 수
답글
좋아요 수
Hi @Sanjana12 ,
In transactional message, rtEvent and ctx parameters are declared under domEvent.
In rtEvent, type being the template event type and email being the recipient email address is declared.
In ctx, all the attribute used on the template must be defined.
For example, if the event type of the template is 'email_verification' and email address is 'test@test.com' and content is 'Hi firstName lastName',
then SOAP call will be,
<urn:domEvent>
<rtEvent type="email_verification" email="test@test.com" >
<ctx>
<firstName>Partha</firstName>
<lastName>Sarathy</lastName>
</ctx>
</rtEvent>
</urn:domEvent>
조회 수
Likes
답글
조회 수
Likes
답글