This tool will allow users to publish a message to a specified Ably channel using a POST request. It covers the essentials like channel name, message data, optional event name/type, and additional metadata for push notifications. It is an independent and fundamental operation wi…
client_idstringOptional client identifier to associate with the message.
channel_idRequiredstringThe name of the channel to publish the message to.
event_namestringOptional event name/type for the message.
message_idstringOptional unique message ID for idempotent publishing.
message_dataRequiredThe message payload. Can be a string or a JSON object.
push_notificationobjectOptional push notification configuration.
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.