Skip to content

Instantly share code, notes, and snippets.

@halvardos
Created March 7, 2017 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halvardos/7879563720c9a540b629c129c1730d84 to your computer and use it in GitHub Desktop.
Save halvardos/7879563720c9a540b629c129c1730d84 to your computer and use it in GitHub Desktop.
function on_video_create(videoObject) {
// This will send a post request to your url whenever a new video is created
v1.http.POST({
"url": "{REPLACE_WITH_YOUR_URL}",
"headers": {
"rawBody": videoObject
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment