powered by
Get a tibble of events that can be triggered based on data or user actions in this application, includes: Email notification, Reminders, Subscriptions, QB Actions, Webhooks, record change triggered Automations (does not include scheduled).
get_app_events(subdomain, auth, app_id, agent = NULL)
A tibble.
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific.
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token).
Character vector with one element. Unique identifier of an app. Found in the URL of the app's homepage after /db/
Optional. Character vector with one element. Describes user/agent making API call.
if (FALSE) { get_app_events(subdomain = "abc", auth = keyring::key_get("qb_example"), app_id = "bn9d8f78g") }
Run the code above in your browser using DataLab