Back to Gallery

Send email

skills/built-in/send-email/SKILL.md

1.0.13336 B
Original Source

Send email

Instructions

Call the run_intent tool with the following exact parameters:

  • intent: send_email
  • parameters: A JSON string with the following fields:
    • extra_email: the email address to send the email to. String.
    • extra_subject: the subject of the email. String.
    • extra_text: the body of the email. String.