Skip to Content
🚀 Discko v2.0 is now available!

Make

Connect Discko to your favorite tools using our official Make (formerly Integromat) integration.

Getting Started

Step 1: Create your app

  1. Open Discko on Make  and create a new scenario.
  2. Add the “Discko” module and select the trigger you want to use.
  3. When prompted, copy the webhook URL provided by the module.
  4. Add any downstream modules (e.g., Slack, Gmail, Google Sheets, your CRM).
  5. Click “Run once” so the scenario can listen for an incoming request.

Step 2: Configure in Discko

  1. Log in to your Discko dashboard.
  2. Go to Mise en place > CRM.
  3. Expand “Make”.
  4. Paste the webhook URL you copied from Make. Discko will send events to this URL.
  5. Test the connection.

For payload schemas and examples, see the Webhook integration.

How it works

  • Discko emits events instantly to Make via webhooks.
  • The payload structure is JSON with { date, event, data }.
  • Retries and delivery semantics are the same as the Webhook integration.
  • In Make, use the output fields from the Discko module as inputs for the next modules in your scenario.

Events

Discko currently sends the same events to Make as to the Webhook integration. See full schemas and examples in the Webhook events.

  • test: Test event with empty data.
  • lead.new: Fired when a new lead has been created. Includes contact, summary, analysis and metadata.
Last updated on