Skip to main content

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
  2. Inspect and Debug Webhook Logs

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:

  1. In Make, go to Scenarios and click the + button.
  2. Search for Webhooks and choose Custom webhook.
Create a new scenario in Make and select Webhooks

Create a new scenario and select Webhooks

  1. Copy the generated Webhook URL – this is where Sally will send data.
Make Webhooks module with Custom Webhook highlighted

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:

  1. In Sally, open Settings in the left sidebar.
Webhook URL in Make with copy button highlighted

Copy your Webhook URL

  1. Select Integrations.
  2. Click + Add Integration.
Sally interface with Settings highlighted

Go to Settings

  1. In the integration list, choose Webhook and click Create Webhook.
Integrations page in Sally with Add Integration highlighted

Click Add Integration

  1. 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.
  2. Click Create.
Create webhook dialog in Sally with key fields highlighted

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:

  1. Open your Webhook under "Your personal integration" in the integration settings.
Webhook settings in Sally

Open your webhook in Sally

  1. Copy the JSON payload from Sally.
JSON payload example in Sally

Copy the JSON sample

  1. Paste it into Make (Open the Webhook → Add data structure → Extended functions → Generate).
  2. Click Generate.
Make data structure editor with JSON payload pasted

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:

  1. Go to your personal integrations.
  2. Click Logs on your webhook.
Sally webhook listed with Logs button highlighted

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:

Log entries of webhook activity

Webhook logs showing successful delivery

Each entry shows:

  1. Execution time – when Sally sent the event.
  2. Target endpoint – the Make webhook URL.
  3. HTTP status – response from Make (e.g., 202 Accepted).

Logs are your best friends

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.