View Source AWS.ConnectCampaigns (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 a connect instance config from the specified AWS account.
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.
List tags for a resource.
Pauses a campaign for the specified Amazon Connect account.
Creates dials requests for the specified campaign Amazon Connect account.
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 dialer config of a campaign.
Updates the name of a campaign.
Updates the outbound call config of 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_connect_instance_config(client, connect_instance_id, input, options \\ [])
View SourceDeletes a connect instance config from the specified AWS account.
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 tags for a resource.
Pauses a campaign for the specified Amazon Connect account.
Creates dials requests for the specified campaign Amazon Connect account.
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.
Updates the dialer config of a campaign.
This API is idempotent.
Updates the name of a campaign.
This API is idempotent.
update_campaign_outbound_call_config(client, id, input, options \\ [])
View SourceUpdates the outbound call config of a campaign.
This API is idempotent.