Skip to main content
POST
Add trigger to watchlist
On 2025-05-02 we made a change so creating triggers will monitor all available events and push them invidually. Earlier we required you to instruct which events you wanted to watch. This means that the webhook will contain a payload containing an array of events. Example of how the payload will look like:
Webhook post to your endpoint

WatchListMemberEventTypes

The property watchListMemberEventType has the following valid types.

Authorizations

x-api-key
string
header
required

Path Parameters

watchListId
integer<int32>
required

The watchlist id

Body

application/json

The payload

destination
string
required
Minimum string length: 1
destinationType
enum<string>
Available options:
webhook,
email,
sms

Response

Created

teamWatchListTriggerId
integer<int32>
destination
string | null
destinationType
enum<string>
Available options:
webhook,
email,
sms
hasBeenValidated
boolean
lastMessageSentAtUtc
string<date-time> | null
lastUpdatedAtUtc
string<date-time> | null