Connection check
verified live · 28h ago
pulsyai
Send SMS, WhatsApp & email, manage contacts and campaigns, and pull reports via Pulseem.
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
28h ago
Tools & capabilities
7 toolsRead from the running server on 28h ago.
call_pulseem_api
operationId*payloadJsonpathParamsJson
Executes any Pulseem API operation. BEFORE CALLING: Always call GetPulseemInstructions first. operationId (case-insensitive): SendSms, GetSMSReport, GetIncomingSmsReport, Send… Executes any Pulseem API operation. BEFORE CALLING: Always call GetPulseemInstructions first. operationId (case-insensitive): SendSms, GetSMSReport, GetIncomingSmsReport, SendEmail, GetEmailReport, SendWhatsAppChat, SendWhatsAppTemplate, SubmitWhatsAppTemplate, GetTemplateStatus, GetWhatsAppReport, DeleteWhatsAppTemplate, GetIncomingWhatsApp, GetCreditBalance, CreditTransfer, AddNewSubaccountAndDirectAccount, ChangeClientStatus, GetClientStatus, GetRemovedClients pathParamsJson — ONLY for DeleteWhatsAppTemplate: {"templateId":"HXxxxx"} DATE FORMAT: Use yyyyMMddHHmmss, NOT ISO 8601.
call_pulseem_ui_api
operationId*payloadJsonpathParamsJson
Executes any Pulseem UI API operation. BEFORE CALLING: Always call GetPulseemUiInstructions first. operationId (case-insensitive): CheckConnection [GET], CreateEmailCampaign [… Executes any Pulseem UI API operation. BEFORE CALLING: Always call GetPulseemUiInstructions first. operationId (case-insensitive): CheckConnection [GET], CreateEmailCampaign [POST], CreateSmsCampaign [POST], AddClients [POST], GetClientsData [POST], AddClientProduct [POST], AddClientPageView [POST], GetAllGroups [POST], AddGroups [POST], GetStatistics [GET+pathParam], GetSubscribersCount [GET], GetAccountTotalSubscribers [GET], AddProduct [POST], GetSmsReport [POST], GetEmailReport [POST], GetEmailDetailReport [POST], GetCampaignReportByReceipients [POST] pathParamsJson — ONLY for GetStatistics: {"id":"<notificationId>"} For GET operations (CheckConnection, GetStatistics, GetSubscribersCount, GetAccountTotalSubscribers), payloadJson is ignored — pass {} for payloadJson.
get_pulseem_api_docs
category
Returns the FULL detailed Pulseem API documentation for a specific category. category: 'sms' | 'email' | 'whatsapp' | 'accounts' | 'clients' | 'all' Returns the FULL detailed Pulseem API documentation for a specific category. category: 'sms' | 'email' | 'whatsapp' | 'accounts' | 'clients' | 'all'
get_pulseem_instructions
⚠️ ALWAYS call this tool FIRST before any other Pulseem tool. Returns: - Date/time format rules (CRITICAL — wrong format = server error) - Required fields for every operation type… ⚠️ ALWAYS call this tool FIRST before any other Pulseem tool. Returns: - Date/time format rules (CRITICAL — wrong format = server error) - Required fields for every operation type - Full JSON examples for SendSms, SendEmail, SendWhatsAppChat, SendWhatsAppTemplate - All error codes and their meanings - API authentication rules - Credit balance, CreditTransfer, AddNewSubAccount rules - ChangeClientStatus / GetClientStatus / GetRemovedClients rules
get_pulseem_ui_instructions
⚠️ ALWAYS call this tool FIRST before any other Pulseem UI tool. Returns: - All available operations and their required fields - Full JSON examples for CreateEmailCampaign, Create… ⚠️ ALWAYS call this tool FIRST before any other Pulseem UI tool. Returns: - All available operations and their required fields - Full JSON examples for CreateEmailCampaign, CreateSmsCampaign, AddClients, AddGroups - Report operations: GetEmailReport, GetEmailDetailReport, GetSmsReport, GetCampaignReportByReceipients - Client/product operations: GetClientsData, AddClientProduct, AddClientPageView, AddProduct - Statistics operations: GetStatistics, GetSubscribersCount, GetAccountTotalSubscribers - Authentication rules and error codes
list_pulseem_operations
Returns live list of ALL available Pulseem operations (from the live Swagger spec). Use this ONLY if you need to verify exact operationIds before calling CallPulseemApi. Returns live list of ALL available Pulseem operations (from the live Swagger spec). Use this ONLY if you need to verify exact operationIds before calling CallPulseemApi.
list_pulseem_ui_operations