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