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
- In Make, create a new scenario and add the Nimriz app.
- Create a new connection and paste your workspace API key.
- Make will verify the connection using your key.
Available trigger modules
All triggers are instant webhooks. Make receives events from Nimriz in real time.
| Module | Event type | Description |
|---|---|---|
| Watch New Links | link.created | A new short link is created |
| Watch Link Updates | link.updated | A link is updated |
| Watch Link Clicks | link.clicked | A short link is clicked (bot traffic excluded) |
| Watch QR Scans | link.qr_scanned | A QR code is scanned (bot traffic excluded) |
Available action modules
| Module | Description |
|---|---|
| Create Short Link | Creates a new short link with optional slug, expiration, and redirect status |
| Update Link Slug | Changes the slug on an existing link |
| Update Link Destination | Changes the destination URL |
Available search modules
| Module | Description |
|---|---|
| Find a Link | Looks up a link by short URL or domain ID + short code |
Example scenario: Click to Slack alert
- Trigger: Nimriz > Watch Link Clicks.
- Action: Slack > Create a Message.
- Map
data.short_code,data.country, anddata.device_categoryinto the message.
Example scenario: Form submission to short link
- Trigger: Typeform > Watch Responses.
- Action: Nimriz > Create Short Link (pass the form's destination URL).
- Action: Email > Send (include the returned
short_urlin the email body).
Payload format
Trigger payloads use the standard Nimriz webhook envelope. Use fields inside data in subsequent Make modules.