How can I add Discord Webhook?

  1. Go to Dashboard > Settings > Discord Webhooks > Create
  2. Choose an event.
  3. Enter Discord Webhook URL. How can I get Discord Webhook URL?
  4. Enter Bot Name. Sets the name of the Webhook Bot that sends messages to your discord server.
  5. Enter Bot Avatar image link. Sets the avatar of the Webhook Bot that sends messages to your discord server.
  6. Now you can customize your message using Webhook Editor or JSON Editor.

How can I get Discord Webhook URL?

  1. Go to your Discord Server.
  2. Enter the settings of the channel where the message will be sent.
  3. Go to Integrations section.
  4. Click the Create Webhook button.
  5. Click the Webhook card to see options.
  6. Click the “Copy Webhook URL”
  7. Paste the URL into the Webhook URL input.

Events

  • Forum Thread Posted
    When a user posts a new thread in the forum.

    VariableDescription
    {username}Username
    {title}Title
    {url}The URL of the thread.
  • Credits Purchased
    When a user purchases credits.

    VariableDescription
    {username}Username
    {credit}Amount
    {credit}Currency
  • Product Purchased
    When a user purchases a product.

    VariableDescription
    {username}Username
    {product}Product Name
    {category}Category Name
    {price}Price
    {credit}Currency
    {quantity}Quantity
  • Support Ticket Opened
    When a user opens a new support ticket.

    VariableDescription
    {username}Username
    {title}Title
    {category}Category Name
    {message}Message
    {dashboard_url}The URL of the ticket.
  • Support Ticket Answered
    When a support ticket is answered.

    VariableDescription
    {username}Username
    {title}Title
    {category}Category Name
    {message}Message
    {dashboard_url}The URL of the ticket.
  • Support Ticket Replied
    When a support ticket is replied.

    VariableDescription
    {username}Username
    {title}Title
    {category}Category Name
    {message}Message
    {dashboard_url}The URL of the ticket.
  • Blog Post Published
    When a new blog post is published.

    VariableDescription
    {username}Username
    {title}Title
    {content}Content
    {category}Category Name
    {thumbnail}Post Thumbnail
    {url}The URL of the post.
  • Blog Post Commented
    When a user comments on a blog post

    VariableDescription
    {username}Username
    {comment}Comment
    {title}Title
    {url}The URL of the post.
    {dashboard_url}The URL of the comment.
  • Wheel of Fortune Won
    When a user wins a prize from the Wheel of Fortune

    VariableDescription
    {username}Username
    {name}Wheel of Fortune Name
    {award}Award Name
  • Application Submitted
    When a user submits an application

    VariableDescription
    {username}Username
    {form_title}Form Title
    {dashboard_url}The URL of the application.