Skip to contents

List webhooks registered on a Monday board

Usage

monday_list_webhooks(board_id, api_key = Sys.getenv("MONDAY_API_KEY"))

Arguments

board_id

Character or numeric. The Monday board id.

api_key

Character scalar. Monday API key. Defaults to Sys.getenv("MONDAY_API_KEY").

Value

A tibble with one row per webhook (id, event, board_id, config), or a zero-row tibble if the board has none.