Webhook invocation count | Adobe Higher Education
Skip to main content
Level 1
August 6, 2026
New

Webhook invocation count

  • August 6, 2026
  • 2 risposte
  • 22 visualizzazioni

We would like to be able to determine how many times a webhook is called in past 30/60/90 days. We can get the people that were affected by the webhook, but because the webhook could process more than one person, the two are not equal. 

We want to see this to determine how frequently these webhooks are being called. 

2 risposte

BlaneMcMichen-1
Adobe Employee
Adobe Employee
August 6, 2026

Call Webhook is listed among activities retained for 25 months, so 30/60/90-day reporting is within the documented activity-retention window. For a durable trend dashboard, however, extract and store the activity records regularly rather than relying indefinitely on live activity history.

Recommended implementation

The cleanest design is:

  1. Run a daily extraction for activity type 110.
  2. Store activityDate, webhook ID, webhook name, leadId, response code, and activity ID externally.
  3. Deduplicate only on the unique activity ID, not on leadId.
  4. Calculate rolling 30-, 60-, and 90-day counts from the stored data.
  5. Reconcile the Marketo count periodically against the receiving service’s request logs.
sandy_logitech
User Group Leader
User Group Leader
August 7, 2026

For this exercise you don’t even need to download the data, you can use the record count from the job status endpoint (though you still incur the daily download byte cost).