Skip to content

feat(notification): add support for VK notifications#373

Open
breml wants to merge 1 commit into
masterfrom
feature-349-feat-notification-add-support-for-vk-notifications
Open

feat(notification): add support for VK notifications#373
breml wants to merge 1 commit into
masterfrom
feature-349-feat-notification-add-support-for-vk-notifications

Conversation

@breml

@breml breml commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add uptimekuma_notification_vk resource and uptimekuma_notification_vk data source for VK (VKontakte) notifications
  • Supports access_token (sensitive), peer_id, api_version (default 5.199), and dont_parse_links (default false)
  • Add examples and generated documentation

Closes #349

Test plan

  • task fmt — no diff
  • task lint — 0 issues
  • task test — unit tests pass
  • TF_ACC=1 task testacc — full acceptance suite passes (419 PASS, 0 FAIL, 3 SKIP), including TestAccNotificationVKResource (with import state verification) and TestAccNotificationVKDataSource (by name and by ID)

Add the `uptimekuma_notification_vk` resource and data source backed
by the `notification.VK` client type (Uptime Kuma 2.3.2,
go-uptime-kuma-client v0.4.0).

Closes #349
@breml breml self-assigned this Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(notification): add support for VK notifications

1 participant