Coding Webhook callback
Receive Coding Push/Merge Request events, automatically extract changed SQL and trigger an audit.
Coding configuration:
- Create an SCM monitoring configuration in the PawSQL admin console to obtain the webhookToken
- In Coding project → Project settings → Developer options → Webhook, fill in the URL:
{PAWSQL_SERVER}/api/v1/integrations/coding/webhook/{webhookToken} - Check Push and Merge Request events
Expected HTTP Headers:
X-Coding-Event: event type (push / merge_request)X-Coding-Signature: signature (optional)X-Coding-Delivery: event delivery ID
Request Body: Coding Webhook Payload (JSON format)
POST
Error
Path Parameters
Webhook verification token
Body
application/json
Coding Webhook Payload, format per the official Coding documentation
Response
200 - text/plain
Webhook processing result
The response is of type string.