FEATURE: Add Mailpace webhook (#21981)

Adds Mailpace (formerly known as ohmystmp) webhook

Co-authored-by: ruq <hosch@mailbox.org>
This commit is contained in:
Bianca Nenciu
2023-06-08 19:06:20 +02:00
committed by GitHub
parent d246938265
commit ab260e70be
3 changed files with 64 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ Discourse::Application.routes.draw do
post "webhooks/aws" => "webhooks#aws"
post "webhooks/mailgun" => "webhooks#mailgun"
post "webhooks/mailjet" => "webhooks#mailjet"
post "webhooks/mailpace" => "webhooks#mailpace"
post "webhooks/mandrill" => "webhooks#mandrill"
get "webhooks/mandrill" => "webhooks#mandrill_head"
post "webhooks/postmark" => "webhooks#postmark"