http://profile.{region}.amazonaws.com/domains/{DomainName}/workflows/integrationsCreates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
The unique name of the domain.
The tags used to organize, track, or control access for this resource.
The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
The name of the profile object type.
Configuration data for integration workflow.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://profile.{region}.amazonaws.com/domains/{DomainName}/workflows/integrations' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://profile.{region}.amazonaws.com/domains/{DomainName}/workflows/integrationsCreates an integration workflow. An integration workflow is an async process which ingests historic data and sets up an integration for ongoing updates. The supported Amazon AppFlow sources are Salesforce, ServiceNow, and Marketo.
The unique name of the domain.
The tags used to organize, track, or control access for this resource.
The Amazon Resource Name (ARN) of the IAM role. Customer Profiles assumes this role to create resources on your behalf as part of workflow execution.
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
The name of the profile object type.
Configuration data for integration workflow.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://profile.{region}.amazonaws.com/domains/{DomainName}/workflows/integrations' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}