> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Custom Webhook Guides

> Paradime SaaS Integration: Connect dbt™ projects with other SaaS applications using webhooks for smoother automation and workflows.

<CardGroup cols={2}>
  <Card title="Azure DevOps" href="/developers/webhooks/custom-webhook-guides/azure-devops" horizontal>
    Create an Azure DevOps Work item when a Bolt run complete with errors
  </Card>

  <Card title="Jira" href="/developers/webhooks/custom-webhook-guides/jira-issue" horizontal>
    Create a Jira Issue when a Bolt run complete with errors
  </Card>

  <Card title="Linear" href="/developers/webhooks/custom-webhook-guides/linear-issue" horizontal>
    Create an Issue in Linear when a Bolt run complete with errors
  </Card>
</CardGroup>


## Related topics

- [Custom Webhook Guides](/developers/webhooks/custom-webhook-guides/index.md)
- [Webhooks](/developers/webhooks/index.md)
- [Trigger a Slack notification when a Bolt run is overrunning](/developers/webhooks/custom-webhook-guides/slack-notification.md)
- [Create a Jira Issue when a Bolt run complete with errors](/developers/webhooks/custom-webhook-guides/jira-issue.md)
- [Create a Linear Issue when a Bolt run complete with errors](/developers/webhooks/custom-webhook-guides/linear-issue.md)
