Post Message Created trigger

Introduction

The "Post Message Created" trigger activates when a new message is created within a forum post. This trigger is useful for monitoring and responding to discussions within forum channels, allowing automations to react to new messages in real time.

Configuration

  • Filters: A set of conditions that determine where and when the trigger should activate. This parameter is required and includes the following filters:

    • Guilds:

      • Allow: Specifies the guilds in which the trigger should activate. This parameter is required if provided.

    • Channels:

      • Allow: Specifies the forum channels where the trigger should activate. This parameter is required if no "Deny" channels are specified.

      • Deny: Specifies the forum channels where the trigger should not activate. This parameter is required if no "Allow" channels are specified.

    • Users:

      • Allow: Specifies which users can trigger the event. This parameter is required, with at least one user or user type specified. By default, it includes all users.

Outputs

  • Guild: The guild where the message was created. This output can be used in subsequent steps to determine the context of the triggered event.

  • Message: The message that was created. This output includes all relevant details of the message, such as content, author, and timestamp, and can be used for further processing within the automation.

Last updated