Skip to contents

Create a new reply to a thread

Usage

new_reply(
  thread_uuid,
  text,
  mentioned_assets = NULL,
  mentioned_users = NULL,
  use_proxy = FALSE
)

Arguments

thread_uuid

UUID of thread to reply to

text

Character string to include in body of thread

mentioned_assets

UUID(s) of asset(s) to mention

mentioned_users

UUID(s) of user(s) to mention

use_proxy

Logical to indicate whether to use proxy

Value

API response (invisibly)