Document
AI Assistant prompts
Use the Assistant to create workflows, improve branches, add integrations and review publishing readiness.
Create a workflow
Build an endpoint workflow that accepts a POST body with customerId, loads customer details from the database,
and sends a summary to Slack.Improve an existing workflow
Inspect this workflow and add validation so empty email addresses go to an error branch before Send Email.Add integrations
Add a Queue Action after the Transform block and publish a JSON message with run.id and the transformed
payload. Use the RabbitMQ integration already assigned to this project.Add an AI Agent block
After the Web Request block, add an AI Agent that summarizes the response into JSON with summary, riskLevel and
nextAction fields. Use the current project AI source and keep memory disabled.Prepare for publishing
Review this workflow for missing configuration, unavailable integrations, and invalid resource references.