Skip to content

Commit 86c9fe2

Browse files
committed
Reword
1 parent 3027a9c commit 86c9fe2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

webhook.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ Installation
1616
1717
$ composer require symfony/webhook
1818
19-
.. tip::
20-
21-
Since MakerBundle ``v1.58.0`` - you can run ``php bin/console make:webhook``
22-
to generate the files needed to use the Webhook component.
23-
2419
Usage in Combination with the Mailer Component
2520
----------------------------------------------
2621

@@ -193,3 +188,14 @@ For SMS webhooks, react to the
193188
// Handle the SMS event
194189
}
195190
}
191+
192+
Creating a Custom Webhook
193+
-------------------------
194+
195+
.. tip::
196+
197+
Starting in `MakerBundle`_ ``v1.58.0``, you can run ``php bin/console make:webhook``
198+
to generate the request parser and consumer files needed to create your own
199+
Webhook.
200+
201+
_`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html

0 commit comments

Comments
 (0)