Back to Kinetic Discussions Integrations
Handler · Version 1

Kinetic Discussions Message 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
Discussion GUID The GUID of the discussion you are trying to add a message to. 9fa2b330-fa5e-11e8-88ef-7bbe80231820
Space Slug The CE space of the discussion you are trying to close. Optional. Defaults to handler info property.
Message The message to be add, in JSON format. e.g. [{"type":"text","value":"Johnny Five, still alive!"}] [{"type":"text","value":"Johnny Five, still alive!"}]
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
Message Details about the just created message.
Changelog

KineticDiscussionsMessageCreateV1 (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