Webhook Alert Example - Saved Search
{
"link": "$_LINK_TO_SEARCH_RESULTS$",
"organization": "$ORGANIZATION_NAME$",
"total": $NUMBER_OF_NEW_RESULTS$,
"entities": [
{
"link": "$LINK_TO_RESULT_ENTITY$",
"metadata": {
"type": "$ENTITY_TYPE$",
"i18n_type": "$ENTITY_TYPE_HUMAN_READABLE$",
"i18n_pluralType": "$ENTITIES_TYPES_HUMAN_READABLE$",
"i18n_category": ""
},
"accountName": "$RELEVANT_ACCOUNT_ID$",
"entityName": "$ENTITY_NAME$",
"fields": {
// The attributes of the result entity based
//on the type of entity that was related to the saved search
"$FIELD_NAME$": {
"value": "$FIELD_VALUE$",
"type": "$FIELD_TYPE$"
}
}
}
]
}
Last updated