Skip to content

[Scheduler][Webhook] add screencast links #20868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions scheduler.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Scheduler
=========

.. admonition:: Screencast
:class: screencast

Like video tutorials? Check out this `Scheduler quick-start screencast`_.

The scheduler component manages task scheduling within your PHP application, like
running a task each night at 3 AM, every two weeks except for holidays or any
other custom schedule you might need.
Expand Down Expand Up @@ -1008,3 +1013,4 @@ helping you identify those messages when needed.
.. _`cron command-line utility`: https://en.wikipedia.org/wiki/Cron
.. _`crontab.guru website`: https://crontab.guru/
.. _`relative formats`: https://www.php.net/manual/en/datetime.formats.php#datetime.formats.relative
.. _`Scheduler quick-start screencast`: https://symfonycasts.com/screencast/mailtrap/bonus-symfony-scheduler
6 changes: 6 additions & 0 deletions webhook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Installation
Usage in Combination with the Mailer Component
----------------------------------------------

.. admonition:: Screencast
:class: screencast

Like video tutorials? Check out the `Webhook Component for Email Events screencast`_.

When using a third-party mailer provider, you can use the Webhook component to
receive webhook calls from this provider.

Expand Down Expand Up @@ -207,3 +212,4 @@ Creating a Custom Webhook
Webhook.

.. _`MakerBundle`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
.. _`Webhook Component for Email Events screencast`: https://symfonycasts.com/screencast/mailtrap/email-event-webhook