search

Returns all notification triggers for the account, limited to 100 records.

Request query params

Pagination

fieldrequiredtypedescription
skip-numberPagination parameter to skip first n subscriptions from list, default = 0
limit-numberPagination parameter to limit output to n , default = 100 , maximum value = 1000
sortkey-stringSorting key parameter i.e. created_at (created_at by default)
sortdirection-stringSorting order direction parameter ASC or DESC (DESC by default)

Filters

fieldrequiredtypedescription
type-stringType of notification: webhook, email, sms
event-stringEvent to trigger a notification. Look at the Event table
notification_template_id-stringCustom template, which can be used with email, sms or webhook notifications
Language
URL