cURL
curl --request POST \ --url https://api.kaizenautomation.com/workflows/trigger-email/set \ --header 'Content-Type: application/json' \ --data '{ "workflowId": "<string>", "email": "jsmith@example.com", "prompt": "<string>" }'
{ "email": "jsmith@example.com", "prompt": "<string>" }
Sets or updates the email trigger configuration for a workflow
1
Email trigger configuration saved successfully