Page MenuHomeDevCentral

Support new Phabricator webhooks
Open, NormalPublic

Description

Phabricator have now proper webhooks support.

This should be more solid than the former HTTP feed / API combo.

Reference: https://secure.phabricator.com/book/phabricator/article/webhooks/

According the 2018.06 changelog, the feed.http-hooks will be deprecated in the future, then removed.

Event Timeline

dereckson triaged this task as Normal priority.Mar 2 2018, 23:26
dereckson created this task.

Plan is Phabricator will need two credentials:

  • the secret to validate webhooks integrity (secret)
  • the secret to contact Phabricator itself (apiToken)

[ This task isn't in my immediate radar. ]