Guilded Client
    Guilded Client
    • Intro
    • Community Libraries
    • Permissions Values
    • Reference
    • Webhooks
    • Chat
      • Get Embed for URL
        GET
      • Get Metadata
        GET
      • Get Channel Messages
        GET
      • Get Pinned Messages
        GET
    • List Items
      • Get List Items
        GET
      • Get List Item Note
        GET
    • Users
      • Modify User
        GET
      • Get Current User Verification
        GET
      • Send Verification Email
        POST
      • Verify Email Address
        GET
      • Get User Owned Steam Apps
        GET
      • Get User
        GET
      • Get User Profile
        GET
      • Get User Profile Posts
        GET
      • Get User Profile Post
        GET
      • Check Email Address
        GET
    • Teams
      • Get Team Presences
        GET
      • Get Team Info
        GET
      • Get Shallow Search Results
        GET
      • Submit Deep Search Query
        GET
      • Check Subdomain
        GET
      • Look up Teams
        GET
      • Check Team Name
        GET
    • Members
      • Get Team Members
      • Detail Team Members
      • Detail Voice Members
      • Sort Member IDs
      • Detail Team Bots
    • Channels
      • Get Team Channels
      • Get Team Channel
      • Get Group Archived Channels
      • Get Thread
      • Get Channel Threads
      • Get Channel Thread Count
      • Get Voice Channel Groups
    • Webhooks
      • Get Channel Webhooks
      • Execute Webhook
    • Guilded Meta
      • Redirect to App
      • Get App QR
    • Tournaments
      • Get Tournaments
      • Get Tournament
      • Get Tournament Info
      • Get Tournament Any Bracket Confirmed
      • Get Tournament from Invite
      • Get Tournament Hash Invites
      • Get Tournament Bracket Matches
      • Get Upcoming Tournaments
      • Get Completed Tournaments
      • Get Featured Tournaments
    • Websocket
      • Websocket

    Webhooks

    Usage#

    For manual webhook execution, see Execute Webhook

    Compatibility with Discord applications#

    This API was likely designed with Discord compatibility in mind. Discord applications are able to send requests to Guilded webhook endpoints that are identical to those intended for Discord. There are a few notable differences:
    The created object is mostly incompatible with Discord's message structure
    The created object is always returned (message or list item) regardless of the wait parameter
    The thread_id parameter is ignored
    The tts, allowed_mentions, components, attachments, flags, and thread_name body parameters are ignored
    Files cannot be sent alone and must be paired with either content or embeds

    Usage with Discord webhooks#

    Guilded supports the use of Discord webhook URLs to feed certain content from Guilded to Discord: Outgoing Webhooks
    Modified at 2024-06-10 20:51:21
    Previous
    Reference
    Next
    Get Embed for URL
    Built with