diff --git a/docs/components/integrations.rst b/docs/components/integrations.rst index 73893ffa..cc204047 100644 --- a/docs/components/integrations.rst +++ b/docs/components/integrations.rst @@ -87,6 +87,10 @@ The ``HelloWorldIntegration`` needs to implement ``\Mautic\IntegrationsBundle\In } } +.. note:: + ``HelloWorldIntegration::NAME`` must only contain letters such as a-z or A-Z. + + Integration authentication **************************