eavz
ClickSend SMS

ClickSend SMS

Cloud-based messaging platform for sending SMS, MMS, voice, email, and more.

Basic AuthCommunication
10 actions
1 trigger

Actions

Name
send_sms

Send one or more SMS messages.

send_mms

Send one or more MMS messages.

create_contact

Creates a new contact in a contact list.

update_contact

Updates an existing contact in a contact list.

delete_contact

Deletes a contact from a contact list.

create_contact_list

Creates a new contact list.

find_contact_by_email

Finds contact by email address.

find_contact_by_phone

Finds contact by phone number.

find_contact_lists

Finds for contact list based on name.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_incoming_sms

Triggers when a new SMS message is received.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'clicksend',
  actionName: 'send_sms',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ClickSend SMS to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does ClickSend SMS support?

ClickSend SMS supports 10 actions including Send SMS, Send MMS, Create Contact, Update Contact, Delete Contact, and more.

Can I use ClickSend SMS with AI agents?

Yes. Add ClickSend SMS to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does ClickSend SMS use?

ClickSend SMS uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the ClickSend SMS integration cost?

The ClickSend SMS integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does ClickSend SMS support?

ClickSend SMS supports 1 triggers including New Incoming SMS.

Connect ClickSend SMS in 2 minutes

Get 1,000 free actions every month. No credit card required.