Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 23, 2024
1 parent 3027a9c commit 86c9fe2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ Installation
$ composer require symfony/webhook
.. tip::

Since MakerBundle ``v1.58.0`` - you can run ``php bin/console make:webhook``
to generate the files needed to use the Webhook component.

Usage in Combination with the Mailer Component
----------------------------------------------

Expand Down Expand Up @@ -193,3 +188,14 @@ For SMS webhooks, react to the
// Handle the SMS event
}
}

Creating a Custom Webhook
-------------------------

.. tip::

Starting in `MakerBundle`_ ``v1.58.0``, you can run ``php bin/console make:webhook``
to generate the request parser and consumer files needed to create your own
Webhook.

_`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html

0 comments on commit 86c9fe2

Please sign in to comment.