Make

Automate workflows with the Nimriz custom app on Make using instant webhook triggers and link modules.

Nimriz has a custom app on Make (formerly Integromat) that connects your workspace to automation scenarios using instant webhook triggers, link actions, and search modules.

Prerequisites

  • A Nimriz workspace on Professional plan or higher.
  • A workspace API key from Dashboard > Settings > Integrations > API access.
  • A Make account.

Connect Nimriz to Make

  1. In Make, create a new scenario and add the Nimriz app.
  2. Create a new connection and paste your workspace API key.
  3. Make will verify the connection using your key.

Available trigger modules

All triggers are instant webhooks. Make receives events from Nimriz in real time.

ModuleEvent typeDescription
Watch New Linkslink.createdA new short link is created
Watch Link Updateslink.updatedA link is updated
Watch Link Clickslink.clickedA short link is clicked (bot traffic excluded)
Watch QR Scanslink.qr_scannedA QR code is scanned (bot traffic excluded)

Available action modules

ModuleDescription
Create Short LinkCreates a new short link with optional slug, expiration, and redirect status
Update Link SlugChanges the slug on an existing link
Update Link DestinationChanges the destination URL

Available search modules

ModuleDescription
Find a LinkLooks up a link by short URL or domain ID + short code

Example scenario: Click to Slack alert

  1. Trigger: Nimriz > Watch Link Clicks.
  2. Action: Slack > Create a Message.
  3. Map data.short_code, data.country, and data.device_category into the message.

Example scenario: Form submission to short link

  1. Trigger: Typeform > Watch Responses.
  2. Action: Nimriz > Create Short Link (pass the form's destination URL).
  3. Action: Email > Send (include the returned short_url in the email body).

Payload format

Trigger payloads use the standard Nimriz webhook envelope. Use fields inside data in subsequent Make modules.

Related guides