Skip to content

revops-io/revops-webhook-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example RevOps Webhook Server for Python

How do RevOps Webhooks work?

On every change that occurs to a Deal in RevOps, a webhook request will be sent to the URL(s) configured in your RevOps account. This request will contain information about the event.

Webhooks under the hood

URLs for webhooks are configured in your RevOps instance inside Settings > Webhook

The following is a python example, but can be adapted to any language.

Installation requirements

  1. ngrok https://ngrok.com/download
  2. python Python >=3.6 https://www.python.org/
  3. pip https://github.com/pypa/pip

Getting Started

For documentation on getting started check out our How-to Setup Webhooks article.

To run the service, start by cloning the following project from GitHub.

$> git clone https://github.com/revops-io/revops-webhook-server
$> cd revops-webhook-server
$> pip install -r requirements.txt
$> python server.py
$> ngrok http 3005

About

Get started with webhooks and RevOps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages