# Subscribe to Webhook **POST /zapier_webhook/subscribe** Creates a new webhook subscription for a Zapier workflow ## Servers - Production environment for Boost Integration V1 & V2: https://boost.homespotter.com (Production environment for Boost Integration V1 & V2) - QA/Staging environment (available upon request): https://boost.homespotter.com (QA/Staging environment (available upon request)) - GraphQL API server for agent lookups and queries: https://api.homespotter.com (GraphQL API server for agent lookups and queries) ## Authentication methods - Jwt token ## Parameters ### Body: application/json (object) - **hook_url** (string(uri)) Zapier webhook URL - **product_id** (string) Product identifier - **api_key** (string) API key for authentication ## Responses ### 200 Webhook subscription created successfully #### Body: application/json (object) - **status** (string) - **message** (string) ### 400 Bad request - missing or malformed parameters ### 401 Unauthorized - invalid API key [Powered by Bump.sh](https://bump.sh)