Aswin Coolsaet
- Notification Channel - Webhook HTTP POST
- Notification Event - site created
Use Case: So we can take some automated actions ( like on site creation event )
Feature Request: Notification Channel - Webhook HTTP POST We would be happy if ploi just does a HTTP POST to a URL chosen by us. From certain static ip's.
Rick
Since this is not available yet, I've used this hack to have the ability to use "HTTP webhooks":
Just be sure to add "chat.googleapis.com" somewhere in your Webhook URL, otherwise the validation will fail. By adding it as a GET parameter, it will in most cases not be an issue.
Looking forward for the actual implementation 🍊
Glenford Williams
tried using your method but it doesnt seem to work
Rick
I just tried it myself and this method still works. Be sure to add the string ?chat.googleapis.com
at the end of your webhook URL.
For example, if you want to have the webhook to send stuff to https://hook.eu2.make.com/s8qhkjf92njsad2na01m09
, add an additional GET parameter to work around the validation, like:
https://hook.eu2.make.com/s8qhkjf92njsad2na01m09?chat.googleapis.com
If that still does not work, try a &
instead of a ?
(&chat.googleapis.com
)
Notification Channel - Webhook HTTP POST
-
Dennis moved item to board Planned
7 months ago -
Aswin Coolsaet moved item to project Panel Requests
7 months ago -
Aswin Coolsaet created the item
7 months ago