Webhooks to Create Custom Workflows

IdeaScale provides two core services that allow community admins to build connections between IdeaScale and other software:

  1. REST API

  2. Webhooks

Rest API

Our REST API is fully documented in the help article and is a great tool for developers wanting to build custom scripts or applications on top of IdeaScale’s core functionality. This document focuses instead on providing easy-to-use use cases for the two other connection methods provided by IdeaScale; our custom webhook builder; and IdeaScale’s Zapier App. The target is that what follows is accessible to all IdeaScale users with a basic knowledge of the behavior or web applications and some familiarity of the IdeaScale platform. 

Webhooks 

Webhooks, also known as reverse APIs, will allow you to push data from IdeaScale into another app using IdeaScale's automation builder. The push is triggered by an event such as an email being received will trigger the app to notify you via Slack.

Webhooks and Project Management Tools
Linking an IdeaScale community to a project management tool is a great way to ensure follow-through on the best ideas! The most popular tools our clients connect with are Trello, GitHub, Jira, and Aha. 

Help article on webhook with Trello
Help article on webhook with Jira
Help article on webhook with Github
Help article on webhook with AHA


What is possible using a Webhook in IdeaScale: 

Using IdeaScale's Automation Builder Community admin can create a rule that will trigger an idea to be pushed to the connected software. Below is a screenshot of the possibilities. For example, automate ideas to be pushed to a Trello board every time they reach the stage Review. 

Currently, the only data within the Idea that can be dynamically mapped (via post payload) is Submitter Email, Submitter Name, Idea Title, Idea Description, Idea URL, and Idea Submitter Profile.

Last Updated: July 1, 2025