Webhooks PRO

Adds more integrations with FriendsOfFlarum Webhooks & a custom adapter

Webhooks PRO

Compatible with Flarum v1.8.5

Latest release 1.0.1

2 subscribers

1,650 downloads

released on Dec 6, 2018

$2.50 per month
extended
for profit
$40.00 once
extended
for profit

Webhooks PRO

Webhooks PRO integrates with other extensions by adding events to fof/webhooks for other extension's events. Below are a list of events added by Webhooks PRO.

Installation

Follow the instructions @ https://extiverse.com/premium/subscriptions to configure Composer to be able to install premium extensions.

composer require datitisev/flarum-webhooks-pro

Features

Integrations

  • FriendsOfFlarum
    • Ban IPs
      • IP Was Banned
      • IP Was Unbanned
    • Byobu
      • Discussion Made Public
    • Gamification
      • Post Upvoted
      • Post Downvoted
    • Polls
      • Created Poll
      • Voted Poll
    • Reactions
      • Reacted
      • Unreacted
    • Two Factor
      • User Enabled 2FA

Adapters

Custom

Sends all the event data to the webhook URL

{
  "name": "FoF\\Polls\\Events\\PollWasVoted",
  "event": {
    "actor": {
      "username": "David",
      "displayName": "David",
      "avatarUrl": null,
      "slug": "David",
      "id": 1
    },
    "poll": {
      "question": "poll 6",
      "hasEnded": false,
      "publicPoll": false,
      "endDate": null,
      "createdAt": "2021-07-04T19:25:19+00:00",
      "updatedAt": "2021-07-04T19:25:19+00:00",
      "canEdit": false,
      "canDelete": false,
      "canSeeVotes": false,
      "canChangeVote": false,
      "discussion": {
        "title": "poll 6",
        "slug": "9-poll-6",
        "isApproved": true,
        "user": {
          "username": "David",
          "displayName": "David",
          "avatarUrl": null,
          "slug": "David",
          "id": 1
        },
        "id": 9
      },
      "user": {
        "username": "David",
        "displayName": "David",
        "avatarUrl": null,
        "slug": "David",
        "id": 1
      },
      "id": 9
    },
    "vote": {
      "user_id": 1,
      "option_id": "11",
      "poll_id": 9,
      "updated_at": "2021-07-04T19:41:19.000000Z",
      "created_at": "2021-07-04T19:41:19.000000Z",
      "id": 1,
      "option": {
        "id": 11,
        "answer": "a",
        "poll_id": 9,
        "created_at": "2021-07-04T19:25:20.000000Z",
        "updated_at": "2021-07-04T19:41:19.000000Z",
        "vote_count": 1
      }
    },
    "changed": true
  },
  "forum": {
    "title": "Flarum Latest",
    "description": "",
    "baseUrl": "https://flarum-new.localhost",
    "faviconUrl": ""
  }
}

© 2024 Hyn by DaniĆ«l "Luceos" Klabbers. All rights reserved. · Extensions and extension information is provided by the respective (copyright holding) authors. · Extiverse is not affiliated to the Flarum project or Flarum foundation. · Images on Extiverse pages are from Unsplash.