Create Post step
Introduction
This step creates a new post in a forum channel, allowing users to engage with the content. It's particularly useful for initiating discussions or sharing updates within a community.
Configuration
Channel: Select the forum channel where you want to create the post. This field is required.
Name: Provide a name for the post. It should be descriptive and concise, with a maximum length of 100 characters. This field is required.
Message: First message in the post.
Content: Input the content of the message. The message must be at least 1 character and can be up to the maximum length allowed by Discord. Supports multiline text. This is a required field.
Embeds:
Title: Set the title of the embed. Length must be between 1 and the maximum title length allowed by Discord. Supports multiline text.
URL: (Optional) A URL to be associated with the title.
Description: (Optional) Detailed description for the embed. Maximum length allowed by Discord. Supports multiline text.
Color: (Optional) Choose a color for the embed.
Author: (Optional) Include author information with optional name, URL, and icon URL.
Thumbnail URL: (Optional) URL of the thumbnail image to be displayed in the embed.
Image URL: (Optional) URL of the image to be included in the embed.
Timestamp: (Optional) Add a timestamp to the embed.
Footer: (Optional) Include footer text and an optional icon URL.
Fields: (Optional) Add up to 25 fields, each with a name, value, and option to display inline.
Attachments: A list of files to be attached to the message. Each attachment can have a description.
Action Rows: A list of action rows for adding interactive components to the message. These can include:
Buttons: List of buttons with customizable styles, URLs, labels, and emojis.
Style: Determines the appearance of the button. Options include:
Primary: A blue button, typically used for primary actions.
Secondary: A grey button, used for secondary actions.
Success: A green button, indicating a successful action or positive choice.
Danger: A red button, often used for actions that could have negative consequences, such as deletions.
Link: A button that opens a URL. This style requires the
url
parameter.
ID: A unique identifier for the button (automatically generated).
URL: The web address that the button will open when clicked. This parameter is only applicable and required if the button style is
Link
. It provides a way to direct users to external resources directly from the button click.Label: The text displayed on the button. This is a required field, as it informs users of the button's purpose or action. The label should be concise and clear.
Emoji: An optional emoji that can be displayed on the button, adding visual interest or further context to the button's function.
Select Menu: A dropdown menu for selecting options, which can be of types like text, user, role, or channel. Each select menu includes:
ID: A unique identifier for the select menu (automatically generated).
Label: A descriptive label for the select menu.
Options: A list of selectable options within the menu.
Placeholder: Text displayed when no option is selected. Optional.
Disabled: Whether the select menu is interactive or disabled.
Outputs
Post: The newly created post (thread channel), which can be further utilized in your automation flow. This output allows you to reference or manipulate the created post in subsequent steps.
Message: The message that was sent in the newly created post.
Last updated