Send a reminder to {{contact}} via {{channel}}:
Message: {{message}}
Steps:
- •
Look up the contact
- •Use
contact_searchto find the contact by name - •If phone/email provided directly, verify the format
- •Use
- •
Verify their {{channel}} endpoint
- •For SMS: Ensure they have a valid phone number in E.164 format
- •For Email: Ensure they have a valid email address
- •If the preferred channel isn't available, suggest an alternative
- •
Send the message
- •For SMS: Use
sms_sendwith the phone number and message - •For Email: Use
email_sendwith appropriate subject line
- •For SMS: Use
- •
Confirm delivery
- •Report the message status (queued, sent, etc.)
- •Store a memory of this communication if appropriate
Important Notes:
- •Always confirm before sending to prevent accidental messages
- •For email, generate an appropriate subject line based on the message content
- •Be mindful of message length limits (1600 chars for SMS)