N
Novu2y ago
madhu

Is there any way to find the status of delivery (Email or SMS)?

By using the activity API i have checked the status of delivery. By testing failed because I have provided incorrect email id but in the activity response it is showing like below { "_id": "637b2e50ba3f2ce09d80549d", "_jobId": "637b2e4eba3f2ce09d80546b", "providerId": "sendgrid", "detail": "Message sent", "source": "Internal", "status": "Success", "isTest": false, "isRetry": false, "raw": "{"id":"637b2e4eba3f2ce09d80548b","date":"Mon, 21 Nov 2022 07:52:48 GMT"}", "createdAt": "2022-11-21T07:52:48.415Z", "updatedAt": "2022-11-21T07:52:48.415Z", "id": "637b2e50ba3f2ce09d80549d" } Please help me on this?
4 Replies
madhu
madhu2y ago
I need to find the status of delivery, here I cannot find it, it is showing as "Message sent"
empe
empe2y ago
@Support @Moderator Please have a look
DavidSouthmountain
yes this is because we do not get the webhook feedback from sendgrid yet this is planed for the next release 0.11.0 so what we know of it is sent
madhu
madhu2y ago
thanks David