Why Make.com + Safina?
Safina captures structured data from every call: name, phone number, reason for calling, urgency, summary, action items. That data is available in the Safina app. But if you want it to flow into other systems automatically (with logic and conditions) Make.com is the tool for the job.
Safina sends a webhook to Make.com when a call event occurs. Make.com receives it and runs your scenario: a visual workflow that can branch, filter, loop, and connect to 1,500+ apps.
Visual Workflow Builder
Make.com uses a drag-and-drop canvas where each step is a module. You see the entire flow at a glance, which data goes where, what conditions apply, where it branches. No code, but far more control than simple trigger-action tools.
Complex Branching Logic
Need different actions based on urgency? Route high-urgency calls to SMS + Slack, medium to your CRM, and low to a spreadsheet. Make.com handles if/else logic, filters, routers, and iterators natively.
Generous Free Tier
Make.com offers 1,000 operations per month for free. One operation is one module execution. A 4-module scenario uses 4 operations per run. For a small business receiving 20-30 calls per month, the free tier covers most workflows comfortably.
1,500+ App Connections
Google Workspace, Slack, HubSpot, Pipedrive, Notion, Airtable, Twilio, Calendly, Mailchimp: Make.com connects to all the tools small businesses actually use.
Setup in 5 Steps
Step 1: Create a Make.com Scenario
Log into Make.com and create a new scenario. A scenario is a workflow consisting of modules connected in sequence or with branches.
Step 2: Add a Custom Webhook Module
Search for the “Webhooks” module and select “Custom webhook.” Click “Add” to create a new webhook. Make.com generates a unique URL. Copy this URL.
Step 3: Add the Webhook URL in Safina
Open the Safina app, go to Settings > Integrations > Webhooks. Add a new webhook and paste the Make.com URL. Select call.ended as the trigger event. Add authentication (Bearer Token or API Key) if your setup requires it.
Step 4: Add Action Modules
Back in Make.com: add the modules for the apps that should receive the data. For example, add a Google Sheets module to log the call, then a Slack module to notify your team. Use routers to send data down different paths based on conditions like urgency level.
Step 5: Test and Activate
Click “Run once” in Make.com, then trigger a test webhook from Safina. Watch the data flow through each module. Verify the output. When everything works, toggle the scenario to “On” and set your scheduling (instant, every 15 minutes, etc.).
Done. Your call data now flows through your custom workflow automatically.
4 Scenario Examples
1. Route Calls by Urgency
Trigger: Safina Webhook (call.ended)
Router Branch 1 (High urgency): Send SMS via Twilio + post Slack message
Router Branch 2 (Low/Medium): Add row to Google Sheets
Not every call needs the same response. A burst pipe at a rental property needs immediate attention. A general inquiry about lease terms can wait. This scenario checks the urgency field from Safina and routes accordingly.
2. New Client Call to CRM + Follow-Up Task
Trigger: Safina Webhook (call.ended)
Module 1: HubSpot, Create or update contact
Module 2: HubSpot, Create task for follow-up call
Module 3: Gmail, Send acknowledgment email to caller
A new prospect calls. Safina captures their details and the nature of their inquiry. Make.com creates a contact in your CRM, assigns a follow-up task to the right team member, and sends the caller a confirmation email: “Thanks for reaching out. We will be in touch within 24 hours.”
3. Appointment Request with Calendar Check
Trigger: Safina Webhook (call.ended)
Module 1: Google Calendar, Search for availability
Module 2 (If available): Google Calendar, Create event + Gmail send confirmation
Module 3 (If not available): Gmail, Send email with alternative times
A caller requests a consultation for Thursday afternoon. Make.com checks your Google Calendar. If the slot is open, it books the appointment and sends a confirmation. If not, it sends the caller an email with three alternative times.
4. Weekly Call Summary Digest
Trigger: Schedule, Every Monday at 8:00 AM Module 1: HTTP, Fetch call data from Safina API Module 2: Text aggregator, Compile summaries Module 3: Gmail, Send digest email
Not everything needs to be real-time. This scenario runs once a week, pulls all call summaries from the past 7 days, compiles them into a formatted digest, and sends it to you by email. Total calls, breakdown by urgency, top action items, callers who requested callbacks. One email, full picture.
Frequently Asked Questions
How does Make.com compare to Zapier for Safina?
Both work well. Make.com is better suited for workflows that need branching logic, conditional routing, or multiple paths. It also offers a more generous free tier (1,000 operations vs. Zapier’s 100 tasks). Zapier has more app integrations (6,000+ vs. 1,500+) and is simpler for straightforward single-action automations. See also: Safina + Zapier.
Do I need coding skills to use Make.com?
No. Make.com is a visual builder. You drag modules onto a canvas and connect them. You map data fields by clicking, not by writing code. That said, Make.com does expose more technical detail than Zapier (you will see JSON structures and can add custom functions if you want to). But it is not required.
What happens if a Make.com scenario fails?
Make.com logs every execution with detailed output for each module. If a module fails, the scenario stops at that point and you get a notification. You can inspect the error, fix the issue, and re-run the scenario. Make.com also supports error handlers: modules that execute only when something goes wrong, so you can build fallback logic.
Can I trigger different scenarios for different call events?
Yes. You can create multiple webhooks in Safina, each pointing to a different Make.com scenario. For example, one webhook for call.ended that handles data logging, and another for call.received that sends a real-time notification. See our webhooks documentation for all available events: call.received, call.answered, call.ended, call.rejected, and summary.data_query_result.
Do I need a Safina Pro plan for Make.com?
Yes. Webhooks are available on the Pro ($29.99/month) and Business ($69.99/month) plans. The Basic plan does not include webhook access.