-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider Notion #470
base: dev
Are you sure you want to change the base?
Provider Notion #470
Conversation
Thanks for your contribution @persona-twotwo ! :) |
I think the Build Test issue is occurring because the Notion API and Notion Database ID are missing. Could you add the Notion API and Database ID and run the test again? Also, I noticed that tests unrelated to Notion are running as well. Should I have disabled them in advance? |
@persona-twotwo this looks great, thanks for the PR, let us take a review at PR and update you back. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello ProjectDiscovery,
I’d like to submit this Pull Request to add a Notion Provider to the notify project. Notion is an all-in-one workspace that allows teams to write, plan, collaborate, and organize tasks efficiently. This integration will enable users to receive notifications directly within their Notion workspace, thereby enhancing team collaboration and project management.
Key changes:
Configuration Notes:
The configuration includes an optional parameter:
notion_in_page_title: "${notion_in_page_title}" # optional
Note: If a value is provided for
notion_in_page_title
, the created page will have that value as its title. If no value is provided, the page title will default to the content of themessage
.Please let me know if there’s anything I can improve or if you have any feedback. I’m happy to make any necessary adjustments.
Thank you for your time and consideration!
Closes #474