This action will generate a follow-up email based on a specific meeting.
- API endpoint slug
- convo_ai.generate_email
- Filter code method
- ConvoAi.generateEmail.skip(string?: reason)
- Runtime method
- runAction("convo_ai.generate_email", {})
Action fields
- Label
- Which meeting should the email be based on?
- Helper text
- The meeting ID from your Convo account.
- Slug
- meeting_id
- Required
- true
- Can have default value
- true
- Filter code method
- ConvoAi.generateEmail.setMeetingId(string: meeting_id)
- Label
- Who is the email addressed to?
- Helper text
- Optional. The recipient's name to personalize the greeting.
- Slug
- recipient_name
- Required
- false
- Can have default value
- true
- Filter code method
- ConvoAi.generateEmail.setRecipientName(string: recipient_name)
- Label
- What tone should the email use?
- Helper text
- Options: professional, casual, or concise. Defaults to professional.
- Slug
- tone
- Required
- false
- Can have default value
- true
- Filter code method
- ConvoAi.generateEmail.setTone(string: tone)