ctml I had to create the tag_id column manually as it was throwing an error when updating my existing webhook
Did you run php flarum migrate
? If not, next time your forum tries to migrate it will have an error because it'll try to create the column that you've already created.
ctml The only other important ones might be sanitizing bbcode/markdown from posts (optional)
I attempted to do this, and code blocks had an ugly script tag that wasn't getting removed for some reason so I gave up for today