Install
openclaw skills install socialepoch-whatsapp-scrmSocialEpoch WhatsApp SCRM open API, tailored for enterprise overseas marketing and customer service scenarios. Full coverage of WhatsApp account management, bulk sending,online agent query, customer operation, user profiling, chat record retrieval and Webhook callback,enabling automatic message reception and AI-powered automatic replies. Supports one-on-one & bulk sending for text, image, audio, video, document, business card, link card and diversion link,Supports message callbacks and message status callbacks. Built-in signature adaptation, automatic dependency management and zero-configuration deployment to empower overseas private domain and automated operation.
openclaw skills install socialepoch-whatsapp-scrmComprehensive management for WhatsApp service accounts. Support one-on-one and bulk delivery of text, images, audio, videos, documents, business cards and link messages, with online agent query and automatic signature. No manual dependency installation or environment configuration required. Clear guidance will be prompted when configuration is missing.
This is the official SocialEpoch WhatsApp SCRM skill for WhatsApp message sending, receiving and automation services. All functions are manually triggered by users. No auto-run, no background process, no data collection, no system modification, no sensitive behavior. The client is official, safe, and used only for WhatsApp messaging.
export SOCIALEPOCH_TENANT_ID="Your Tenant ID"
export SOCIALEPOCH_API_KEY="Your API Key"
export SOCIALEPOCH_SOURCE="1" # 1=PC,2=Mobile,3=Cloud
# Default source = 1 (PC)
python3 scrm_api.py set_config Your_Tenant_ID Your_API_Key
# Custom source (1=PC,2=Mobile,3=Cloud)
python3 scrm_api.py set_config Your_Tenant_ID Your_API_Key 1
# Start auto message receiving (lightweight mode)
python3 scrm_api.py start_receive
# Reset receiver service (upgrade + repair configuration)
python3 scrm_api.py reset_receive
# Check receiver status
python3 scrm_api.py check_receive
# Open Dashboard
python3 scrm_api.py open_dashboard
# Query all online agents
python3 scrm_api.py query_online_agents
# Query specified agent by user account (optional)
python3 scrm_api.py query_online_agents "your_user_account"
python3 scrm_api.py send_text Sender_Number Recipient_Number "Message Content"
python3 scrm_api.py send_img Sender_Number Recipient_Number "Image URL" "Remark"
python3 scrm_api.py send_audio Sender_Number Recipient_Number "Audio URL"
python3 scrm_api.py send_file Sender_Number Recipient_Number "File URL" "Remark"
python3 scrm_api.py send_video Sender_Number Recipient_Number "Video URL" "Remark"
python3 scrm_api.py send_card Sender_Number Recipient_Number "Card Content"
python3 scrm_api.py send_card_link Sender_Number Recipient_Number "Title" "Link URL" "Description" "Cover Image URL"
python3 scrm_api.py send_flow_link Sender_Number Recipient_Number "Title" "Diversion Number List"
python3 scrm_api.py query_task Task_ID
python3 scrm_api.py set_callback "MessageCallbackUrl" "StatusCallbackUrl"
Bulk delivery is available for text, image, video, audio, document and link card messages. Separate multiple recipient numbers with an English comma (,).