php - SendGrid webhook not receiving events

87

I created webhook for tracking Sendgrid email open,click events. I received event data in webhook like this:

$data = file_get_contents('php://input');
$data = json_decode($data);

It's worked fine when I send a mail to single receipt. All processing, delivered, open, click events to my webhook.

If I send mail to multiple receipts (5 to address) only few events received to my webhook. But in Sendgrid dashboard activity log having all events. Why am I not able to receive these in my webhook?

People are also looking for solutions to the problem: php - Dynamic select query according to form fields

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.