cURL
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>" }
Sets or updates the email extraction prompt for a workflow
1
Email prompt configuration saved successfully