Skip to content

Amazon Connect Outbound Campaign Event source not dialing

0

I am new to Amazon connect. I have setup an Amazon Connect Outbound campaign using Recipient as Customer Event and selected Source as S3 Event defined as Zipcode is NY

I have uploaded the CSV file with qualified records (Records Zipcode is NY). However, it is not creating the customer profile and not dialing the records.

How can I troubleshoot and identify the real issue.

Thanks for your help

1 Answer
-1

To troubleshoot your Amazon Connect Outbound Campaign that's not dialing, I recommend checking several key areas:

  1. Verify that outbound calling is enabled for your Amazon Connect instance. This is a fundamental requirement for outbound campaigns to work.

  2. Check that all necessary resources exist and are properly configured:

  • Queue
  • Flow
  • Amazon Connect source phone number
  • Campaign configuration
  1. Ensure your Amazon Connect instance is properly configured to allow dialing to the destinations in your CSV file. Check if your instance allows calls to the area codes/countries you're trying to reach.

  2. If you're getting a disconnect reason of OUTBOUND_RESOURCE_ERROR, this typically indicates a configuration issue with one of the required resources.

  3. For OUTBOUND_DESTINATION_ENDPOINT_ERROR, verify that your Amazon Connect instance is configured to allow calls to the destinations in your file.

  4. Check your IAM permissions to ensure you have the necessary permissions for outbound campaigns, including:

  • Enable/disable outbound campaigns
  • View telephony options
  • Enable/Disable telephony options
  • View outbound campaigns
  1. Review CloudTrail logs to identify any API call failures that might be due to IAM issues or Service Control Policies (SCPs) preventing operations.

  2. If you're using a custom KMS key, try using an AWS managed key temporarily to test if the instance settings are correct.

After addressing these potential issues, you may need to use PutDialRequestBatch with a different client token to create new contacts for your destinations.
Sources
Best practices for using PutDialRequestBatch for outbound campaign calling - Amazon Connect Outbound Campaigns
Best practices for using PutDialRequestBatch for outbound campaign calling - Amazon Connect
Unable to enable outbound campaigns in instance. | AWS re:Post

answered 7 months ago

  • My Other outbound campaign are dialing using the Customer Profile segment. Here we are looking an option to dial the record based on S3 data event.

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.