SendHub
SendHub is a Chrome extension that lets power-users of Make, Zapier, and similar no-code tools create unlimited custom forms in the browser and POST JSON to any webhook/endpoint—instantly.
- Download: https://chromewebstore.google.com/detail/sendhub/cggdlflcedinlcmcnniblbndckpmegae
- Status: Released
- Users: 4+
- Price: Free forever
- Limits: Unlimited Senders · Unlimited users (install anywhere)
Watch the demo
What SendHub can do
- Trigger workflows — post directly to Make, Zapier, n8n, etc.
- Unlimited forms — text, email, number, URL fields; send JSON to your endpoint
- No accounts — everything is stored locally in your browser
- Export/Import — back up or move your sender setups between browsers/devices
Guides
Getting Started with SendHub
- Open the Chrome Web Store.
- Search for “SendHub”.
- Click Add to Chrome → Add Extension.
- Pin SendHub to the toolbar (top-right) for quick access.
Setting Up a New Sender in SendHub
- Click the SendHub icon in your Chrome toolbar.
- In the popup, click Settings to open the configuration page.
- Under Add New Sender:
- Sender Name: a simple, memorable label (e.g.,
SaveWebsite
). - Endpoint URL: paste a webhook URL from Make, Zapier, n8n, or any API endpoint.
- Sender Name: a simple, memorable label (e.g.,
- Add Fields for the form:
- Click Add Field
- Choose type: Text, Email, Number, or URL
- Name each field (e.g., “Website URL”, “Notes”)
- Repeat to add as many fields as needed
- Click Save Sender.
- Repeat for as many senders as you like — there’s no limit.
Sending Data through SendHub
- Click the SendHub icon.
- Select a Sender from the dropdown.
- The fields you defined will appear.
- Fill in each field (e.g., paste a URL, add notes).
- Click Send.
- Your data is posted as JSON to the configured endpoint for your workflow to consume.
Sharing and Backing Up Senders
- Open SendHub → Settings.
- In Senders List, use Export to save all sender configurations (includes URLs & field schemas).
- Store the file securely (it contains sensitive endpoint info).
- To restore or move setups, click Import and select the exported file.
- SendHub stores everything locally; nothing is synced to external servers.
Notes
- Because data is stored locally, clearing your browser data or uninstalling the extension will remove your saved senders unless you Export first.
- Each submission is posted as JSON; map fields in your automation tool to match your Sender’s field names.