@@ -12,17 +12,17 @@ Installation
12
12
13
13
$ composer require symfony/webhook
14
14
15
- Usage in combination with the Mailer component
15
+ Usage in Combination with the Mailer Component
16
16
----------------------------------------------
17
17
18
18
When using a third-party mailer, you can use the Webhook component to receive
19
19
webhook calls from the third-party mailer.
20
20
21
- In this example Mailgun is used with ``'mailer_mailgun' `` as webhook type.
22
- Any type name can be used as long as it's unique. Make sure to use it in the
21
+ In this example Mailgun is used with ``'mailer_mailgun' `` as the webhook type.
22
+ Any type name can be used as long as it is unique. Make sure to use it in the
23
23
routing configuration, the webhook URL and the RemoteEvent consumer.
24
24
25
- Install the third party mailer as described in the documentation of the
25
+ Install the third- party mailer as described in the documentation of the
26
26
:ref: `Mailer component <mailer_3rd_party_transport >`.
27
27
28
28
The Webhook component routing needs to be defined:
@@ -130,13 +130,13 @@ With this done, you can now add a RemoteEvent consumer to react to the webhooks:
130
130
}
131
131
}
132
132
133
- Usage in combination with the Notifier component
133
+ Usage in Combination with the Notifier Component
134
134
------------------------------------------------
135
135
136
136
The usage of the Webhook component when using a third-party transport in
137
137
the Notifier is very similar to the usage with the Mailer.
138
138
139
- Currently, the following third-party sms transports support webhooks:
139
+ Currently, the following third-party SMS transports support webhooks:
140
140
141
141
============ ==========================================
142
142
SMS service Parser service name
0 commit comments