Webhook map
contentcontentIndexed(content.contentIndexed)
searchsearchAlert(search.searchAlert)
websetwebsetItemsFound(webset.websetItemsFound)websetSearchCompleted(webset.websetSearchCompleted)
HTTP handler setup
app/api/webhook/route.ts
Events
Content
Content Indexed
content.contentIndexed
A new web page has been indexed by Exa
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Search
Search Alert
search.searchAlert
A monitored search query has new matching results
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Webset
Webset Items Found
webset.websetItemsFound
New items were found for a webset search
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Webset Search Completed
webset.websetSearchCompleted
A webset search has completed
Payload
data full type
data full type
Response data full type
Response data full type
webhookHooks example