kathyisawesome / woo3pdhelpscout

Parse WooCommerce.com support emails into HelpScout conversations
5 stars 0 forks source link

Add some kind of signature to SendGrid webhook #8

Open helgatheviking opened 4 years ago

helgatheviking commented 4 years ago

Don't think they support signatures/auth when sending their hooks. Could apply a key via email address. As sendgrid will relay every email that hits the subdomain, we could add a setting for email address... something like Alksdsvse33evsvn@support.yourdomain.com and then check the webhook for the "to" address (which is in the payload and make sure they match.

helgatheviking commented 1 year ago

SendGrid doesn't sign their webhooks for inbound parse in any way whatsoever so there's nothing I can do here yet.