---
title: Run notiflow
full: true
_openapi:
  method: POST
  toc: []
  structuredData:
    headings: []
    contents:
      - content: >
          Execute a notiflow to send notifications to one or more recipients.


          The notiflow must be **active** and **published**. Provide either
          `recipients`

          (direct targeting) or `topic` (pub/sub targeting), plus optional
          `data` (template

          variables) and `actor`.


          The run is attributed to the calling account token, surfaced as the
          run's

          "triggered by" in the dashboard.
---

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Execute a notiflow to send notifications to one or more recipients.

The notiflow must be **active** and **published**. Provide either `recipients`
(direct targeting) or `topic` (pub/sub targeting), plus optional `data` (template
variables) and `actor`.

The run is attributed to the calling account token, surfaced as the run's
"triggered by" in the dashboard.


<APIPage document={"./openapi-management.json"} operations={[{"path":"/notiflows/{handle}/run","method":"post"}]} />