Hi,
1. We have updated nms:Delivery, nms:External Account input forms & schema to create a Custom WhatsApp delivery Content (Like SMS, IOS, Android Content).
2. We are using Mobile SMS channel and External account to trigger deliveries using connector.js.
Connector JS processes the xml delivery part.
When checked, the delivery part, it contains only Text content from SMS "Text Content" inside message tag (refer below sample)
<message address="<NUMBER>" id="<BROADLOGID>" recipient-id="<RECIPIENTID>" released="false" targetCode="">
<text>CONTENTS OF TEXT(SMS) CONTENT </text>
</message>
But we want to see something like below along with text.
<message address="<NUMBER>" id="<BROADLOGID>" recipient-id="<RECIPIENTID>" released="false" targetCode="">
<text>CONTENTS OF TEXT(SMS) CONTENT </text>
<waba>CONTENTS OF TEXT(WABA) CONTENT </waba>
</message>
How can we achieve this?
Please help.
@Vipul_Raghav
@florent