Hi everyone!
I am the lead integrations developer at Kandra Labs (creators of Zulip, an open source group chat). I am currently trying to write a webhook integration for Phabricator. Here’s what I have done so far:
- I have a self-hosted RequestBin instance I use to capture incoming HTTP requests. I created a RequestBin endpoint.
- I have the Test Instance setup on Phabricator. I set up a Firehose webhook and pointed it at my RequestBin endpoint. However, when I created a new project, I didn’t see any payloads at my RequestBin instance. When I go to the webhook menu, all I see is the following:
Can you even use webhooks on a test instance? I am very new to Phabricator and would really appreciate it if someone could please give me some pointers on how to debug this further. Thanks!



