diff --git a/pandora_console/include/help/en/help_alert_config.php b/pandora_console/include/help/en/help_alert_config.php
index fec6b2a7bf..ff1c16522d 100644
--- a/pandora_console/include/help/en/help_alert_config.php
+++ b/pandora_console/include/help/en/help_alert_config.php
@@ -52,6 +52,7 @@ Apart from the defined module macros, the following macros are also available:
_alert_text_severity_ : Text alert severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
_event_text_severity_ : (Only event alerts) Text event (who fire the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
_event_id_ : (Only event alerts) Id of the event that fired the alert.
+_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
_id_agent_ : Id of agent, useful to build direct URL to redirect to a Pandora FMS console webpage.
_id_group_ : Id of agent group.
_id_module_ : Id of module.
diff --git a/pandora_console/include/help/en/help_alert_macros.php b/pandora_console/include/help/en/help_alert_macros.php
index 5382c502ab..5b9185b991 100644
--- a/pandora_console/include/help/en/help_alert_macros.php
+++ b/pandora_console/include/help/en/help_alert_macros.php
@@ -45,6 +45,7 @@ Besides the defined module macros, the following macros are available:
_alert_text_severity_: Priority level, in text, for the alert (Maintenance, Informational, Normal Minor, Major, Critical).
_event_text_severity_: (Only event alerts) Text event (which triggered the alert) severity (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
_event_id_: (Only event alerts) ID of the event that triggered the alert.
+_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
_id_agent_: Agent’s ID, useful for building a direct URL that redirects to a Pandora FMS console webpage.
_id_group_ : Agent group ID.
_id_module_ : ID of module.
diff --git a/pandora_console/include/help/es/help_alert_config.php b/pandora_console/include/help/es/help_alert_config.php
index 5ab70b784e..565e40afe2 100644
--- a/pandora_console/include/help/es/help_alert_config.php
+++ b/pandora_console/include/help/es/help_alert_config.php
@@ -54,6 +54,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_alert_text_severity_: Prioridad en texto de la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta. (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_event_id_ : (Solo alertas de evento) Id del evento que disparó la alerta.
+_event_cfX_ : (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.
_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
_id_group_ : Id del grupo de agente.
_id_module_ : ID del módulo.
diff --git a/pandora_console/include/help/es/help_alert_macros.php b/pandora_console/include/help/es/help_alert_macros.php
index 74efb4582b..f4d179fb79 100644
--- a/pandora_console/include/help/es/help_alert_macros.php
+++ b/pandora_console/include/help/es/help_alert_macros.php
@@ -45,6 +45,7 @@ Además de las macros de módulo definidas, las siguientes macros están disponi
_alert_text_severity_: Prioridad en texto de la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
_eventt_text_severity_: (Solo alertas de evento) Prioridad en texto de el evento que dispara la alerta (Maintenance, Informational, Normal Minor, Warning, Major, Critical).
_event_id_: (Solo alertas de evento) Id del evento que disparó la alerta.
+_event_cfX_ : (Solo alertas de evento) Clave del campo personalizado del evento que disparó la alerta.
_id_agent_: ID del agente, util para construir URL de acceso a la consola de Pandora.
_id_group_ : Id del grupo de agente.
_id_module_ : ID del módulo.
diff --git a/pandora_console/include/help/ja/help_alert_config.php b/pandora_console/include/help/ja/help_alert_config.php
index 592ed64ee3..a2cd8ca519 100644
--- a/pandora_console/include/help/ja/help_alert_config.php
+++ b/pandora_console/include/help/ja/help_alert_config.php
@@ -53,6 +53,7 @@ email アクションを設定するには、_field1_ (送信先アドレス)、
_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_event_id_ : (イベントアラートのみ) アラート発生元のイベントID
+_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です
_id_group_ : エージェントグループのID
_id_module_ : モジュールID
diff --git a/pandora_console/include/help/ja/help_alert_macros.php b/pandora_console/include/help/ja/help_alert_macros.php
index c9729e6bfd..236f0e4e72 100644
--- a/pandora_console/include/help/ja/help_alert_macros.php
+++ b/pandora_console/include/help/ja/help_alert_macros.php
@@ -45,6 +45,7 @@
_alert_text_severity_ : テキストでのアラートの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_event_text_severity_ : (イベントアラートのみ) イベント(アラートの発生元)のテキストでの重要度 (Maintenance, Informational, Normal Minor, Warning, Major, Critical)
_event_id_ : (イベントアラートのみ) アラート発生元のイベントID
+_event_cfX_ : (Only event alerts) Key of the event custom field that fired the alert.
_id_agent_ : エージェントのID / Webコンソールへのリンクを生成するのに便利です
_id_group_ : エージェントグループのID
_id_module_ : モジュール ID