Deploy hook | Community
Skip to main content
sørenh74661675
November 29, 2018
Solved

Deploy hook

  • November 29, 2018
  • 1 reply
  • 1533 views

DTM used to have a deploy webhook, used together with the download zip option, when publishing changes / new library (so our code was made aware of the change and could download zip). Cannot find similar in Launch?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Stewart_Schilling

This was recently answered by Jeffrey Walter on the Launch Developers slack channel (launch-developers.slack.com)

I'll summarize here:

Launch provides the ability to establish callbacks (Webhooks) that will be POSTED to when a subscribed audit event happens.

An Audit event is described as [resource]:[action] using the resources and actions shown below.

Subscriptions for callbacks are set up using the Launch API as shown here: Launch Callbacks via API

1 reply

Stewart_Schilling
Community Advisor
Stewart_SchillingCommunity AdvisorAccepted solution
Community Advisor
December 3, 2018

This was recently answered by Jeffrey Walter on the Launch Developers slack channel (launch-developers.slack.com)

I'll summarize here:

Launch provides the ability to establish callbacks (Webhooks) that will be POSTED to when a subscribed audit event happens.

An Audit event is described as [resource]:[action] using the resources and actions shown below.

Subscriptions for callbacks are set up using the Launch API as shown here: Launch Callbacks via API