---
title: "Trigger automation"
method: POST
path: "/pipelines/{pipeline_id}/trigger"
tags: ["Automations"]
---

# Trigger automation

`POST /pipelines/{pipeline_id}/trigger`

Run a specific automation for the given email/subscriber.

## Path parameters

- `pipeline_id` integer, required

## Request body

- object
  - `email` string, required — Subscriber's email address.

## Response `200`

OK

- object
  - `email` string

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
