Send Email

Send an email.

jegly 97f2b8c 390 B Updated

File contents

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.

jegly/box/tree/main/skills/built-in/send-email commit 97f2b8cec9

Frequently asked questions

npx skillmds@latest add jegly/send-email