Subscribe Event Webhook
Path parameters
Headers
Request
Webhook providers (GCS/R2/Supabase/Backblaze/Azure) only: mint a FRESH webhook secret, revoking the current ingest_url. Use if the URL may have leaked. The response returns the new ingest_url; the old one stops working immediately. Re-point your provider’s webhook at the new URL.
Response
Captain’s SQS queue ARN to subscribe your SNS topic to (AWS S3 real-time events). Subscribe your topic to this ARN; Captain consumes it directly (AWS-native, no HTTP endpoint). Null for webhook providers.
The SNS topic ARN bound to this connector (echoed back when provided). Null for webhook providers.
Webhook-provider ingest URL (GCS push / R2 / Supabase / Backblaze): point the provider’s change notifications at this URL. The URL embeds this connector’s secret; keep it private. Null for AWS S3.
Provider-native setup steps for wiring real-time change events (S3: SNS -> Captain’s SQS queue; webhook providers: pointing notifications at the ingest_url).