Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Heroku, is there a way to add multiple HTTP post hooks?

Tags:

heroku

I am currently using Heroku's HTTP post hook add-on to send a message to my company's chat client, but now I want to do more with it. Is it possible to add multiple HTTP post hooks, so more than one service could be notified when a deploy happens? (no I don't want to receive emails).

Thanks! -Doug

like image 291
Douglas Meyer Avatar asked Aug 22 '12 20:08

Douglas Meyer


2 Answers

My friend Jared made an app for this: https://github.com/deadlyicon/deploy-hook-forker

like image 158
raindrift Avatar answered Oct 23 '22 14:10

raindrift


Not right now - a workaround would be having a tiny app to receives your HTTP post hook and trigger all the HTTP hooks you need.

like image 4
Raul Murciano Avatar answered Oct 23 '22 15:10

Raul Murciano