Integrations
Connect with your favorite tools and automate your CloudFlare workflows
Popular Integrations
Connect with tools you already use to streamline your workflow
GitHub Actions
Automate your DNS and CloudFlare settings with GitHub workflows.
Automated Deployments
Slack
Get real-time notifications about your domain and DNS changes.
Team Collaboration
Terraform
Manage your CloudFlare infrastructure as code with Terraform.
Version Control
Jenkins
Integrate CloudFlare management into your Jenkins pipelines.
Build Automation
Docker
Deploy CloudFlare configurations using containerized workflows.
Scalable Deployment
Webhooks
Custom webhook integrations for real-time event notifications.
Custom Integrations
Integration Categories
Browse integrations by category to find what you need
CI/CD
Continuous integration and deployment tools
12 integrationsCommunication
Team chat and notification platforms
8 integrationsCloud Platforms
Major cloud service providers
15 integrationsMonitoring
Monitoring and analytics tools
10 integrationsBuild Custom Integrations
Use our comprehensive REST API to build custom integrations that fit your specific workflow needs.
API Key Authentication
Secure authentication with API keysRate Limiting
Generous rate limits for all plansComprehensive Documentation
Detailed API docs with examplescurl -X GET \
'https://api.cloudflare-pro.com/v1/domains' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
{
"success": true,
"data": [
{
"id": "example.com",
"status": "active",
"dns_records": 24
}
]
}