Skip to content
Advertisement

Tag: inbound

Sendgrid inbound email with PHP

I have configured a service for inbound email with record MX on Sendgrid. When receive email the callback URL has this function: and it work perfect, now i need to get the information from email, i have read the documentation: https://sendgrid.com/docs/API_Reference/Webhooks/parse.html and it say to use POST, ok i use post for getting the value: in this mode not work,

Advertisement