Connect Sally with Make
To connect Sally with Make, you use webhooks. A webhook lets Sally automatically send information (e.g., meeting summaries, tasks, or decisions) directly into your Make scenarios, so you can continue automating downstream actions.
If you’re new to webhooks, we recommend reading our full Webhook Guide, which explains in detail what they are and how they work.
Quick Navigation
1. Create a scenario in Make
1.1. Configure the trigger in Make
First, you need to create a webhook in Make. This webhook acts as the entry point for all data Sally sends.
To do this, follow these steps:
- In Make, go to Scenarios and click the + button.
- Search for Webhooks and choose Custom webhook.
Create a new scenario and select Webhooks
- Copy the generated Webhook URL – this is where Sally will send data.
Select Custom Webhook
1.2. Configure the webhook in Sally
After creating a webhook in Make, you now need to tell Sally where to send the data. This is done by configuring the webhook inside Sally with the URL you just copied from Make.
To do this, follow these steps:
- In Sally, open Settings in the left sidebar.
Copy your Webhook URL
- Select Integrations.
- Click + Add Integration.
Go to Settings
- In the integration list, choose Webhook and click Create Webhook.
Click Add Integration
- Fill in the form:
- Name: Give it a clear label (e.g., “Summary → Make”).
- Trigger: Select when the webhook should fire (e.g., Summary for appointment has been created).
- Organization Webhook: Decide if it should apply only to your meetings or the whole organization.
- Webhook URL: Paste the URL you copied from Make.
- Version: Always choose 3 (Newest) unless you need legacy support.
- Click Create.
Paste the Webhook URL from Make
Once created, Sally will now automatically send the selected event data (e.g., summaries or tasks) to your Make webhook whenever the chosen trigger occurs.
1.3. Extend the Make trigger with the data structure given by Sally’s webhook
This step is not strictly required, but we strongly recommend it: By sending sample data, Make can automatically generate the right data structure, which saves you from manually defining fields and reduces the chance of errors later in your automation.
To do this, follow these steps:
- Open your Webhook under "Your personal integration" in the integration settings.
Open your webhook in Sally
- Copy the JSON payload from Sally.
Copy the JSON sample
- Paste it into Make (Open the Webhook → Add data structure → Extended functions → Generate).
- Click Generate.
Paste the JSON sample to generate fields
2. Inspect and Debug Webhook Logs
Finally, you should confirm that data is really being sent and received. Sally provides detailed logs that show exactly what was delivered to Make and whether it succeeded.
To verify this, follow these steps:
- Go to your personal integrations.
- Click Logs on your webhook.
Webhook is active – open Logs for details
Once your chosen trigger fires, all log entries will appear here – making it easy to confirm that your Make integration is successfully connected and receiving data:
Webhook logs showing successful delivery
Each entry shows:
- Execution time – when Sally sent the event.
- Target endpoint – the Make webhook URL.
- HTTP status – response from Make (e.g.,
202 Accepted
).
Use logs to confirm delivery, inspect payloads, and debug errors. If something doesn’t work in Make, check the Sally logs first to ensure the event was sent correctly.