Connect your registration system to Connectelly and sync contact data in real time. Leads are auto-captured when the app scans a QR.
REST + JSON. Start pushing contacts with a single API key.
AES-256-GCM PII encryption. Key hashing at rest, log masking.
Idempotency-Key support, rate limit headers, request-id tracing.
Push contact data from your registration system into Connectelly. Leads are captured automatically when the app scans a QR.
curl -X POST https://connectelly.com/api/external/v1/events/<eventId>/contacts \
-H "X-Connectelly-Api-Key: ck_live_..." \
-H "Content-Type: application/json" \
-d '{"external_id":"REG-001","name":"John","email":"john@example.com"}'