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

# meeting.crm_integrations.created.beta

> CRM更新が実行された際に発火されるイベント



## OpenAPI

````yaml webhooks.yaml webhook meeting.crm_integrations.created.beta
openapi: 3.1.0
info:
  title: Frictio Webhooks
  version: 1.0.0-beta
  description: |
    Frictioが特定のイベント発生時に外部エンドポイントへ送信するWebhookの仕様です。
    すべてのイベントはHTTPS POSTで配信され、共通のエンベロープ（eventType と value）を持ちます。
servers: []
security: []
paths: {}

````