Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Novu Workflows API

Multi-channel notification workflow definitions.

Novu Workflows API is one of 13 APIs that Novu publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Workflows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 7 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://api.novu.co/v1, https://eu.api.novu.co/v1.

7 operations 3 paths 3 schemas 1 DELETE2 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.novu.co/v1
Authentication
API Key
Contact
License
Resource Areas
1

Authentication & Security 1

Novu Workflows API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Novu secret API key from the Dashboard API Keys page, sent as Authorization: ApiKey .

Paths & Operations 7

Across 3 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Workflows 7

Multi-channel notification workflow definitions.

POST
/workflows
Create a workflow
createWorkflow body → 201401
GET
/workflows
List all workflows
listWorkflows 2 params → 200401
GET
/workflows/{workflowId}
Retrieve a workflow
getWorkflow 1 param → 200404
PUT
/workflows/{workflowId}
Update a workflow
updateWorkflow 1 param body → 200404
PATCH
/workflows/{workflowId}
Partially update a workflow
patchWorkflow 1 param body → 200404
DELETE
/workflows/{workflowId}
Delete a workflow
deleteWorkflow 1 param → 200404
POST
/workflows/{workflowId}/sync
Sync a workflow
syncWorkflow 1 param body → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WorkflowInput (6 properties), Error (3 properties). Each schema is shown below with its type and property counts.

WorkflowInput
object
6 properties 1 required
Error
object
3 properties
Workflow

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

novu-co-workflows-api-openapi.yml Raw ↑

Other APIs Novu publishes across the network.

Novu Inbox Realtime API
Novu Environments API
Novu Events API
Novu Inbox API
Novu Integrations API
Novu Layouts API
Novu Messages API
Novu Notifications API
Novu Preferences API
Novu Subscribers API
Novu Topics API
Novu Translations API