Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Amazon Connect Spoke

Manage and provide customer service across voice, chat, and tasks using your Amazon Connect account from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Amazon Connect spoke v1.2.0 is the latest version.

Supported versions

This spoke was built for Amazon Connect API Version 2017-08-08, but may be compatible with later versions.

Spoke requirements

  • User with full access to Amazon Connect.
  • Access Key ID and Secret Access Key of the user. Record these values for later use.

For more information about creating user in IAM and providing the required access, see Understanding and Getting Your Security Credentials page on the AWS Documentation site.

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • Complex Object (com.glide.cobject)
  • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Amazon Connect spoke provides actions to automate Amazon Connect tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescription
Contact Flow ManagementCreate Contact FlowCreates a contact flow for the specified Amazon Connect instance.
Get Contact Flow DetailsRetrieves details of the specified contact flow.
Look up Contact FlowsRetrieves a list of contact flows.
Update Contact Flow ContentUpdates content of the specified contact flow.
Update Contact Flow NameUpdates name of the specified contact flow.
Contact ManagementResume Contact RecordingResumes recording the call when a contact is being recorded and the recording has been suspended using suspend contact recording. Only voice recordings are supported at this time.
Start Contact RecordingStarts recording the contact when an agent joins the call. Only voice recordings are supported at this time.
Start Outbound Voice ContactPlaces an outbound call to a contact and initiates the contact flow.
Stop ContactEnds the specified contact.
Stop Contact RecordingStops recording the call. If you use stop contact recording to stop recording an ongoing call, you can't use restart the contact recording. Only voice recordings are supported at this time.
Suspend Contact RecordingSuspends recording the call when a contact is being recorded.
Get Contact AttributesRetrieves the contact attributes for the specified contact.
Update Contact AttributesCreates or updates user-defined contact attributes associated with the specified contact.
Instance ManagementCreate InstanceInitiates an Amazon Connect instance with all the supported channels enabled.
Delete InstanceDeletes the specified instance.
Get Instance DetailsRetrieves details of the specified instance.
Look up Hours of OperationsRetrieves a list of hours of operations.
Look up InstancesRetrieves a list of instances.
Look up Phone NumbersRetrieves a list of phone numbers.
Look up PromptsRetrieves a list of prompts.
Look up QueuesRetrieves a list of queues.
Look up Security ProfilesRetrieves a list of security profiles.
Metric ManagementGet Current Metrics DataRetrieves the real-time metric data from the specified Amazon Connect instance.
Get Metrics Data

Retrieves historical metric data from the specified Amazon Connect instance.Note:

  • The time must be specified using an interval of 5 minutes, such as 11:00, 11:05, and 11:10, and must be later than the start time timestamp.
  • The time range between the start and end time must be less than 24 hours.
Routing Policy ManagementAssociate Routing Profile QueuesAssociates a set of queues with a routing profile.
Create Routing ProfileCreates a routing profile.
Disassociate Routing Profile QueuesDisassociates the specified set of queues from a routing profile.
Get Routing Profile DetailsRetrieves details of the specified routing profile.
Look up Routing Profile QueuesRetrieves a list of routing profile queues.
Look up Routing ProfilesRetrieves a list of routing profiles.
Update Routing Profile ConcurrencyUpdates the specified routing profile concurrency.
Update Routing Profile Default Outbound QueueUpdates the specified routing profile default outbound queue.
Update Routing Profile NameUpdates the specified routing profile name.
Update Routing Profile QueuesUpdates the properties associated with a set of queues for a routing profile.
Tag ManagementAdd Tags to ResourceAssociates a set of tags with the specified resource.
Look up Tags for ResourceRetrieves all tags that are associated with the specified resource.
Remove Tag from ResourceRemoves the association of tag from resource.
User ManagementCreate UserCreates a user account for the specified Amazon Connect instance.
Delete UserDeletes the specified user.
Get User DetailsRetrieves details of the specified user.
Get User Hierarchy GroupRetrieves details of the user hierarchy group.
Get User Hierarchy StructureRetrieves details of the user hierarchy structure.
Look up User Hierarchy GroupsRetrieves a list of user hierarchy groups.
Look up UsersRetrieves the list of users.
Update User HierarchyUpdates the specified user hierarchy.
Update User Identity InformationUpdates the specified user identify information.
Update User Phone ConfigurationUpdates details of the specified user phone configuration.
Update User Routing ProfileUpdates the specified user routing profile.
Update User Security ProfilesUpdates details of the specified user security profiles.
Look up Agent StatusRetrieves a list of agent statuses.

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Amazon Connect spoke.