Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

MLH/mlh-zapier-hellosign-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HelloSign-Zapier Proxy

This is a simple proxy between HelloSign's Webhooks and Zapier.

API

POST /*

Any requests POSTed to the API will be forwarded to the relevant Zapier URL. The request path will be appended to https://hooks.zapier.com/hooks/catch/, which is the format for Zapier Webhooks. For example, a POST to /foo/bar will proxy to https://hooks.zapier.com/hooks/catch/foo/bar.

In order to ensure that POST requests are coming from HelloSign, the API will check for the presence of a User Agent and Body Hash. Bad requests will result in a 401 response.

About

This is a proxy between HelloSign's webhooks and Zapier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published