I’m sending a message to WhatsApp via the API and want to get the delivery status update via a journey triggered by the campaign-notification-updates event instead of using the postbackURL on engage preference.
But I don’t get msgId like in postbackURL, I only get data like this:
{"code":"campaign-notification-updates","data":{"status":"triggered","userId":"628577xxxx","source":"whatsapp","campaign":"apiNotifications","templateId":"my_template_id","workflowId":null}}
I get this data from node function by returning value from data.event. Can I get the msgId here?