Skip to content

Simple python package to create a webhook server that can be used to handle Notion webhooks and trigger actions.

License

Notifications You must be signed in to change notification settings

SecNex/notion-webhook-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion Webhook Server

This is a simple python package to create a webhook server that can be used to handle Notion webhooks and trigger actions.

Installation

pip install secnex-notion-webhook-server

Usage

from notion_webhook import WebhookServer, ServerHandler, NotionWebhookHandler

server = WebhookServer()
server.run(ServerHandler())

handler = NotionWebhookHandler(lambda data: print(data))
server.webhook(handler)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

Contact

For questions or support, please contact us at support@secnex.io.

About

Simple python package to create a webhook server that can be used to handle Notion webhooks and trigger actions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages