mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
copy for webhooks
This commit is contained in:
parent
7146f00c05
commit
d03d1355ff
@ -127,6 +127,17 @@ let WebhookSettings = React.createClass({
|
||||
<CollapsibleParagraph
|
||||
title={getLangText('Webhooks')}
|
||||
defaultExpanded={this.props.defaultExpanded}>
|
||||
<div>
|
||||
<p>
|
||||
Webhooks allow external services to receive notifications from ascribe.
|
||||
Currently we support webhook notifications when someone transfers, consigns, loans or shares
|
||||
(by email) a work to you.
|
||||
</p>
|
||||
<p>
|
||||
To get started, simply choose the prefered action that you want to be notified upon and supply
|
||||
a target url.
|
||||
</p>
|
||||
</div>
|
||||
<AclProxy
|
||||
show={this.state.webhookEvents && this.state.webhookEvents.length}>
|
||||
<Form
|
||||
|
Loading…
Reference in New Issue
Block a user