Send emails with new caught webhooks
When this happensStep 1: Catch Hook
Then do thisStep 2: Send Outbound Email
Let's be honest, writing another line of PHP to send another email was fine the first couple hundred times, but now it's just plain annoying. With this integration, though, you'll get your very own URL to catch a webhooks and insert data into an outgoing message. When we get a webhook, you get an email!
What you'll need
- Something to send the HTTP request or webhook (jQuery, PHP, third party, etc...)
- An email address in mind (or one defined in the webhook itself)