ArtivisionArtivision

Webhooks

Receive notifications when events occur in your projects.

Webhooks notify your server when specific events occur in Artivision.

Configuring Webhooks

  1. Go to Project Settings → Webhooks
  2. Add your endpoint URL
  3. Select events to subscribe to
  4. Save and test

Available Events

  • project.created
  • project.deployed
  • project.deleted

Payload Example

{
  "event": "project.deployed",
  "project_id": "proj_123",
  "url": "https://my-app.artivision.app",
  "timestamp": "2024-12-17T00:00:00Z"
}
Was this page helpful?