ClickSend SMS
Cloud-based messaging platform for sending SMS, MMS, voice, email, and more.
Actions
| Name | Description |
|---|---|
send_smsSend one or more SMS messages. | Send one or more SMS messages. |
send_mmsSend one or more MMS messages. | Send one or more MMS messages. |
create_contactCreates a new contact in a contact list. | Creates a new contact in a contact list. |
update_contactUpdates an existing contact in a contact list. | Updates an existing contact in a contact list. |
delete_contactDeletes a contact from a contact list. | Deletes a contact from a contact list. |
create_contact_listCreates a new contact list. | Creates a new contact list. |
find_contact_by_emailFinds contact by email address. | Finds contact by email address. |
find_contact_by_phoneFinds contact by phone number. | Finds contact by phone number. |
find_contact_listsFinds for contact list based on name. | Finds for contact list based on name. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_incoming_smsTriggers when a new SMS message is received. | Triggers when a new SMS message is received. |
Quick Start
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.