--- title: "API_Webhooks_Activate" slug: "api-webhooks-activate" updated: 2025-08-18T09:38:34Z published: 2025-08-18T09:38:34Z canonical: "help.quickbase.com/api-webhooks-activate" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.quickbase.com/llms.txt > Use this file to discover all available pages before exploring further. # API_Webhooks_Activate **Don't forget to check out our** [**JSON RESTful APIs**](https://developer.quickbase.com/)**, they can help you utilize and extend Quickbase with ease.** ## Overview Use API_Webhooks_Activate to make a webhook active. ## Request Parameters | Parameter | Value | Required? | | --- | --- | --- | | actionIDList | Comma-separated IDs of the webhook | yes | ## Response values | Property tag | Description | | --- | --- | | numChanged | Denotes how many webhooks were activated | ## Sample XML Request ```xml POST https://target_domain/db/target_dbid? Content-Type: application/xml Content-Length: QUICKBASE-ACTION: API_Webhooks_Activate buacrj_uyp_iag2s56b7t8opp5edsvt 1 ``` ## URL alternative ```plaintext /https://myApp.quickbase.com/db/bmdihpya6?a=API_Webhooks_Activate&actionIDList=1 ``` ## Sample response ```xml API_Webhooks_Activate 0 No error 1 true ```