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.


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

  1. Open the Chrome Web Store.
  2. Search for “SendHub”.
  3. Click Add to Chrome → Add Extension.
  4. Pin SendHub to the toolbar (top-right) for quick access.

Setting Up a New Sender in SendHub

  1. Click the SendHub icon in your Chrome toolbar.
  2. In the popup, click Settings to open the configuration page.
  3. 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.
  4. 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
  5. Click Save Sender.
  6. Repeat for as many senders as you like — there’s no limit.

Sending Data through SendHub

  1. Click the SendHub icon.
  2. Select a Sender from the dropdown.
  3. The fields you defined will appear.
  4. Fill in each field (e.g., paste a URL, add notes).
  5. Click Send.
  6. Your data is posted as JSON to the configured endpoint for your workflow to consume.

Sharing and Backing Up Senders

  1. Open SendHub → Settings.
  2. In Senders List, use Export to save all sender configurations (includes URLs & field schemas).
  3. Store the file securely (it contains sensitive endpoint info).
  4. To restore or move setups, click Import and select the exported file.
  5. 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.