cURL
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>" }
Retrieves the email trigger configuration for a workflow
Email trigger configuration retrieved successfully