sys.publishedCounter inside webhook request body

We have requirement where we want to pass sys.publishedCounter inside web-hook request body

Currently it seems only CDA fields are available to web-hook payload, which does not seems to have sys.publishedCounter

Can any one please suggest any possible way to pass sys.publishedCounter inside web-hook body or any other alternative which can be used ?

Appreciate any help/pointers…

Thanks,
Faizaan Shaikh

Hi @faizaan.shaikh89,
It wouldn’t be possible for you to get that information directly from the Webhook response, but you could create a small script to subsequently send a request to the CMA and get that value for each of the entries that you might need.

1 Like