---
title: "Create a webhook"
method: POST
path: "/v2/email-service/webhook"
tags: ["Webhooks"]
---

# Create a webhook

`POST /v2/email-service/webhook`

Configure a new webhook to track email events.

## Request body

- WebhookCreateRequest
  - `url` string, required
  - `actions` string[], required

## Response `200`

Webhook created

- WebhookListResponse
  - `success` boolean
  - `data` Webhook[]
    - `id` integer
    - `user_id` integer
    - `url` string
    - `action` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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