Giter VIP home page Giter VIP logo

crm-workflows-report's Introduction

CRM Workflows Report

CRM Workflows Report is console application that sends email with information about failed/waiting workflows that happened yesterday for CRM organizations that you want to monitor.

Download

The latest releases can be found here

Usage

First you need to configure the app via 2 JSON files.

mail.json example:

{  
  "senderName": "John Doe",
  "email": "[email protected]",
  "password": "SuperSecret123",
  "to": "[email protected]",
  "toName": "Jane Doe",
  "host": "smtp.gmail.com",
  "port": 587,
  "enableSsl": true 
}
Parameter Description
senderName Name that will be displayed in from field of email
email Email address that you want to use for sending emails
password Password for sending email address
to Email address that will recieve reports
toName Name that will be displayed in to field of email
host SMTP address of your email provider
port Port that is used by your email provider
enableSsl Use SSL when sending an email

organizations.json example:

[
  {
    "url": "https://contoso.api.crm4.dynamics.com",
    "username": "[email protected]",
    "password": "SuperSecret12345"
  },
  ...
]
Parameter Description
url Organization URL for your CRM instance
username Username for your CRM instance
password Password for your CRM instance

After you configure app via those JSON files you are ready to run the console app.

crm-workflows-report's People

Contributors

dynamicsninja avatar

Stargazers

 avatar

Watchers

 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.