Loading...
Loading...
Send WhatsApp messages to users. After completing tasks, ask what they want next via WhatsApp and continue the conversation until they say they're done.
npx skill4agent add asharibali/whatsapp-me whatsapp-messagingsend_messagewait_for_reply: truesend_message({
message: "Your message here",
wait_for_reply: true // Set true to wait for their response
})messagewait_for_replytimeout_msget_setup_info({})get_conversation_history({ limit: 10 })get_setup_infoget_setup_info()webhook_urlverify_tokensend_message({
message: "✅ Done: [what you did]. What would you like me to work on next?",
wait_for_reply: true
})send_message({
message: "❌ Error: [problem]. [What you need from them]",
wait_for_reply: true
})send_message({
message: "🤔 [Question]? Reply with your choice.",
wait_for_reply: true
})send_message({
message: "👋 Got it! Let me know when you need me again.",
wait_for_reply: false
})wait_for_reply: true