Webhooks
Webhooks Overview
Learn about Govly Enterprise webhooks
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn about Govly Enterprise webhooks
{
"event": "EVENT_TYPE.ACTION",
"payload": {
// Event-specific data
}
}
{
"event": "OPP_WORKSPACE.INTEND_TO_BID",
"text": "[SEWP RFQ 123](https://govly.com/opportunities/123) has been marked as Intend to Bid."
}
| Header | Description |
|---|---|
Govly-Webhook-Signature | SHA2 hex digest of your Webhook Signature Key and the JSON payload |
User-Agent | govly-webhooks/1.0 |
Content-Type | application/json |
Was this page helpful?