Message Button Clicked trigger

Introduction

The "Message Button Clicked" trigger activates whenever a button within a message is clicked. This trigger is useful for automating actions in response to user interactions with buttons in messages.

Configuration

  • Filters: A set of conditions that determine where the trigger should activate. This parameter includes:

    • Guilds:

      • Allow: Specifies the guilds where the trigger should activate.

  • Button ID: The specific ID of the button to monitor. If provided, the trigger will only activate when a button with this ID is clicked. This parameter is optional and can be left empty to monitor clicks on any button.

Outputs

  • Guild: The guild where the button was clicked. This output can be used to determine the context of the triggered event.

  • Button ID: The ID of the button that was clicked. This output helps identify which specific button was interacted with.

  • Message: The message containing the button that was clicked. This output includes relevant details about the message, such as content and author.

  • Interaction: The interaction details of the button click, which can be used to further process the user's action within the automation.

Last updated