Skip to main content
POST
/
workflows
/
email-prompt
/
set
Set workflow email prompt
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/email-prompt/set \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>",
  "prompt": "<string>",
  "subjectSubstring": "<string>"
}'
{
  "prompt": "<string>",
  "address": "<string>",
  "subjectSubstring": "<string>"
}

Body

application/json
workflowId
string
required
prompt
string
required
Minimum length: 1
subjectSubstring
string

Response

Email prompt configuration saved successfully

prompt
string
required
address
string
required
subjectSubstring
string