Amazon AppFlow · Example Payload

Appflow List Connector Entities Request Example

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

Appflow List Connector Entities Request Example is an example object payload from Amazon AppFlow, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

connectorProfileNameconnectorTypeentitiesPathapiVersionmaxResultsnextToken

Example Payload

Raw ↑
{
  "connectorProfileName": "my-salesforce-profile",
  "connectorType": "Salesforce",
  "entitiesPath": "/var/log/appflow/flow.log",
  "apiVersion": "v55.0",
  "maxResults": 20,
  "nextToken": ""
}