Skip to main content
POST
/
workflows
/
trigger-email
/
get
Get workflow trigger email
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/trigger-email/get \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>"
}'
{
  "email": "jsmith@example.com",
  "prompt": "<string>"
}

Body

application/json
workflowId
string
required

Response

Email trigger configuration retrieved successfully

email
string<email>
required
prompt
string
required
I