Hello,
I am wondering what these fields mean in the Webhook response:
"delivery_status": "pending",
"delivery_attempts": 1,
"delivered_at": 0,
Almost all of the messages have "delivery_status": "pending" (some of them have “retry”), and all of them have delivered_at: 0. This includes messages such as survey.answers, contacts.deleted and others.
What do these fields mean? I would expect a timestamp for delivered_at and status as delivered or something like that.
Thank you,
Nick