Purpose
- Automates repetitive reminder communications for ongoing, scheduled, and priority tasks, streamlining workflow and enhancing client engagement.
- Enables seamless automated scheduling, reducing manual follow-ups and human error for concierge companies managing multiple clients’ requests.
Trigger Conditions
- Triggers when approaching task due date/time (configurable: hours or minutes before).
- Automates follow-up SMS or notification if task status remains incomplete after a set threshold.
- Triggered by status change updates (e.g., “In Progress” to “Pending”), automating reminders.
Platform Variants
3.1 Twilio
• Feature/Setting: Programmable SMS, “Send Message” API
• Configure: Automate via API key, “messages.create({to, from, body})” call with dynamic task data.
3.2 Plivo
• Feature/Setting: SMS API; use ‘Send SMS Message’ endpoint
• Configure: Automates via API token, endpoint “/v1/Account/{auth_id}/Message/”.
3.3 Nexmo (Vonage)
• Feature/Setting: SMS API; “Send an SMS” function
• Configure: API Key/Secret, POST to “/sms/json”, automate task-based JSON payloads.
3.4 SendGrid
• Feature/Setting: Twilio SendGrid Email-to-SMS Gateway
• Configure: Automates email-to-SMS routing, set “from”, “to”, and automation schedule.
3.5 MessageBird
• Feature/Setting: SMS API, “Send SMS” automation
• Configure: Authenticate, POST to “/messages”, automate message template with task parameters.
3.6 Firebase Cloud Messaging
• Feature/Setting: Automated push notifications via FCM
• Configure: FCM server key, automate “send” endpoint for task-specific payload.
3.7 OneSignal
• Feature/Setting: Automated Push Notification API
• Configure: REST API “notifications”, set audience via tags, automate with task variables.
3.8 Pusher Beams
• Feature/Setting: Publish Push Notification
• Configure: Set interest/channel, automate with “publishToInterests” endpoint.
3.9 Amazon SNS
• Feature/Setting: SMS and Push Notification
• Configure: Automate “Publish” API for SMS and push; topic/endpoint mapped to user/task ID.
3.10 Slack (as mobile push via app)
• Feature/Setting: Automated Bot Message
• Configure: “chat.postMessage” webhook; automate trigger text for task reminders.
3.11 Microsoft Teams
• Feature/Setting: Automated Message via Incoming Webhook
• Configure: Set webhook URL, automate JSON message with task context.
3.12 Telegram
• Feature/Setting: Bot API SendMessage
• Configure: Automate “sendMessage” endpoint with user_id and task text.
3.13 WhatsApp Business API
• Feature/Setting: Send Message Automation
• Configure: POST to “/messages”, automate message templates for assigned task reminders.
3.14 LINE Messaging API
• Feature/Setting: Push Message
• Configure: Channel access token, automate push API with task parameters.
3.15 Facebook Messenger
• Feature/Setting: Send API “messages” endpoint
• Configure: Page Access Token, automate reminder message in Messenger thread.
3.16 ClickSend
• Feature/Setting: SMS Send Message
• Configure: API Key, automate POST requests to “/v3/sms/send”.
3.17 Infobip
• Feature/Setting: SMS API
• Configure: API key, automate “/sms/2/text/advanced” with message JSON.
3.18 SignalWire
• Feature/Setting: Messaging API
• Configure: API Sid/Auth, automate “/api/laml/2010-04-01/Accounts/{accountSid}/Messages.json”.
3.19 Pushbullet
• Feature/Setting: Pushes API for notifications
• Configure: Access token, automate “/v2/pushes” for mobile push.
3.20 Zenvia
• Feature/Setting: SMS/WhatsApp API
• Configure: API Key, automate “/v2/channels/sms/messages”.
Benefits
- Automates reduction in manual communication efforts, enabling teams to scale client task management.
- Ensures consistency and timeliness in notification delivery via diverse automatable channels.
- Automating multi-channel workflows allows concierge businesses to serve digitally-savvy clients seamlessly.
- Automation decreases errors from manual reminder processes, ensuring a professional, reliable service.