Back to Kinetic Discussions Integrations
Handler · Version 1

Kinetic Discussions Discussion Create Kinetic Discussions

Download GitHub

About

This handler uses the OAuth client ID and client secret to retrieve an access token that connects to the Kinetic Discussions API.

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
CE Space The CE space of the discussion you are trying to create. Optional. Defaults to handler info property.
Title The title of the new discussion. This is a new discussion
Description The description of the new discussion.
Is Archived Archived discussions do not allow new messages added to them. false
Is Private Private discussions only allow people to see the discussion if they have been explicitly invited to it. Join policy is ignored if set to true. false
Join Policy Security policy name for allowing people to join. Authenticated Users
Owning Users JSON array of CE users allowed to manage the new discussion. <%= ["admin@acme.com"].to_json %>
Owning Teams JSON array of CE team names allowed to manage the new discussion. <%= ["Administrators"].to_json %>
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Discussion Details about the new discussion, JSON formatted.
Changelog

KineticDiscussionsDiscussionCreateV1 (2018-12-13)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top