REST APIV2 BetaSalesforce
Batch Write Account Plan
Write or update multiple Salesforce account plans in a single request. Each account plan is processed independently. The operation is processed asynchronously and returns immediately.
Authorization
BearerToken AuthorizationBearer <token>
Pass an OAuth access token or an API token from Settings > MCP Server.
In: header
Request Body
application/json
items*array<>
List of account plan write requests
Items
1 <= items <= 100Response Body
application/json
curl -X POST "https://api.poggio.io/v2beta/super/salesforce/batch_write_account_plan" \ -H "Content-Type: application/json" \ -d '{ "items": [ { "account_id": "string", "account_plan_object_api_name": "string" } ] }'Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Search Context
Search across all indexed content in your organization. Returns matching items with titles, text excerpts, and URLs.
Trigger Account Pages
Trigger account page generation or refresh for a Salesforce account. The operation is processed asynchronously and the sync request is updated upon completion.