Hi Community, I was able to fix this issue, here's what I did. The campaign endpoint hits AEM instance with the SQL-like query, which I converted to SQL2 JCR as below, select * from [cq:PageContent] as node where isdescendantnode(node, '/content/campaigns')ANDnode.[sling:resourceType] = "XXX-email-a...