Giter VIP home page Giter VIP logo

meteor-intercom-relay's Introduction

meteor-intercom-relay

A small Meteor based web service that receives and relays events to Intercom.

Prerequisites

  • An Intercom application access token.
  • This application is pre-configured to log errors to sentry.io. To log errors, you'll need a Sentry DSN (this is optional - if you don't specify a DSN remote error logging will be disabled).
  • This application will only relay messages to Intercom if the originating request has a write-token set in its header, and if that write-token matches the environment configured WRITE_TOKEN.

Running

> git clone https://github.com/hwillson/meteor-intercom-relay.git
> cd meteor-intercom-relay
> SENTRY_DSN="your dsn" INTERCOM_ACCESS_TOKEN="your token" WRITE_TOKEN="some random token" MONGO_URL=null meteor

Usage

Events can be sent into Intercom by POSTing event details to the /track-event endpoint. For example, posting the following json

{
  "email": "[email protected]",
  "name": "Some event just happened"
}

to http://localhost:3000/track-event results in the following event being sent into Intercom:

{
  email: '[email protected]',
  created_at: [time since epoch in seconds],
  event_name: 'Some event just happened'
}

meteor-intercom-relay's People

Contributors

hwillson 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.