Giter VIP home page Giter VIP logo

rocket.chat-trello-integration's Introduction

Rocket.Chat-Trello-Integration

A Rocket.Chat Trello integration to send activity notifications to Rocket.Chat channels.

image

How To

  1. Create an incoming webhook in your RocketChat
    1. Go to RocketChat-> Administration-> Integrations-> New Integration-> Incoming webhook
    2. Set "Enabled" to "True"
    3. Give a name for the webhook (i.e "sda.tech-trello")
    4. Select the channel where you will receive the alerts (ex: #sda.tech-events). You may wish to create a dedicated channel for your notifications.
    5. Select an account from which the alerts will be posted (usually rocket.chat bot account is used).
    6. Set "Script Enabled" to "True"
    7. Paste Trello.js inside the Script field.
    8. Save the integration. This will generate a webhook URL and secret for you.
    9. Use the generated WebHook URL to POST messages to Rocket.Chat
  2. Go to Trello's REST API and enter your Trello API Key and your Token to get started.
    1. After you have been connected to the Trello’s REST API you may wish to Get /boards/{id} which request a single board you are looking for, by providing the ID of the board as a parameter (For example in the URL https://trello.com/b/Id0fth3B0rD/board-name, the ID would be Id0fth3B0rD). Press Try it to get the result.
    2. Select "id": "idModel" of a board which you would like to create POST messages to Rocket.Chat.
    3. Go to Create Webhook in the Trello’s REST API and add your WebHook URL (callbackURL), Board Id (idModel) and other parameters as below:
    description : ”Trello-YourChannel-Webhook”
    callbackURL:  "WebHook URL"
    idModel: "ID of the model to be monitored (which you obtained above)"
    active: "true"
    1. Press Try it to make it works.
  3. The integration is ready to generate notifications for the given board :) Enjoy it!

rocket.chat-trello-integration's People

Contributors

gezimsejdiu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.