Amazon AppFlow · Example Payload

Appflow Describe Connector Profiles Request Example

ConnectorsData FlowData IntegrationETLIntegrationSaaSData Transfer

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

Top-level fields

connectorProfileNamesconnectorTypeconnectorLabelmaxResultsnextToken

Example Payload

Raw ↑
{
  "connectorProfileNames": [
    "my-salesforce-profile"
  ],
  "connectorType": "Salesforce",
  "connectorLabel": "MyCustomConnector",
  "maxResults": 20,
  "nextToken": ""
}