Webhook when project activated

Is there a webhook that fires when a new project is activated? I want to send notifications on those events.

The enterprise edition support global system webhooks. A webhook is triggered for a number of system events, including when a repository is activated / updated.
http://docs.drone.io/configure-system-webhooks/

This would allow you to setup a small micro-service that receives the webhook and sends a notification for the appropriate event.