Mutations
upsertThreadField
Sets (or updates) a single thread field value on a thread, identified by thread ID and field key. Creates the field if it does not exist, or overwrites the existing value if it does. Requires the threadField:create and threadField:update permissions.
MUTATION
upsertThreadField(input: UpsertThreadFieldInput!): UpsertThreadFieldOutput!Arguments
input
required
Returns
threadField
result
error
Mutation
Variables
Response
Mutation
Variables
Response

