mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add Mailpace webhook (#21981)
Adds Mailpace (formerly known as ohmystmp) webhook Co-authored-by: ruq <hosch@mailbox.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user