Skip to content

api-evangelist/clicksend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickSend (clicksend)

ClickSend is a cloud communications company providing a single REST API for business messaging across SMS, MMS, voice / text-to-speech, transactional email, and physical post - letters and postcards printed and mailed globally. The v3 API (rest.clicksend.com/v3) uses HTTP Basic authentication with a username and API key and covers sending, delivery receipts, inbound handling, contacts and lists, and account balance.

APIs.json: https://raw.githubusercontent.com/api-evangelist/clicksend/refs/heads/main/apis.yml

Tags

  • Communications
  • SMS
  • MMS
  • Voice
  • Email
  • Post
  • Messaging
  • CPaaS

Timestamps

  • Created: 2026-07-01
  • Modified: 2026-07-01

APIs

ClickSend SMS API

Send single or bulk SMS worldwide, price a message before sending, view outbound history, cancel queued messages, and manage reusable SMS templates via POST /sms/send, /sms/price, /sms/history, /sms/{message_id}/cancel and /sms/templates.

Tags

  • SMS
  • Messaging
  • Text

Properties

ClickSend MMS API

Send multimedia messages with an image or media file and subject line, price MMS, and pull MMS history via POST /mms/send, /mms/price and GET /mms/history. Media is referenced from an uploaded file URL.

Tags

  • MMS
  • Multimedia
  • Messaging

Properties

ClickSend Voice / Text-to-Speech API

Place automated voice calls that read text aloud via text-to-speech in a chosen language and voice, price the call, list supported languages, and cancel calls via POST /voice/send, /voice/price, GET /voice/lang and /voice/{message_id}/cancel.

Tags

  • Voice
  • Text to Speech
  • TTS

Properties

ClickSend Transactional Email API

Send transactional email from verified sender addresses, price and view email history, and manage verified from-addresses via POST /email/send, /email/price, GET /email/history and /email/addresses.

Tags

  • Email
  • Transactional
  • Messaging

Properties

ClickSend Post - Letters API

Print and physically mail letters worldwide from an uploaded PDF, price a letter, validate a delivery address, and view history via POST /post/letters/send, /post/letters/price, /post/letters/detect-address and GET /post/letters/history.

Tags

  • Post
  • Letters
  • Direct Mail

Properties

ClickSend Post - Postcards API

Print and mail postcards worldwide from an uploaded PDF design, price a postcard, and view postcard history via POST /post/postcards/send, /post/postcards/price and GET /post/postcards/history.

Tags

  • Post
  • Postcards
  • Direct Mail

Properties

ClickSend Contacts & Lists API

Create and manage contact lists and the contacts within them, import contacts, remove duplicates, transfer and copy contacts between lists, and search across lists via /lists, /lists/{list_id}/contacts, /lists/{list_id}/import and /search/contacts-lists.

Tags

  • Contacts
  • Lists
  • Address Book

Properties

ClickSend Delivery Receipts & Inbound API

Retrieve delivery receipts and inbound messages for SMS, MMS, voice and email, mark receipts and inbound messages as read, and configure automation rules that forward receipts and inbound messages to your webhook URLs via /sms/receipts, /sms/inbound, /voice/receipts, /mms/receipts and /automations/*.

Tags

  • Delivery Receipts
  • Webhooks
  • Inbound

Properties

ClickSend Account & Balance API

Retrieve account details including the current credit balance, view usage by month, manage subaccounts, and recharge account credit via GET /account, /account/usage/{year}/{month}/subaccount, /subaccounts and /recharge/*.

Tags

  • Account
  • Balance
  • Billing

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors