Working with messages between contacts using code

hello @danielmwakanema

you could try

@(json(object(
"id", run.uuid,
"from", replace(urns.tel, "tel:", ""),
"content", "AUTOMATED UPDATE : Client joined NIGHT message group"
)))
2 Likes