ClickSend
Aynı zamanda bir ajan aracı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.
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
Send SMS
Send one or more SMS messages (POST /sms/send). Body carries a messages[] array of {source, body, to, from, schedule, custom_string, ...}.
Calculate SMS Price
Calculate the total price for a batch of SMS messages without sending (POST /sms/price).
Get SMS History
List sent SMS messages with date filters (GET /sms/history). Supports date_from/date_to (epoch), page and limit.
Export SMS History
Export SMS history to CSV (GET /sms/history/export).
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.
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 SMS Delivery Receipts
List delivery receipts for sent SMS (GET /sms/receipts). Polling source for delivery-status automations.
Mark SMS Delivery Receipts Read
Mark delivery receipts as read (PUT /sms/delivery-receipts-read). Omit message_id to mark all.
Cancel Scheduled SMS
Cancel a scheduled SMS message before it is sent (PUT /sms/{messageId}/cancel).
Cancel All Scheduled SMS
Cancel all scheduled SMS messages (PUT /sms/cancel-all).
List SMS Templates
List saved SMS templates (GET /sms/templates).
Create SMS Template
Create a reusable SMS template (POST /sms/templates).
Update SMS Template
Update an SMS template (PUT /sms/templates/{templateId}).
Delete SMS Template
Delete an SMS template (DELETE /sms/templates/{templateId}).
Lists13
List Contact Lists
List contact lists (GET /lists).
Get Contact List
Get a single contact list (GET /lists/{listId}).
Create Contact List
Create a contact list (POST /lists).
Update Contact List
Rename a contact list (PUT /lists/{listId}).
Delete Contact List
Delete a contact list and its contacts (DELETE /lists/{listId}).
Import Contacts
Import contacts into a list from a file URL (POST /lists/{listId}/import).
Export Contacts
Export a list's contacts to CSV (GET /lists/{listId}/export/{filename}).
Remove Duplicate Contacts
Remove duplicate contacts from a list (PUT /lists/{listId}/remove-duplicate).
List Contacts
List contacts in a list (GET /lists/{listId}/contacts).
Get Contact
Get a single contact (GET /lists/{listId}/contacts/{contactId}).
Create Contact
Add a contact to a list (POST /lists/{listId}/contacts).
Update Contact
Update a contact (PUT /lists/{listId}/contacts/{contactId}).
Delete Contact
Remove a contact from a list (DELETE /lists/{listId}/contacts/{contactId}).
Post6
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).
Calculate Post Letter Price
Calculate the price for a letter mailout without sending (POST /post/letters/price).
Get Post Letter History
List sent letters with date filters (GET /post/letters/history).
Send Postcard
Send a physical postcard via post (POST /post/postcards/send).
Calculate Postcard Price
Calculate the price for a postcard mailout without sending (POST /post/postcards/price).
Get Postcard History
List sent postcards with date filters (GET /post/postcards/history).
Voice6
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}.
Calculate Voice Price
Calculate the total price for a batch of voice messages without sending (POST /voice/price).
Get Voice History
List sent voice messages with date filters (GET /voice/history).
Get Voice Languages
List supported text-to-speech voice languages and voices (GET /voice/lang).
Cancel Scheduled Voice
Cancel a scheduled voice message (PUT /voice/{messageId}/cancel).
Cancel All Scheduled Voice
Cancel all scheduled voice messages (PUT /voice/cancel-all).
Email5
Send Email
Send a transactional email (POST /email/send). Body carries to[], from{email_address_id,name}, subject, body, cc[], bcc[], attachments[].
Get Email History
List sent emails with date filters (GET /email/history).
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.
Add Allowed Email Address
Register a new 'from' email address (POST /email/addresses); ClickSend sends a verification email.
Delete Allowed Email Address
Delete a verified 'from' email address (DELETE /email/addresses/{emailAddressId}).
Automations4
List Inbound SMS Rules (Callbacks)
List inbound-SMS automation rules that forward replies to a URL/email (GET /automations/sms/inbound).
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.
Update Inbound SMS Rule (Callback)
Update an inbound-SMS rule (PUT /automations/sms/inbound/{ruleId}).
Delete Inbound SMS Rule (Callback)
Delete an inbound-SMS rule (DELETE /automations/sms/inbound/{ruleId}).
Email Campaigns4
List Email Campaigns
List email marketing campaigns (GET /email-campaigns).
Get Email Campaign
Get a single email campaign (GET /email-campaigns/{campaignId}).
Create Email Campaign
Create an email marketing campaign (POST /email-campaigns).
Update Email Campaign
Update an existing email campaign (PUT /email-campaigns/{campaignId}).
Subaccounts4
List Subaccounts
List subaccounts (GET /subaccounts).
Get Subaccount
Get a single subaccount (GET /subaccounts/{subaccountId}).
Create Subaccount
Create a subaccount (POST /subaccounts).
Delete Subaccount
Delete a subaccount (DELETE /subaccounts/{subaccountId}).
Account3
Get Account
Get the authenticated account's details (GET /account). Identity + connectivity probe.
Verify Account (Trigger SMS/Voice Code)
Trigger a verification token to the account owner via SMS or voice (PUT /account/verify/{contactType}/send).
Verify Account Code
Confirm the account verification code the owner received (PUT /account/verify/{code}/verify).
Mms3
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}.
Calculate MMS Price
Calculate the total price for a batch of MMS messages without sending (POST /mms/price).
Get MMS History
List sent MMS messages with date filters (GET /mms/history).
Numbers2
List Rental / Dedicated Numbers
List the account's rental (dedicated) numbers (GET /numbers).
Buy Number
Purchase/rent an available number (PUT /numbers/{dedicatedNumber}).
Account Usage1
Get Account Usage
Get monthly account usage broken down by product (GET /account-usage/{year}/{month}).
Countries1
List Countries
List supported countries reference data (GET /countries).
Email To Sms1
Send Email-to-SMS
Send an SMS message from an email gateway request (POST /email-to-sms/send).
Email To Sms Allowed1
List Email-to-SMS Allowed Addresses
List email addresses allowed to use the Email-to-SMS gateway (GET /email-to-sms-allowed).
Search1
Search Available Numbers
Search available numbers to rent/buy (GET /search/number).
Sms To Email1
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 SMS Statistics
Get aggregate SMS delivery statistics (GET /statistics/sms).
Timezones1
List Timezones
List supported timezones reference data (GET /timezones).
Aramanızla eşleşen bir şey yok.
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.