01Build with Tempo. Fieldwork in, findings out.
02Send visit notes, photos and account context through one action endpoint. Tempo checks the work, returns structured findings and calls your webhook when the action is done.
03
POST /v1/actions/capture.packet.createAPI
request
{
"storeId": "st_142",
"photos": ["https://.../shelf-01.jpg"]
}response
{
"status": "queued",
"actionId": "act_9f2"
}webhook action.completed
{
"actionId": "act_9f2",
"facings": 41,
"issues": 2
}Prefer an SDK or MCP? Both use the same action manifest.