Super Send API Docs

Our entire application is built with these APIs. Anything we can do you can do 😊.

create-contact.sh
curl -X POST https://api.supersend.io/v1/auto/contact \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-D '{
"contacts": [
"email": "",
"first_name": "",
"last_name": "",
"phone": "",
"tags": [],
"linkedin": "",
"twitter": "",
],
"TeamId": "xxx-xxx-xxx",
"CampaignId": "xxx-xxx-xxx",
}'

Introduction

Getting started

Learn how to use Super Send's API in under thirty minutes.

Easily automate adding contacts to a campaign, pausing a campaign, or getting stats on your campaigns!

Authentiation

Learn how to authenticate to use our API.

API reference

Get started using our API to automate your outbound sales efforts.


Quick start

Most API calls in the system require your API Key which can be found on the Admin Page. You will typically need the:

  • API Key
  • CampaignId
  • TeamId

Super Send is fully multi-tenant which is why you need to include your CampaignId and TeamId in your API calls.

Admin Page