Agent-usable Action
Contact the team
Send a general product, partnership, security, or business question to the RivetOps team.
- Operation type
- Executable website Action
- Transport
- JSON HTTP
- HTML form
- None on the Action surface
- Execution
- POST JSON to the matching same-origin Action URL
Intent
Use when: Send a general product, partnership, security, or business question to the RivetOps team.
Select this Action only when the user's requested outcome matches. Compare the complete site Action catalog before choosing.
Collect only missing required information, then use the JSON contract below.
Information needed
Email, Message
email— Email requiredname— Name optional- Name
company— Company optional- Company
topic— Topic optional- Topic Allowed values: Product question, Partnership, Security and compliance, Other.
message— Message required- Message
Programmatic contract
Fetch this URL with Accept: application/json for the canonical schema. Execute with POST https://rivetops.org/actions/contact_the_team, Content-Type: application/json, and Accept: application/json.
Send Idempotency-Key with 8–64 letters, numbers, underscores, or hyphens. Reuse the same key for retries of this request.
{
"email": "<email>",
"name": "<string>",
"company": "<string>",
"topic": "Product question",
"message": "<text>"
}Result
A successful request returns a stable reference code and receipt from rivetops.org.