Back to Documentation

Custom Integrations

Build your own integrations using webhooks and the API.

Webhooks

Set up custom webhooks to receive build events in your own systems. Configure webhook URLs in project settings.

POST https://your-app.com/webhook

REST API

Use our REST API to integrate ExpoDeploy into your CI/CD pipelines, monitoring tools, or custom dashboards. See the API Reference for details.

Examples

  • • Send build notifications to Discord
  • • Update Jira tickets when builds complete
  • • Trigger deployments in other systems
  • • Log build metrics to your analytics platform