bodyobject · requiredBounded request body sent to the connected application.
Loading tools…
Gmail
Send a new message from a connected Gmail mailbox.
Sends one structured Gmail message with optional bounded private attachments. Sending is externally visible and cannot be undone. It can optionally join an existing thread. Always one upstream request at $0.0025.
Agents select this operation with tool ID gmail.message-send, then check its current inputs and price before a run.
bodyobject · requiredBounded request body sent to the connected application.
idstringReturned id value.
labelIdsarrayReturned label ids value.
threadIdstringReturned thread id value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "gmail.message-send",
"input": {
"body": {
"email": {
"to": [
"hello@scrollport.com"
],
"from": "alan.v20x@gmail.com",
"text": "This test confirms ScrollPort can send email using the connected Gmail account.",
"subject": "ScrollPort Gmail evidence test"
}
}
}
}Connect your app account to let your agent use its tools. Your credentials stay private, and you pay only for successful runs.
Connect your first agent to receive $1 trial credit.
{
"id": "18f0sentmessage456",
"labelIds": [
"SENT"
],
"threadId": "18f0sentthread456"
}connection_required: This capability acts on your own Gmail mailbox, which isn't connected yet.Open connect_url, approve permission to send Gmail messages, then retry this run unchanged.invalid_input: The structured email is missing its authorised sender, recipients, subject, or content.Provide body.email.from, to, subject, and text, html, or both. Attachments must use private ScrollPort artifact URLs.