cURL
curl --request POST \ --url https://api.kaizenautomation.com/workflows/email-prompt/get \ --header 'Content-Type: application/json' \ --data '{ "workflowId": "<string>" }'
{ "prompt": "<string>", "address": "<string>", "subjectSubstring": "<string>" }
Retrieves the email extraction prompt for a workflow
Email prompt configuration retrieved successfully