Not receiving any notification mail event after email notification api is success

Please find below the cURL for outbound email notification api with all the necessary parameters.
Even when the API is giving success response, we are not receiving any email notification.

cURL -

curl --location --request POST 'https://cloud.yellow.ai/api/engagements/notifications/v2/push?bot=x1666274014901' \
--header 'Content-Type: application/json' \
--header 'x-api-key: Hidden' \
--data-raw '{
    "userDetails": {
        "email": "atharva.agrawal@yellow.ai"
    },
    "notification": {
        "type": "email",
        "sender": "agrawal.atharva1999@gmail.com",
        "templateId": "email_otp"  
    }
}'

Request support here. :pray:

CC: @Saravanan_R @Agilan_KS @dedymulyadi @Hitesh

1 Like

Hi @Atharva_Agrawal

This seems like a bug or an unexpected behaviour which would require the attention of the respective product team.

Please raise this an internal ticket as mentioned in the guidelines

Also,

Avoid sharing api-keys over a public forum, you can always share this as part of an internal ticket instead.