segmentio / functions-library

A library of example functions to use with the Segment Developer Center

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segment Functions Library

Note

Segment has paused maintenance on this project, but may return it to an active status in the future. Issues and pull requests from external contributors are not being considered, although internal contributions may appear from time to time. The project remains available under its open source license for anyone to use.

This repository contains a set of community-generated functions, to serve as examples to base your own functions upon. If you're building out a new integration, or a custom piece of code that you want Segment to run, use this repo as the set of examples.

Sources

Destinations

  • Airtable - Capture user feedback and send through to your Airtable
  • Follow Along - Generates Fullstory links and sends to Slack
  • Requestbin - Sends events to RequestBin for introspection
  • Slack - Adds a Gravatar icon to events with an email and sends messages to Slack
  • Zendesk - Create new Zendesk tickets triggered by events that you send
  • Datadog - Sends a metric to datadog with high level message/event type as tags
  • Optimizely - Sends conversion metrix to optimizely.

Development

Run tests with:

yarn && yarn test

About

A library of example functions to use with the Segment Developer Center

License:MIT License


Languages

Language:JavaScript 100.0%Language:Makefile 0.0%