Comments
Add comment reaction
Use this action to add a reaction to a comment in a thread.
🔐 Plus Plugin Only: This is only available in the Plus version of the plugin. Get the Plus plugin here.
Fields
The following fields are available in this action:
Field | Type | Description |
---|---|---|
Room ID | Text | The unique identifier of the room. |
Thread ID | Text | The unique identifier of the thread. |
Comment ID | Text | The unique identifier of the comment. |
Emoji | Text | The emoji used for the reaction. |
User ID | Text | The unique identifier for the user adding the reaction. |
Returned Values
The following values are returned by the action: []
indicates an array of objects.
Key | Type | Description |
---|---|---|
body.createdAt | Date/Time | The timestamp of when the reaction was added. |
body.emoji | Text | The emoji reaction that was added. |
body.userId | Text | The ID of the user who added the reaction. |
error.status_code | Number | The HTTP status code returned by the API (e.g., 200 for success). |
error.status_message | Text | The HTTP status message returned by the API (e.g., "OK" ). |
error.body | Text | The raw error body message as a string. |
returned_an_error | Boolean | A flag indicating whether the API returned an error. false means no error occurred. |