AI Text Generation
Generate custom content unique to each event using Morf’s AI Prompt to Text action. When executed, the node considers event data, profile data, and data generated from prior nodes to generate text based on the prompt(s) provided. Leverage the flexibility of AI within your rules-based automation to create reliable and smart workflows.
- Send appointment confirmation or reminder texts to patients, tailored to them.
- Generate form response summaries to notify your team of a new patient that meets certain criteria.
- Create an appointment digest in your EHR to understand high level take aways from prior appointments.
Get started
To begin using AI generated text in Morf:
- Add the AI Prompt to Text node to your workflow when you want text generated.
- Give the node a descriptive object name (i.e.
appointment_summary
orconfirmation_text
). You’ll use this object name when referencing the output in downstream nodes. - Map the Prompts parameter to an array. Add all prompts as static values in individual array entries. The number of prompts will not change the response format — one text string is generated per node.
- To use the AI generated text later in the workflow, reference the node’s
response
(i.e.appointment_summary.response
,confirmation_text.response
).