View source: R/customerprofiles_operations.R
customerprofiles_create_integration_workflow | R Documentation |
Creates 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.
See https://www.paws-r-sdk.com/docs/customerprofiles_create_integration_workflow/ for full documentation.
customerprofiles_create_integration_workflow(
DomainName,
WorkflowType,
IntegrationConfig,
ObjectTypeName,
RoleArn,
Tags = NULL
)
DomainName |
[required] The unique name of the domain. |
WorkflowType |
[required] The type of workflow. The only supported value is APPFLOW_INTEGRATION. |
IntegrationConfig |
[required] Configuration data for integration workflow. |
ObjectTypeName |
[required] The name of the profile object type. |
RoleArn |
[required] 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. |
Tags |
The tags used to organize, track, or control access for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.