I am trying to find out why am I not recieving the mail from email notification service.
I use the following rest request to get this data
I get the following error { "payload": null, "uuid": "cc55b89d-f0d0-4cba-8221-f0f4bfc07578", "status": 1001, "message": "Event does not exist", "timestamp": 1508841680178 }
Answer by Martin Saad · Oct 24, 2017 at 07:40 AM
Notification service and Audit logs are different services. From your question you are referring to notification service
yes I am referring to notification service. I have created a email configuration against the tenant id. I am trying to send a mail using this configuration. Following was the response received
{ "payload": { "errors": [], "notificationReferenceUuid": "d3fd00c9-168d-4939-90a1-f1425f3cebaa" }, "uuid": "0cb7fa1d-6a34-4b05-ae04-32e0da92639c", "status": 1013, "message": "Email message is queued", "timestamp": 1508840301929 }
But when I try to access its log.I am Unable to do so
{ "payload": null, "uuid": "baed4077-8f6b-4fa4-8057-8ed1c7cca975", "status": 1001, "message": "Event does not exist", "timestamp": 1508932770218 }