pine_send_message
Send text or JSON messages to Pine AI to describe tasks, ask questions, or submit form responses, enabling automated assistance with bills, subscriptions, and disputes.
Instructions
Send a message to Pine AI — describe the task, answer questions, or provide info.
Also used to submit form answers as JSON ({"field_name": "value"}) when pine_send_form_response is not applicable. Use pine_get_history afterward to see Pine's response.
Args: session_id: The session to send the message to. content: Text message or JSON form data to send. attachments: Optional attachment metadata from pine_upload_attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| session_id | Yes | ||
| attachments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |