- Newest
- Most votes
- Most comments
When running outbound campaigns in Amazon Connect with Customer Profiles as the source, there are specific requirements for phone number fields that could explain why your contacts are being excluded.
Amazon Connect outbound campaigns typically look for a standard phone number field rather than automatically prioritizing between multiple phone number fields like MobilePhoneNumber, HomePhoneNumber, and WorkPhoneNumber. The system doesn't automatically prioritize between these different phone types.
You would need to map your custom phone number fields to the standard phone number attribute that Amazon Connect recognizes for outbound dialing. Without this mapping, Connect may not recognize the phone numbers in your profiles, leading to contact exclusion.
There are several other possible reasons why your outbound calls might be failing:
- The phone numbers may not be in the proper E.164 format that Amazon Connect requires
- Outbound calling might not be allowlisted for the countries or prefixes you're trying to dial
- You may have reached your concurrent active call quota
- The destination phone numbers might be invalid or unreachable
- There could be configuration issues with your outbound caller ID
As for checking why exclusion happened, Amazon Connect doesn't provide detailed exclusion reasons directly in the standard dashboards. You would need to implement additional logging or monitoring to track why specific profiles are being excluded from your campaigns.
To resolve this issue, ensure you have a single, standardized phone number field that Amazon Connect can recognize, properly formatted in E.164 format. If you need to maintain priority dialing logic (mobile first, then home, etc.), you would need to pre-process your profile data to populate the primary phone number field according to your priority rules.
Sources
Troubleshoot outbound call issues in Amazon Connect | AWS re:Post
Restrict Outbound Calling | AWS re:Post
answered a year ago
Relevant content
- AWS OFFICIALUpdated 4 months ago

Then why in documentation https://docs.aws.amazon.com/connect/latest/adminguide/how-to-create-campaigns.html#campaign-set-up-and-cycling-through-recipient-contant-types it says it can dial three numbers listed in customer profile and there is no json structure provided for customer profile how to create it, to use this logic.