mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add page_updated webhook event
This commit is contained in:
parent
a6639d077a
commit
3925a7bfeb
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ export default function Webhooks(): JSX.Element {
|
|||
const [url, setUrl] = useState('')
|
||||
const eventTypeOptions: EventTypeOption[] = [
|
||||
{ label: 'PAGE_CREATED', value: 'PAGE_CREATED' },
|
||||
{ label: 'PAGE_UPDATED', value: 'PAGE_UPDATED' },
|
||||
{ label: 'HIGHLIGHT_CREATED', value: 'HIGHLIGHT_CREATED' },
|
||||
{ label: 'LABEL_ADDED', value: 'LABEL_CREATED' },
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue