Challenge with Visibility of Outbound Campaign Created via AWS CDK in AWS Connect UI

0

I attempted to generate an outbound campaign in AWS Connect using CDK. While the campaign was successfully created, it does not appear in the user interface. When I endeavor to create the outbound campaign manually in the UI using the same name, an error message states, "A campaign with this name already exists."

2 Answers
0

Hello,

From the cloudformation console, are you able to click onto the campaign physical resource ID to then be directed to the the console itself?

To double check check that the resource created successfully, you can also run the following command:

aws connect list-campaigns [ 1 ].

Secondly, you can also update and re-deploy the CDK stack to have the front-end and back-end synchronise while also making sure that the correct parameters and values have been passed [ 2 ].

Do let me know if you continue to encounter issues with this.

References:

[ 1 ] list-campaigns - https://docs.aws.amazon.com/cli/latest/reference/connectcampaigns/list-campaigns.html

[ 2 ] class CfnCampaign (construct) - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_connectcampaigns.CfnCampaign.html#:~:text=class%20CfnCampaign%20(construct)

answered 4 months ago
  • There is no problem retrieving and using the outbound campaign, but the concern here is that I am unable to see the campaign in the UI, it appears that there is a bug with the outbound campaign creation using backend

0

Hello,

To be able to view outbound campaigns created outside connect UI (using API) within connect ui, you will have to add the instance ID as a tag to the campaign. Let us know if you still cannot view the campaigns when instance id is added as a tag.

[+] https://docs.aws.amazon.com/connect/latest/adminguide/how-to-create-campaigns.html

AWS
SUPPORT ENGINEER
kgopelo
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions