Integrations
Setup
Step 1
Connect
Sign in to the tool and approve read access. Cadrell never asks for more than it needs.
Step 2
Map
Choose which tags, forms or channels count as feedback, and which field holds revenue.
Step 3
Sync
New requests arrive within seconds. Old ones import in the background and merge on the way in.
median time from connect to first synced request
of requests matched to the right account automatically
REST API and webhooks
Something missing? Build it in an afternoon.
Create requests, add quotes and listen for status changes. Every workspace gets API keys and signed webhooks on Team and above.
POST /v1/requests
curl https://api.cadrell.com/v1/requests “ textColor=
-H “Authorization: Bearer $CADRELL_KEY” “ textColor=
-d account=”halden-freight” “ textColor=
-d source=”sales-call” “ textColor=
-d text=”Needs invoice export with line items”
→ 201 Created
{ “id”: “req_482”, “merged_into”: “theme_billing_exports”,
“arr_weight”: 86400, “status”: “planned” }