View Source AWS.ConnectCampaignsV2 (aws-elixir v1.0.4)
Provide APIs to create and manage Amazon Connect Campaigns.
Link to this section Summary
Functions
Creates a campaign for the specified Amazon Connect account.
Deletes a campaign from the specified Amazon Connect account.
Deletes the channel subtype config of a campaign.
Deletes the communication limits config for a campaign.
Deletes the communication time config for a campaign.
Deletes a connect instance config from the specified AWS account.
Delete the integration for the specified Amazon Connect instance.
Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
Describes the specific campaign.
Get state of a campaign for the specified Amazon Connect account.
Get state of campaigns for the specified Amazon Connect account.
Get the specific Connect instance config.
Get the specific instance onboarding job status.
Provides summary information about the campaigns under the specified Amazon Connect account.
Provides summary information about the integration under the specified Connect instance.
List tags for a resource.
Pauses a campaign for the specified Amazon Connect account.
Put or update the integration for the specified Amazon Connect instance.
Creates outbound requests for the specified campaign Amazon Connect account.
Takes in a list of profile outbound requests to be placed as part of an outbound campaign.
Stops a campaign for the specified Amazon Connect account.
Starts a campaign for the specified Amazon Connect account.
Onboard the specific Amazon Connect instance to Connect Campaigns.
Stops a campaign for the specified Amazon Connect account.
Tag a resource.
Untag a resource.
Updates the channel subtype config of a campaign.
Updates the communication limits config for a campaign.
Updates the communication time config for a campaign.
Updates the campaign flow associated with a campaign.
Updates the name of a campaign.
Updates the schedule for a campaign.
Updates the campaign source with a campaign.
Link to this section Functions
Creates a campaign for the specified Amazon Connect account.
This API is idempotent.
Deletes a campaign from the specified Amazon Connect account.
delete_campaign_channel_subtype_config(client, id, input, options \\ [])
View SourceDeletes the channel subtype config of a campaign.
This API is idempotent.
delete_campaign_communication_limits(client, id, input, options \\ [])
View SourceDeletes the communication limits config for a campaign.
This API is idempotent.
delete_campaign_communication_time(client, id, input, options \\ [])
View SourceDeletes the communication time config for a campaign.
This API is idempotent.
delete_connect_instance_config(client, connect_instance_id, input, options \\ [])
View SourceDeletes a connect instance config from the specified AWS account.
delete_connect_instance_integration(client, connect_instance_id, input, options \\ [])
View SourceDelete the integration for the specified Amazon Connect instance.
delete_instance_onboarding_job(client, connect_instance_id, input, options \\ [])
View SourceDelete the Connect Campaigns onboarding job for the specified Amazon Connect instance.
Describes the specific campaign.
Get state of a campaign for the specified Amazon Connect account.
Get state of campaigns for the specified Amazon Connect account.
get_connect_instance_config(client, connect_instance_id, options \\ [])
View SourceGet the specific Connect instance config.
get_instance_onboarding_job_status(client, connect_instance_id, options \\ [])
View SourceGet the specific instance onboarding job status.
Provides summary information about the campaigns under the specified Amazon Connect account.
list_connect_instance_integrations(client, connect_instance_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceProvides summary information about the integration under the specified Connect instance.
List tags for a resource.
Pauses a campaign for the specified Amazon Connect account.
put_connect_instance_integration(client, connect_instance_id, input, options \\ [])
View SourcePut or update the integration for the specified Amazon Connect instance.
Creates outbound requests for the specified campaign Amazon Connect account.
This API is idempotent.
put_profile_outbound_request_batch(client, id, input, options \\ [])
View SourceTakes in a list of profile outbound requests to be placed as part of an outbound campaign.
This API is idempotent.
Stops a campaign for the specified Amazon Connect account.
Starts a campaign for the specified Amazon Connect account.
start_instance_onboarding_job(client, connect_instance_id, input, options \\ [])
View SourceOnboard the specific Amazon Connect instance to Connect Campaigns.
Stops a campaign for the specified Amazon Connect account.
Tag a resource.
Untag a resource.
update_campaign_channel_subtype_config(client, id, input, options \\ [])
View SourceUpdates the channel subtype config of a campaign.
This API is idempotent.
update_campaign_communication_limits(client, id, input, options \\ [])
View SourceUpdates the communication limits config for a campaign.
This API is idempotent.
update_campaign_communication_time(client, id, input, options \\ [])
View SourceUpdates the communication time config for a campaign.
This API is idempotent.
update_campaign_flow_association(client, id, input, options \\ [])
View SourceUpdates the campaign flow associated with a campaign.
This API is idempotent.
Updates the name of a campaign.
This API is idempotent.
Updates the schedule for a campaign.
This API is idempotent.
Updates the campaign source with a campaign.
This API is idempotent.