ClickSend entegrasyonu | Zervanor
← Tüm konnektörler

ClickSend

Aynı zamanda bir ajan aracı
communication

ClickSend — cloud messaging gateway: send SMS, MMS, voice (TTS), email, email-to-SMS/SMS-to-email, and postal mail (letters & postcards); manage contacts, contact lists, templates, numbers, subaccounts, webhooks/callbacks, and account usage. HTTP Basic auth (username + API key) over the ClickSend REST API v3.

72 eylemler · 1 tetikleyiciler

ClickSend entegrasyonu — 72 aksiyon ve 1 tetikleyici ile ClickSend'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Account, Verify Account (Trigger SMS/Voice Code), Verify Account Code, Get Account Usage, Send SMS. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.

Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.

Tetikleyiciler 1

ClickSend üzerinde bir iş akışını başlatabilen olaylar.

polling

New inbound SMS (polled)

Polls /sms/inbound on a schedule using a date_from (epoch) watermark to surface new customer replies.

Eylemler 72

Zervanor'un ClickSend üzerinde yapabilecekleri.

Sms14

POST

Send SMS

Send one or more SMS messages (POST /sms/send). Body carries a messages[] array of {source, body, to, from, schedule, custom_string, ...}.

POST

Calculate SMS Price

Calculate the total price for a batch of SMS messages without sending (POST /sms/price).

GET

Get SMS History

List sent SMS messages with date filters (GET /sms/history). Supports date_from/date_to (epoch), page and limit.

GET

Export SMS History

Export SMS history to CSV (GET /sms/history/export).

GET

Get Inbound SMS

List received (inbound) SMS messages (GET /sms/inbound). Polling source for reply-based automations; supports date_from/date_to (epoch), page and limit.

PUT

Mark Inbound SMS Read

Mark inbound SMS messages as read (PUT /sms/inbound-read). Omit message_id in the body to mark all as read.

GET

Get SMS Delivery Receipts

List delivery receipts for sent SMS (GET /sms/receipts). Polling source for delivery-status automations.

PUT

Mark SMS Delivery Receipts Read

Mark delivery receipts as read (PUT /sms/delivery-receipts-read). Omit message_id to mark all.

PUT

Cancel Scheduled SMS

Cancel a scheduled SMS message before it is sent (PUT /sms/{messageId}/cancel).

PUT

Cancel All Scheduled SMS

Cancel all scheduled SMS messages (PUT /sms/cancel-all).

GET

List SMS Templates

List saved SMS templates (GET /sms/templates).

POST

Create SMS Template

Create a reusable SMS template (POST /sms/templates).

PUT

Update SMS Template

Update an SMS template (PUT /sms/templates/{templateId}).

DELETE

Delete SMS Template

Delete an SMS template (DELETE /sms/templates/{templateId}).

Lists13

GET

List Contact Lists

List contact lists (GET /lists).

GET

Get Contact List

Get a single contact list (GET /lists/{listId}).

POST

Create Contact List

Create a contact list (POST /lists).

PUT

Update Contact List

Rename a contact list (PUT /lists/{listId}).

DELETE

Delete Contact List

Delete a contact list and its contacts (DELETE /lists/{listId}).

POST

Import Contacts

Import contacts into a list from a file URL (POST /lists/{listId}/import).

GET

Export Contacts

Export a list's contacts to CSV (GET /lists/{listId}/export/{filename}).

PUT

Remove Duplicate Contacts

Remove duplicate contacts from a list (PUT /lists/{listId}/remove-duplicate).

GET

List Contacts

List contacts in a list (GET /lists/{listId}/contacts).

GET

Get Contact

Get a single contact (GET /lists/{listId}/contacts/{contactId}).

POST

Create Contact

Add a contact to a list (POST /lists/{listId}/contacts).

PUT

Update Contact

Update a contact (PUT /lists/{listId}/contacts/{contactId}).

DELETE

Delete Contact

Remove a contact from a list (DELETE /lists/{listId}/contacts/{contactId}).

Post6

POST

Send Post Letter

Send a physical letter via post (POST /post/letters/send). Body carries file_url (PDF), messages[] recipient addresses, and options (colour, duplex, priority_post).

POST

Calculate Post Letter Price

Calculate the price for a letter mailout without sending (POST /post/letters/price).

GET

Get Post Letter History

List sent letters with date filters (GET /post/letters/history).

POST

Send Postcard

Send a physical postcard via post (POST /post/postcards/send).

POST

Calculate Postcard Price

Calculate the price for a postcard mailout without sending (POST /post/postcards/price).

GET

Get Postcard History

List sent postcards with date filters (GET /post/postcards/history).

Voice6

POST

Send Voice (Text-to-Speech)

Send one or more text-to-speech voice messages (POST /voice/send). Body carries a messages[] array of {source, body, to, voice, lang, custom_string, machine_detection, schedule}.

POST

Calculate Voice Price

Calculate the total price for a batch of voice messages without sending (POST /voice/price).

GET

Get Voice History

List sent voice messages with date filters (GET /voice/history).

GET

Get Voice Languages

List supported text-to-speech voice languages and voices (GET /voice/lang).

PUT

Cancel Scheduled Voice

Cancel a scheduled voice message (PUT /voice/{messageId}/cancel).

PUT

Cancel All Scheduled Voice

Cancel all scheduled voice messages (PUT /voice/cancel-all).

Email5

POST

Send Email

Send a transactional email (POST /email/send). Body carries to[], from{email_address_id,name}, subject, body, cc[], bcc[], attachments[].

GET

Get Email History

List sent emails with date filters (GET /email/history).

GET

List Allowed Email Addresses

List verified 'from' email addresses (GET /email/addresses). Each entry's email_address_id is used as email from.email_address_id.

POST

Add Allowed Email Address

Register a new 'from' email address (POST /email/addresses); ClickSend sends a verification email.

DELETE

Delete Allowed Email Address

Delete a verified 'from' email address (DELETE /email/addresses/{emailAddressId}).

Automations4

GET

List Inbound SMS Rules (Callbacks)

List inbound-SMS automation rules that forward replies to a URL/email (GET /automations/sms/inbound).

POST

Create Inbound SMS Rule (Callback)

Create an inbound-SMS rule that forwards replies to a URL (action=URL) or email (POST /automations/sms/inbound). This is how ClickSend registers a delivery/reply callback URL.

PUT

Update Inbound SMS Rule (Callback)

Update an inbound-SMS rule (PUT /automations/sms/inbound/{ruleId}).

DELETE

Delete Inbound SMS Rule (Callback)

Delete an inbound-SMS rule (DELETE /automations/sms/inbound/{ruleId}).

Email Campaigns4

GET

List Email Campaigns

List email marketing campaigns (GET /email-campaigns).

GET

Get Email Campaign

Get a single email campaign (GET /email-campaigns/{campaignId}).

POST

Create Email Campaign

Create an email marketing campaign (POST /email-campaigns).

PUT

Update Email Campaign

Update an existing email campaign (PUT /email-campaigns/{campaignId}).

Subaccounts4

GET

List Subaccounts

List subaccounts (GET /subaccounts).

GET

Get Subaccount

Get a single subaccount (GET /subaccounts/{subaccountId}).

POST

Create Subaccount

Create a subaccount (POST /subaccounts).

DELETE

Delete Subaccount

Delete a subaccount (DELETE /subaccounts/{subaccountId}).

Account3

GET

Get Account

Get the authenticated account's details (GET /account). Identity + connectivity probe.

PUT

Verify Account (Trigger SMS/Voice Code)

Trigger a verification token to the account owner via SMS or voice (PUT /account/verify/{contactType}/send).

PUT

Verify Account Code

Confirm the account verification code the owner received (PUT /account/verify/{code}/verify).

Mms3

POST

Send MMS

Send one or more MMS messages (POST /mms/send). Body carries media_file plus a messages[] array of {source, subject, body, to, from}.

POST

Calculate MMS Price

Calculate the total price for a batch of MMS messages without sending (POST /mms/price).

GET

Get MMS History

List sent MMS messages with date filters (GET /mms/history).

Numbers2

GET

List Rental / Dedicated Numbers

List the account's rental (dedicated) numbers (GET /numbers).

PUT

Buy Number

Purchase/rent an available number (PUT /numbers/{dedicatedNumber}).

Account Usage1

GET

Get Account Usage

Get monthly account usage broken down by product (GET /account-usage/{year}/{month}).

Countries1

GET

List Countries

List supported countries reference data (GET /countries).

Email To Sms1

POST

Send Email-to-SMS

Send an SMS message from an email gateway request (POST /email-to-sms/send).

Email To Sms Allowed1

GET

List Email-to-SMS Allowed Addresses

List email addresses allowed to use the Email-to-SMS gateway (GET /email-to-sms-allowed).

Search1

GET

Search Available Numbers

Search available numbers to rent/buy (GET /search/number).

Sms To Email1

POST

Send SMS-to-Email

Send an SMS-to-email message (POST /sms-to-email/send) — an inbound-style SMS routed to an email address.

Statistics1

GET

Get SMS Statistics

Get aggregate SMS delivery statistics (GET /statistics/sms).

Timezones1

GET

List Timezones

List supported timezones reference data (GET /timezones).

ClickSend kullanan Çözüm Şablonları

ClickSend ile kendi otomasyonunu görsel tasarımcıda kur.

Sıkça sorulan sorular

ClickSend ile neler otomatikleştirebilirim?

72 aksiyon var — örneğin: Get Account, Verify Account (Trigger SMS/Voice Code), Verify Account Code, Get Account Usage, Send SMS ve daha fazlası.

Hangi ClickSend olayları bir workflow başlatabilir?

1 tetikleyici — örneğin: New inbound SMS (polled).

ClickSend bir AI agent aracı olarak kullanılabilir mi?

Evet. ClickSend'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.

ClickSend entegrasyonu nasıl modellenir?

ClickSend sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.