Webhooks notify your server when specific events occur in Artivision.
Configuring Webhooks
- Go to Project Settings → Webhooks
- Add your endpoint URL
- Select events to subscribe to
- Save and test
Available Events
project.createdproject.deployedproject.deleted
Payload Example
{
"event": "project.deployed",
"project_id": "proj_123",
"url": "https://my-app.artivision.app",
"timestamp": "2024-12-17T00:00:00Z"
}