Trigger Types

    Events that start a workflow — messages, comments, tags, schedules.

    Every workflow starts with a trigger. Here are all available trigger types:

    TriggerFires WhenAvailable Data
    New MessageA customer sends a message on any channelmessageText, contactName, channelId
    CommentSomeone comments on your Instagram/Facebook postcommentText, postId, commenterUsername
    Story ReplySomeone replies to your Instagram storyreplyText, storyId, replierUsername
    Story ReactionSomeone reacts to your Instagram story with an emojireactionEmoji, storyId, reactorUsername
    Contact TaggedA tag is added to a contact/conversationtagName, contactId, source
    ManualManually triggered by a team memberCustom data

    Trigger Filters

    Most triggers support filters to narrow when they fire:

    • Keyword Filter — Only trigger when the message contains specific keywords
    • AI Filter — Use AI to understand intent (e.g., "trigger when someone asks about pricing")
    • All Messages — Trigger for every message (use with caution)
    • Channel Filter — Only trigger for specific channels or channel types

    Was this article helpful?