Skip to content

Commit

Permalink
Merge pull request #160 from breez/savage-clarify-webhook-registration
Browse files Browse the repository at this point in the history
Clarify webhook registration
  • Loading branch information
dangeross authored May 3, 2024
2 parents 4ba3d51 + dc8e183 commit 9015433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notifications/register_webhook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Registering a webhook

Once your [NDS is set up](setup_nds.md) and can accept POST requests from the SDK services, you can within your mail application register the webhook URL with the Breez SDK by calling the register webhook API as follows:
Once your [NDS is set up](setup_nds.md) and can accept POST requests from the SDK services, you can within your main application register the webhook URL with the Breez SDK. The registration of the webhook URL should be done **every time** the application is started and when the webhook URL changes. This can be done by calling the register webhook API as follows:

<custom-tabs category="lang">
<div slot="title">Rust</div>
Expand Down

0 comments on commit 9015433

Please sign in to comment.