Question: Which of the following is a good use case for using the Webhooks API?
- The customer wants to receive a notification every time a deal moves to a new stage in the pipeline.
- The customer wants to add a new event to a contact record’s page.
- The customer wants to delete duplicate contact records.
- The customer wants to track when a website visitor visits a password-protected webpage.
Explanation
A webhook-style use case fits event-triggered updates because the system sends information when a defined change happens. In Amazon Ads workflows, the closest principle is event-driven integration design, where a tool reacts to changes instead of repeatedly polling for unrelated data. Amazon Ads API access is used to retrieve or manage advertiser resources after proper authorization. This pattern is useful when an integration needs timely status awareness tied to a specific object or workflow change. It is not intended for unrelated record cleanup, page customization, or anonymous site-visit tracking.
Why the other options are incorrect
New event This describes adding information to a record interface, not receiving an event-triggered notification.
Duplicate contact records This is a data-cleanup action, not an event notification use case.
Password-protected webpage This relates to website activity tracking, not a webhook-style object change notification.
Source for verification
https://advertising.amazon.com/API/docs/en-us/reference/api-overview
https://advertising.amazon.com/API/docs/en-us/guides/account-management/authorization/overview
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Integrating With HubSpot I: Foundations" page.
