Partner Integration Function Library
This repository contains partner integration functions. If you're building out a new partner integration endpoint, or a custom piece of code that you want to run a serverless functions use this repo as the set of examples.
Adding a new partner
- Create a source function. Start with the template example and code away.
- Add the function to this repo by copying the template run
$ cp -a template <name-of-new-source>
and paste your code into your editor
-
4stay - Subscribes to 4stay webhook leads
-
Audit Forwarding - Enhances Segment Audit Forwarding
-
Cirtru - Subscribes to Cirtru webhook leads
-
Coliving - Subscribes to Co-living webhook leads
-
Domu - Subscribes to Domu webhook leads
-
Room8 - Subscribes to Room8 webhook leads
-
Roomster - Subscribes to Roomster webhook leads
-
Spareroom - Subscribes to Spareroom webhook leads
-
template - Just a template.
$ cp -a template <name-of-new-source>
Destinations
- Requestbin - Sends events to RequestBin for introspection
- Slack - Adds a Gravatar icon to events with an email and sends messages to Slack
Development
Run tests with:
$ yarn && yarn test