WhatConverts
Authentication
Section titled “Authentication”| Property | Value |
|---|---|
| Method | URL key parameter |
| Header required | X-Original-Url |
| Query parameter | ?key=SECRET |
WhatConverts does not use HMAC signatures. Authentication is done via a secret key passed as a URL query parameter. Transyt verifies the key using constant-time comparison.
- In WhatConverts, go to your account’s webhook settings
- Set the webhook URL to:
https://ingest.transyt.com/whatconverts/{your-account-slug}?key=YOUR_SECRET_KEY
- Use the same secret key when creating the Transyt account
Account Configuration
Section titled “Account Configuration”curl -X POST https://ingest.transyt.com/admin/accounts \ -H "X-Admin-Token: YOUR_ADMIN_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "provider": "whatconverts", "account_slug": "main", "app_key": "my-app", "signing_secret_current": "your-secret-key" }'Event Type Mappings
Section titled “Event Type Mappings”| WhatConverts Lead Type | Transyt Event |
|---|---|
phone call | lead.phone_call |
web form | lead.form |
chat | lead.chat |
email | lead.email |
External ID
Section titled “External ID”The lead_id field is used as the external ID. If not present, a timestamp-based fallback is generated.