# Start workflow
# HTTP method: POST
https://api.sender.net/v2/workflows/{id}/start
Adds the specified email and begins workflow.
id string
required
Workflow ID
email string
required
The email address that will be added to the workflow.
Code snippets
Response example
{
"success": true,
"message": "[email protected] added to workflow."
}