Provides Gove integration for Symfony Notifier.
GOVE_DSN=gove://TOKEN:PASSWORD@default
where:
EMAIL
is your Gove username (must be encoded, replacing@
with%40
)PASSWORD
is your Gove username
$options = new GoveOptions('phone-number', 'template_name', [
"my",
"template",
"variables",
]);
$message = new ChatMessage('Test', $options);
$notifier->send($message);