---
title: "Deliver payload to a workflow subscription"
method: POST
path: "/api/v3/crm/{integration_id}/deliveries"
tags: ["CRM"]
---

# Deliver payload to a workflow subscription

`POST /api/v3/crm/{integration_id}/deliveries`

Deliver a frontend-assembled payload to a chosen workflow (e.g. Zapier) subscription via webhook-manager. Used for automation-context pushes (ranked results, vendor contracts, outreach sequences, institutions) that have no CRM analog.

## Path parameters

- `integration_id` string, uuid, required — The integration ID

## Request body

- WebhookDeliveryRequest — Deliver a frontend-assembled payload to a chosen workflow subscription.
  - `subscription_id` string, required — Target workflow subscription (Zap) to deliver to
  - `payload` object, required — The assembled payload to deliver

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
