Webhooks

Webhooks

Webhooks Overview

Webhooks can be created via your admin settings page https://app.loopedin.io/settings/webhooks

To register new Webhooks, you must enter:








All Webhooks must be created via the admin UI at the moment.

As part of the Webhook setup, you can subscribe to any of the below Webhook events. Each time any of the below events occur, LoopedIn will send a Webhook in the following structure:

Webhook Events

Ideas

  1. idea.created: when a new Idea is created (including when received via your Ideas board)
  2. idea.updated: when an Idea is updated
  3. idea.deleted: when an Idea is deleted
  4. idea.completed: when an Idea is marked as complete
  5. idea.pushed_to_roadmap: when an Idea is pushed to the Roadmap
  6. idea.vote_added: when an Idea receives a new vote (including votes via your Ideas board)
  7. idea.vote_removed: when an Idea loses a vote (including votes via your Ideas board)

Roadmap Cards

  1. roadmap_card.created: when a new Roadmap card is created
  2. roadmap_card.updated: when a Roadmap Card is updated
  3. roadmap_card.deleted: when a Roadmap Card is deleted
  4. roadmap_card.completed: when a Roadmap Card is marked as complete
  5. roadmap_card.vote_added: when a Roadmap Card receives a new vote (including votes via your public Roadmap)
  6. roadmap_card.vote_removed: when a Roadmap Card loses a vote (including votes via your public Roadmap)

Announcements

  1. announcement.created: when a new Announcement is created
  2. announcement.updated: when an Announcement is updated
  3. announcement.published: when an Announcement is published
  4. announcement.deleted: when a Announcement is deleted
  5. announcement.response_received: when an Announcement receives a new feedback response (via your public page as well as your Widgets)
  6. announcement.emoji_response_received: when an Announcement receives a new emoji response (via your public page as well as your Widgets)

Feedback

  1. feedback.created: when new Feedback is created (including when received via your Feedback boards)
  2. feedback.updated: when Feedback is updated
  3. feedback.deleted: when Feedback is deleted
  4. feedback.completed: when Feedback is marked as complete
  5. feedback.converted_to_idea: when Feedback is converted to an Idea
  6. feedback.pushed_to_roadmap: when Feedback is pushed to the Roadmap
  7. feedback.vote_added: when Feedback receives a new vote (including votes via your Feedback boards)
  8. feedback.vote_removed: when Feedback loses a vote (including votes via your Feedback boards)

Comments

  1. comment.created: when a new Comment is created (including when received via any of your public boards)
  2. comment.updated: when a Comment is updated
  3. comment.deleted: when a Comment is deleted

    • Related Articles

    • API Quick Start Guide

      Overview You can use our API to access Productstash API endpoints, which can be used to view, create and update Ideas, Roadmap Cards, Updates and more. We support CORS (cross-origin resource sharing) for public endpoints allowing you to call the API ...
    • Setting up a Jira Cloud integration

      Overview LoopedIn can be configured to integrate directly with Jira. The integration allows you to push Ideas from LoopedIn to Jira, creating a link between the two. Currently, LoopedIn supports pushing Ideas as either: Epic (not supported for Next ...