Verimor
Aynı zamanda bir ajan aracıVerimor Telekom Turkish SMS integration — REST v2 outbound SMS (single and bulk), delivery reports and status, inbound messages, balance and sender headers, blacklist (opt-out) management, and İYS commercial-consent operations, with polling triggers for inbound SMS and delivery reports.
14 eylemler · 4 tetikleyiciler
Verimor entegrasyonu — 14 aksiyon ve 4 tetikleyici ile Verimor'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Send SMS, Send Bulk SMS, Cancel Scheduled Campaign, Get Delivery Status by Campaign ID, Get Delivery Status by Custom ID. 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 4
Verimor üzerinde bir iş akışını başlatabilen olaylar.
New Inbound SMS
Fires when a new inbound SMS arrives at your Verimor number (polling list_inbound_messages).
SMS Delivery Report
Fires when the delivery status of a sent SMS changes (polling get_status_by_id). Scope the poll to a campaign id from a prior send.
SMS delivery report updated
Fires when the delivery status of sent SMS reaches a terminal state.
Incoming SMS received
Fires when a new inbound SMS arrives at your Verimor number.
Eylemler 14
Zervanor'un Verimor üzerinde yapabilecekleri.
Send SMS
Send one message text to one or many recipients (GET /v2/send). Use for transactional notifications (OTP, order shipped, appointment reminder) and simple one-message broadcasts. Returns the campaign id as plain text on success.
Send Bulk SMS
Send different messages to different recipients in one call (POST /v2/send.json). Returns the campaign id as plain text. NOTE: credentials are sent in the JSON body for this POST endpoint (verimor-01).
Cancel Scheduled Campaign
Cancel a previously scheduled (not-yet-sent) campaign by its campaign id (POST /v2/cancel/{id}). Does not recall an already-sent message. Credentials are sent in the JSON body (verimor-01).
Get Delivery Status by Campaign ID
Query delivery status for a campaign by its Verimor-issued campaign id (GET /v2/status). Returns a JSON array of message objects. Rate-limited to ~20 queries/minute (verimor-06).
Get Delivery Status by Custom ID
Query delivery status for a campaign by your own custom_id set at send time (GET /v2/status). Returns a JSON array of message objects.
List Inbound Messages
Retrieve SMS received by your number — replies and inbound keyword messages (GET /v2/inbound_messages). Returns a JSON array. Pull model — used for the new_inbound_sms polling trigger.
Get Account Balance
Query remaining SMS credit / balance (GET /v2/balance). Safe, read-only — used as the connectivity test target. Returns a numeric balance as plain text (verimor-02).
List Sender Headers
List the account's approved sender names / originators (GET /v2/headers). Returns a JSON array of header strings.
List Blacklist
Retrieve blacklisted (opted-out) numbers (GET /v2/blacklists). Returns { total, records[] } where each record has phone, created_at, source. Max 100 records per query.
Add to Blacklist
Add numbers to the blacklist (POST /v2/blacklists). Returns 'OK' as plain text on success (verimor-02). Credentials are sent in the JSON body (verimor-01).
Remove from Blacklist
Remove numbers from the blacklist (DELETE /v2/blacklists/{phone_numbers}). Returns 'OK' as plain text on success (verimor-02).
Submit İYS Consents
Submit recipient consent records to İYS for commercial messaging (POST /v2/iys_consents.json). Returns a campaign id. Credentials are sent in the JSON body (verimor-01).
List İYS Campaigns
List İYS consent-upload campaigns (GET /v2/iys/campaigns). Returns { total, records[] } with id, header_name, iys_code, created_at.
Get İYS Campaign Consents
Retrieve the consent records and their processing status for one İYS campaign (GET /v2/iys/campaigns/{id}/consents). Returns { total, source_addr, status, records[] }.
Aramanızla eşleşen bir şey yok.
Verimor kullanan Çözüm Şablonları
Verimor ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Verimor ile neler otomatikleştirebilirim?
14 aksiyon var — örneğin: Send SMS, Send Bulk SMS, Cancel Scheduled Campaign, Get Delivery Status by Campaign ID, Get Delivery Status by Custom ID ve daha fazlası.
Hangi Verimor olayları bir workflow başlatabilir?
4 tetikleyici — örneğin: New Inbound SMS, SMS Delivery Report, SMS delivery report updated, Incoming SMS received.
Verimor bir AI agent aracı olarak kullanılabilir mi?
Evet. Verimor'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Verimor entegrasyonu nasıl modellenir?
Verimor 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.