Close menu
Explore Plans
Mobile menu Close menu
Convo AI

Generate email

This action will generate a follow-up email based on a specific meeting.

Developer info

API endpoint slug
convo_ai.generate_email
Filter code method
ConvoAi.generateEmail.skip(string?: reason)
Runtime method
runAction("convo_ai.generate_email", {})

Action fields

Meeting Text input > Short text

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)

Recipient name Text input > Short text

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)

Tone Text input > Short text

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)