Skip to main content

Webhook Events

Events are named with the format RESOURCE_TYPE.EVENT. The RESOURCE_TYPE corresponds to the shape of the payload, which mimics the API payload for the given RESOURCE_TYPE. For example:
  • A RESOURCE_TYPE of OPP_WORKSPACE will have an event payload that mimics the payload in the /v3/opportunity_workspaces endpoint
  • FOLLOWED_OPP.MODIFIED will mimic the payload of the /v3/opportunities/{{id}} endpoint

Available Events

The following webhook events are available to subscribe to:

Workspace Events

User-triggered events related to opportunity workspaces:
  • OPP_WORKSPACE.FOLLOWED
  • OPP_WORKSPACE.NO_BID
  • OPP_WORKSPACE.INTEND_TO_BID
  • OPP_WORKSPACE.QUOTED
  • OPP_WORKSPACE.SUBMITTED
  • OPP_WORKSPACE.AWARDED
  • OPP_WORKSPACE.NOT_AWARDED

Opportunity Events

Events handled by Govly’s opportunity processing pipeline in real time:
  • FOLLOWED_OPP.MODIFIED - Sent when modifications hit Govly
  • FOLLOWED_OPP.ENRICHED - Sent when Govly finishes LLM summarization