Create event source
Deploys a new external event source. The account must have previously connected the underlying app (Gmail, Slack, Calendar, etc.) at /integrations. Use GET /event_sources/available?app=... to discover the vendor_component_id values. configured_props carries only that trigger’s own settings (label, sheet, channel, filters) — the connected account it runs as is resolved automatically from the linked app, and the deploy fails with a message naming the app if none is connected. Once active, the vendor delivers events to Crevio and any AiTask with trigger_type: "event" + matching event_conditions.event_type (external.<event_name>) will run.
Authorizations
API key in the format: Bearer {api_token}
Headers
Makes this write safe to retry: a repeat with the same key replays the first response instead of creating a second resource. Scoped to the account, remembered for 24 hours; reusing a key with a different payload is an error.
255Response
Event source created
pipedream 
