ZcreatePost

Creates a new forum post in a forum channel and returns its thread ID.

Syntax

ZcreatePost{channelID;title;content?;tagIDs?}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeYes-
titlestringYes-
contentstringNo-
tagIDsstringNo-

Example

ZcreatePost{987654321012345678;My First Post;Hello world!}