Create Deploy Webhook
Deploys
Create Deploy Webhook
Creates a deploy webhook for a GitHub repository to automatically trigger deployments.
POST
Create Deploy Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the application where the webhook will be created.
The GitHub repository owner.
The name of the GitHub repository.
The ID of the GitHub repository.
The GitHub account ID.
Response
The URL of the created webhook.
Error Responses
Possible error codes:
UNAUTHORIZED: User is not authenticated or lacks permissions.PLAN_RESTRICTED_FEATURE: User plan does not support auto-deploy.INVALID_ACCOUNT_ID: Provided GitHub account ID is invalid.MISSING_REPO_INFORMATION: Required repository information is missing.INSTALLATION_NOT_FOUND: GitHub installation not found for the user.
A descriptive message providing additional details about the error.