> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailerpath.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trigger a test workflow execution

> Enqueue a test execution for the authenticated client's workflow against a specific contact. Test executions do not count toward production metrics. Set respect_send_window=true to apply the workflow's send-time scheduling (e.g. morning slot) instead of firing immediately. This response acknowledges queueing only; use GET /client/executions/{execution_id} as the source of truth for final outcome state and reason.



## OpenAPI

````yaml /openapi.json post /client/workflows/{workflow_id}/test
openapi: 3.0.1
info:
  title: MailerPath API
  description: This is the API for MailerPath, a service for managing and sending emails.
  termsOfService: http://swagger.io/terms/
  contact:
    name: API Support
    url: http://www.swagger.io/support
    email: support@swagger.io
  license:
    name: Apache 2.0
    url: http://www.apache.org/licenses/LICENSE-2.0.html
  version: 1.38.0
servers:
  - url: https://api.mailerpath.com/api/v1
security: []
paths: {}

````