Sorry, we don't support your browser.  Install a modern browser

Introduce custom fields into webhooks#109

I would like to receive additional information such as “category” or “priority” using webhooks. Examples for post.created;

{"post":{"fields":[{"id":"...","name":"Category","type":"dropdown","selected":"Gameplay"},{"id":"...","name":"Priority","type":"dropdown","selected":"High"}]}}
5 years ago

Benefits:

  • You could provide additional information for your users, so they can focus on content they would like to support
  • You could include fields important for staff, so they can focus on their tasks
  • You could integrate incoming feedback in a particular flow, based on their category
  • You could visually improve notifications generated by webhooks, to make different kind of notifications more easily distinguishable
  • This could prove itself even more useful in the future, when more custom fields, like for example checkboxes, are added
5 years ago

@Cave Thank you for your suggestion! It’s definitely something that should be supported.

5 years ago
1
Changed the status to
Planned
3 years ago
1
Changed the status to
In Progress
3 years ago
1

This is now partially complete: we’ve added a “tags” array to the post object which includes tags (select and multi-select fields), and we’ve added the post.tags.updated webhook event. We are working on adding full details for custom fields like @Cave has described - expect this in the coming weeks.

3 years ago
2