SendCanyon

Connect the tools around your outbound.

Bring SendCanyon into the workflow you already use for data, CRM and notifications.

Start freeRead the API docs

The ecosystem

What connects today, and what is next

CSV import and export, the REST API and webhooks are live now. The rest are on the roadmap, not in the product.

Import a CSV

  • CRM

    Push contacts and replies where your pipeline already lives.

    • HubSpotTwo-way contact syncComing soon
    • SalesforceLeads and activityComing soon
    • PipedriveDeals from repliesComing soon
  • Workflow

    Trigger SendCanyon from the automations you already run.

    • ZapierTriggers and actionsComing soon
    • MakeScenario stepsComing soon
  • Communication

    Get the reply in the room where the team is working.

    • SlackReply notificationsComing soon
  • Data

    Move lists in and results out without a middle layer.

    • Google SheetsLive list syncComing soon
    • CSV import/exportMapped columns, both waysAvailable
  • API

    Build directly against the same surface the app uses.

    • REST APIContacts, campaigns, eventsAvailable
    • WebhooksSigned event payloadsAvailable

API and workflow

Data in, sending here, events out

The same three surfaces power the app and your own automations.

  1. In

    Records arrive

    Upload a mapped CSV, or create and update contacts straight from the REST API.

    CSV importPOST /v1/contacts

  2. Here

    SendCanyon runs the campaign

    Sending stays on the mailboxes you connected, on the schedule you set.

    CampaignsMailboxes

  3. Out

    Events leave as data

    Every send, open, reply and bounce is a signed webhook — or a column in an export.

    Signed webhooksCSV export

POST /v1/webhooksLive

{
  "event": "reply.received",
  "campaign": "agency-founders-q3",
  "contact": "rosa@northbay.co",
  "mailbox": "ana@outbound.acme.co",
  "sentiment": "positive"
}

Every payload is signed, retried and replayable.

Build it against the API.

Contacts, campaigns and signed webhook events, documented end to end.

Explore the APIBook a demo