View Source AWS.ConnectCampaigns (aws-elixir v1.0.0)

Provide APIs to create and manage Amazon Connect Campaigns.

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.

Provides summary information about the campaigns under the specified Amazon Connect account.

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.

Updates the dialer config of a campaign.

Updates the outbound call config of a campaign.

Functions

Link to this function

create_campaign(client, input, options \\ [])

View Source

Creates a campaign for the specified Amazon Connect account.

This API is idempotent.

Link to this function

delete_campaign(client, id, input, options \\ [])

View Source

Deletes a campaign from the specified Amazon Connect account.

Link to this function

delete_connect_instance_config(client, connect_instance_id, input, options \\ [])

View Source

Deletes a connect instance config from the specified AWS account.

Link to this function

delete_instance_onboarding_job(client, connect_instance_id, input, options \\ [])

View Source

Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.

Link to this function

describe_campaign(client, id, options \\ [])

View Source

Describes the specific campaign.

Link to this function

get_campaign_state(client, id, options \\ [])

View Source

Get state of a campaign for the specified Amazon Connect account.

Link to this function

get_campaign_state_batch(client, input, options \\ [])

View Source

Get state of campaigns for the specified Amazon Connect account.

Link to this function

get_connect_instance_config(client, connect_instance_id, options \\ [])

View Source

Get the specific Connect instance config.

Link to this function

get_instance_onboarding_job_status(client, connect_instance_id, options \\ [])

View Source

Get the specific instance onboarding job status.

Link to this function

list_campaigns(client, input, options \\ [])

View Source

Provides summary information about the campaigns under the specified Amazon Connect account.

Link to this function

list_tags_for_resource(client, arn, options \\ [])

View Source

List tags for a resource.

Link to this function

pause_campaign(client, id, input, options \\ [])

View Source

Pauses a campaign for the specified Amazon Connect account.

Link to this function

put_dial_request_batch(client, id, input, options \\ [])

View Source

Creates dials requests for the specified campaign Amazon Connect account.

This API is idempotent.

Link to this function

resume_campaign(client, id, input, options \\ [])

View Source

Stops a campaign for the specified Amazon Connect account.

Link to this function

start_campaign(client, id, input, options \\ [])

View Source

Starts a campaign for the specified Amazon Connect account.

Link to this function

start_instance_onboarding_job(client, connect_instance_id, input, options \\ [])

View Source

Onboard the specific Amazon Connect instance to Connect Campaigns.

Link to this function

stop_campaign(client, id, input, options \\ [])

View Source

Stops a campaign for the specified Amazon Connect account.

Link to this function

tag_resource(client, arn, input, options \\ [])

View Source

Tag a resource.

Link to this function

untag_resource(client, arn, input, options \\ [])

View Source

Untag a resource.

Link to this function

update_campaign_dialer_config(client, id, input, options \\ [])

View Source

Updates the dialer config of a campaign.

This API is idempotent.

Link to this function

update_campaign_name(client, id, input, options \\ [])

View Source

Updates the name of a campaign.

This API is idempotent.

Link to this function

update_campaign_outbound_call_config(client, id, input, options \\ [])

View Source

Updates the outbound call config of a campaign.

This API is idempotent.