form->csrf() ?>

 


url->doc(t('Help on Github webhooks'), 'github-webhooks') ?>

 


url->doc(t('Help on Gitlab webhooks'), 'gitlab-webhooks') ?>

 


url->doc(t('Help on Bitbucket webhooks'), 'bitbucket-webhooks') ?>

form->checkbox('jabber', t('Send notifications to Jabber'), 1, isset($values['jabber']) && $values['jabber'] == 1) ?> form->label(t('XMPP server address'), 'jabber_server') ?> form->text('jabber_server', $values, $errors, array('placeholder="tcp://myserver:5222"')) ?>

form->label(t('Jabber domain'), 'jabber_domain') ?> form->text('jabber_domain', $values, $errors, array('placeholder="example.com"')) ?> form->label(t('Username'), 'jabber_username') ?> form->text('jabber_username', $values, $errors) ?> form->label(t('Password'), 'jabber_password') ?> form->password('jabber_password', $values, $errors) ?> form->label(t('Jabber nickname'), 'jabber_nickname') ?> form->text('jabber_nickname', $values, $errors) ?> form->label(t('Multi-user chat room'), 'jabber_room') ?> form->text('jabber_room', $values, $errors, array('placeholder="myroom@conference.example.com"')) ?>

url->doc(t('Help on Jabber integration'), 'jabber') ?>

form->checkbox('hipchat', t('Send notifications to Hipchat'), 1, isset($values['hipchat']) && $values['hipchat'] == 1) ?> form->label(t('API URL'), 'hipchat_api_url') ?> form->text('hipchat_api_url', $values, $errors) ?> form->label(t('Room API ID or name'), 'hipchat_room_id') ?> form->text('hipchat_room_id', $values, $errors) ?> form->label(t('Room notification token'), 'hipchat_room_token') ?> form->text('hipchat_room_token', $values, $errors) ?>

url->doc(t('Help on Hipchat integration'), 'hipchat') ?>

 

form->checkbox('slack', t('Send notifications to a Slack channel'), 1, isset($values['slack']) && $values['slack'] == 1) ?> form->label(t('Webhook URL'), 'slack_webhook_url') ?> form->text('slack_webhook_url', $values, $errors) ?> form->label(t('Channel/Group/User (Optional)'), 'slack_webhook_channel') ?> form->text('slack_webhook_channel', $values, $errors) ?>

url->doc(t('Help on Slack integration'), 'slack') ?>