New Webhooks for Projects
We're releasing new webhook events for projects. You'll automatically begin receiving these events if you have a webhook that is subscribed to wildcard events. As always, we continue to recommend listening for the actions in order to future-proof your code.
The new events and actions are detailed below.
ProjectEvent
-
created
: sent when a project is created. -
edited
: sent when a project's name and/or body are updated. -
deleted
: sent when a project is deleted.
ProjectColumnEvent
-
created
: sent when a project column is created. -
edited
: sent when a project column's name is updated. -
deleted
: sent when a project column is deleted. -
moved
: sent when a project column is moved to new position.
ProjectCardEvent
-
created
: sent when a project card is created. -
edited
: sent when a project card's note changes. -
deleted
: sent when a project card is deleted. -
moved
: sent when a project card is moved to a new position. -
converted
: sent when a project card that was a note is converted to an issue.
If you have any questions or feedback, please get in touch!