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

# On data source created

> Triggered when a new data source record is created. In this example, there are 2 fields: **name** and **phone**.



## OpenAPI

````yaml /openapi/public/openapi-webhooks.json webhook data-source-created
openapi: 3.1.0
info:
  title: MileApp Webhooks
  description: Webhook events from MileApp
  version: 1.0.0
servers: []
security: []
paths: {}

````