Tool to update (upsert) a device registration for push notifications in Ably. Use when registering a new device or updating an existing device's push notification configuration. This is an upsert operation - if the device doesn't exist, it will be created; if it exists, it will…
idRequiredstringUnique identifier for the device generated by the device itself. This should match device_id.
metadataobjectOptional metadata object for this device. May only be set by clients with push-admin privileges.
platformRequiredstringPlatform of the push device (ios, android, or browser).
client_idstringOptional trusted client identifier for the device.
device_idRequiredstringDevice's ID. This is the unique identifier for the device being registered/updated.
push_statestringPush device state types.
form_factorRequiredstringForm factor of the push device (phone, tablet, desktop, tv, watch, car, or embedded).
device_secretstringSecret value for the device.
push_recipientRequiredobjectPush recipient details for the device, including transport type and device/registration tokens.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.