connect_create_push_notification_registration: Creates registration for a device token and a chat contact to...

View source: R/connect_operations.R

connect_create_push_notification_registrationR Documentation

Creates registration for a device token and a chat contact to receive real-time push notifications

Description

Creates registration for a device token and a chat contact to receive real-time push notifications. For more information about push notifications, see Set up push notifications in Amazon Connect for mobile chat in the Amazon Connect Administrator Guide.

See https://www.paws-r-sdk.com/docs/connect_create_push_notification_registration/ for full documentation.

Usage

connect_create_push_notification_registration(
  InstanceId,
  ClientToken = NULL,
  PinpointAppArn,
  DeviceToken,
  DeviceType,
  ContactConfiguration
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

PinpointAppArn

[required] The Amazon Resource Name (ARN) of the Pinpoint application.

DeviceToken

[required] The push notification token issued by the Apple or Google gateways.

DeviceType

[required] The device type to use when sending the message.

ContactConfiguration

[required] The contact configuration for push notification registration.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.