Hi there,
I wonder if I can configure a webhook for example that emails me every time someone creates a new member on my forum?
As I understand it a weebhook payload URL has to be created through for example Zapier or is it possible without having to register there?
Best regards
Olle
1 Like
You can do it without zapier but you do need to have a script of some kind that is triggered using the webhook and takes the payload and emails it to you. You can’t just program webhooks to send you an email.
For the example you give, you could also enable must approve users
but then that would restrict login until you approve the new user manually.
For more about webhooks, take a look at: Discourse API Docs
1 Like