-
Notifications
You must be signed in to change notification settings - Fork 67
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
feat(notification): facebook workplace integration #219
Conversation
| ---- | ----------------------------------------------- | ------------------ | | ||
| ID | Notification identity number | `Workplace12345` | | ||
| Type | Notification types | `slack` | | ||
| ID | It's located at thread url, in the last segment | `6367478493277649` | |
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.
I think the key here should be thread_id
, right? Can you also please add an example of the thread URL?
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.
ah ya, it should be thread_id, I will update it. and here is the thread URL example
Hello @adeyahya thank you for contributing! May I ask you to provide screenshots of the notifications sent to Facebook Workplace? 😀 Thank you |
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.
Looks good to me! Thanks for the PR @adeyahya 🍻
|
bc5cc98
to
78121c5
Compare
Hello everyone, I made this pr so that Monika can send notifications via Facebook Workplace. Please kindly check and review it thanks.