= $this->formCheckbox('integration_hipchat', t('Send notifications to Hipchat'), 1, $values['integration_hipchat'] == 1) ?>
= $this->formLabel(t('API URL'), 'integration_hipchat_api_url') ?>
= $this->formText('integration_hipchat_api_url', $values, $errors) ?>
= $this->formLabel(t('Room API ID or name'), 'integration_hipchat_room_id') ?>
= $this->formText('integration_hipchat_room_id', $values, $errors) ?>
= $this->formLabel(t('Room notification token'), 'integration_hipchat_room_token') ?>
= $this->formText('integration_hipchat_room_token', $values, $errors) ?>
= t('Help on Hipchat integration') ?>
= $this->formCheckbox('integration_slack_webhook', t('Send notifications to a Slack channel'), 1, $values['integration_slack_webhook'] == 1) ?>
= $this->formLabel(t('Webhook URL'), 'integration_slack_webhook_url') ?>
= $this->formText('integration_slack_webhook_url', $values, $errors) ?>
= t('Help on Slack integration') ?>