Purpose
1.2. Fully detail the process: after an RFQ is partially completed or not submitted, the workflow monitors status, sends scheduled multi-channel reminders, gathers responses, and escalates follow-up per predefined intervals and user roles (sales, admins, client).
Trigger Conditions
2.2. Client exits form/page with incomplete RFQ details.
2.3. Lack of engagement or response after automated reminder threshold (e.g., no reply after two reminders).
2.4. High-priority or high-value RFQs flagged for immediate follow-up if delayed.
Platform Variants
1. Twilio SMS
• Sample: POST /Messages with recipient’s number and reminder template.
2. SendGrid
• Sample: POST /mail/send with dynamic_content and recipient data.
3. Slack
• Sample: POST to webhook with JSON message about pending RFQ.
4. Microsoft Teams
• Sample: POST /chats/{id}/messages with adaptive card JSON payload.
5. Trello
• Sample: POST /cards with name, due date, and assigned user.
6. Zoho CRM
• Sample: POST /crm/v2/functions/remindIncompleteRFQ.
7. Salesforce
• Sample: Flow action: “Send Email Alert” if status = ‘RFQ-incomplete’ after x hours.
8. HubSpot
• Sample: Trigger = “RFQ incomplete,” Action = “Delay, then Email/SMS.”
9. Monday.com
• Sample: “When status changes to incomplete, notify assigned teammates.”
10. Gmail
• Sample: POST /gmail/v1/users/me/messages/send with RFC822 email content.
11. Outlook
• Sample: Create event with reminder for salesperson and client.
12. WhatsApp Business API
• Sample: POST /v1/messages with recipient ID and template variables.
13. Intercom
• Sample: Trigger “User did not submit RFQ”—send message.
14. Zendesk
• Sample: Condition = Tag “RFQ-incomplete,” Action = Create ticket.
15. ClickSend
• Sample: POST /v3/sms/send with recipient list and message.
16. AirTable
• Sample: “When RFQ checkbox unchecked after 48h, run script to send mail.”
17. Shopify Flow
• Sample: Event = “RFQ Opened, Not Sent,” Action = “Send Email.”
18. Pipedrive
• Sample: Deal condition, then Create Activity.
19. Mailchimp
• Sample: Audience segment, send “still interested?” email.
20. Asana
• Sample: “If new incomplete RFQ, create task for follow-up, set due in 1 day.”
21. DocuSign
• Sample: Envelope Reminders API POST /envelopes/{id}/reminders.
22. ActiveCampaign
• Sample: Trigger = RFQ abandoned, start automation.
23. Google Calendar
• Sample: Events.insert with details and reminder notification.
24. Pipefy
• Sample: Pipe Automation: “If RFQ incomplete, create card in ‘To Contact’.”
25. Bitrix24
• Sample: Trigger RFQ incomplete, Action Chain: send SMS, create task.
Benefits
4.2. Reduces dropout rates and accelerates lead response cycle.
4.3. Multi-channel reminders adapt to prospect communication preferences.
4.4. Enables performance tracking and escalation for high-value opportunities.
4.5. Enhances customer experience with timely, relevant outreach.