CRM
- HubSpot Coming soon
- Salesforce Coming soon
- Pipedrive Coming soon
- Close Coming soon
- Copper Coming soon
Works with your favourite tools.
Send every response straight into your stack. Google Drive, Zapier and Make work today, and since both automation cards are just a URL you paste, either one delivers to an endpoint of your own. HubSpot and Salesforce are coming soon, and the rest of the list is what we are building next.
Get started freePaste a URL into a form's Zapier or Make card and Questionful sends each submission to it as JSON: answers by question title, a flat name-to-value map, and signed links to any uploaded files. Add a signing secret and every delivery arrives with an HMAC-SHA256 signature you can verify.
A public REST API with API keys, OAuth 2.0, and a JavaScript SDK are on the roadmap. They are not available yet.
Read the webhook docsPOST https://your-service.example.com/hooks/questionful
X-Questionful-Event: form.response.created
X-Questionful-Signature: sha256=…
{
"event": "form.response.created",
"form": { "uuid": "8f14…", "title": "Demo Request" },
"response": {
"uuid": "b21c…",
"submitted_at": "2026-08-18T09:24:11+00:00"
},
"answers": [
{ "question": "Work email", "name": "q1a2…", "value": "alex@example.com" },
{ "question": "Monthly budget", "name": "q7f3…", "value": "10k – 50k" }
],
"data": { "q1a2…": "alex@example.com", "q7f3…": "10k – 50k" }
} Choose which cookies you allow. Strictly necessary cookies are always on because the site cannot function without them.
Required for core features such as security, load balancing and remembering this cookie choice. These set no tracking cookies.
Google Analytics, used to understand traffic and improve the site. Loaded only if you allow it.