Send participant data to a webhook
Post selected participant data to your HTTPS endpoint and handle delivery safely.
Open Integrations β Webhook, enter the HTTPS endpoint and any supported authentication settings, choose the fields to send, and save. Use an endpoint controlled by your organization and never place secrets in the URL.
Submit a test participant and confirm a successful response. Your endpoint should respond quickly with a success status, validate authentication, tolerate retries, and process repeated deliveries idempotently.
Log request identifiers rather than unnecessary participant data. Reject unexpected content types and protect the endpoint with TLS, authentication, input validation, bounded work, and monitoring. After correcting a failure, retry from the participant delivery detail.