Ampersand · Example Payload

Ampersand Api Field Upsert Result Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Field Upsert Result Example is an example object payload from Ampersand, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fieldNameactionmetadatawarnings

Example Payload

Raw ↑
{
  "fieldName": "example-fieldName",
  "action": "example-action",
  "metadata": {},
  "warnings": [
    "example-warnings_item"
  ]
}