How do we set folder Email Options using Box API V2? - box

I am attempting to automatically add upload and delete e-mail notification for user-group for a box folder. The reason I need to do it automatically is that we create several sub-folders programmatically for each project, and only one of the sub-folder should send out an alert when updated.
Basically, this setting:

Unfortunately, email notifications cannot be set on a per-group basis. Notifications are tied to users rather than groups. Usrs can set their own notifications here (as you point out) or default enterprise-wide notifications can be set under the admin console.

Related

SendGrid issue sending cold email automation. Contacts were connected to the old template

I set up new automation.
Created email templates with personalized tokens, added these tokens in my CSV file.
Uploaded CVS contacts with personalization tokens (created new separate contact list).
Connected uploaded contact list to new automation.
Set up automation "LIVE".
RESULT: system assigned new contacts/emails to the old templates/automation which I didn't have intent to use.
Also was weird, in old templates/automation were similar tokens {firs name}, {company} {line} but they weren't applied, only DEFAUL appeared instead of these tokens. Could you please help me understand how did it happen and avoid it in the future.
My goal is to use SendGrid in cold email outreach where I am going to create 2-3 new automations per week. I am using plain text in builder. Can you please show me the way to do it without mess I described above.
When I send emails using SendGrid automation these emails doesn't appear in my Inbox "Sent" folder.
Can you also help me to fix that
I don't what I need to try to fix that

Flutter: delete calendar events in Gmail

I'm creating some local notifications for my users to remain them different events. I achieved this by using https://pub.dev/packages/flutter_local_notifications. These notifications are scheduled and can be removed easily.
I was thinking in other hand to move this to the private calendar wit Gmail. I have done this in the past and I know how to create them but I was wondering if I could remove also them.
In my app I have different portfolios. These contain rents and each rent has leases. When the user creates a lease an event is created with the different payment days.
If the user deletes either the event, the lease, the rent or the portfolio, I need to remove automatically all the notifications. Right now, since this is created with local_notifications I can do it, but would it be possible by having the events created in Gmail?
Could I created/remove a bunch of events without displaying the Gmail calendar app?

VSTS Release Approval Emails

Using the 'Old Editor', there is a way to configure release environment to send emails to approvers via Release Definition > Triggers > Configure Environment as seen in this screen shot. (see also this answer)
Is there a way to do this using the 'New Editor'? Seems like the options for email and blocking the creating user from approving are missing from this workflow.
You can set Approval email notification in the page https://account.visualstudio.com/_notifications (by clicking profile -> Notification settings).
In the notications package, you can add a new subscription for An approval for a deployment is pending, and then specify the email address(es) and filter conditions.
with the integrated notification settings experience, we are moving
the control on notifications from the sender to the receiver. By
default, we'll always raise notification events whenever approvals are
pending and based on receiver's preferences around whether he wants to
be notified by email or not.
More details, you can refer:
Personalize what notifications you receive for releases
New Release Editor does not expose option to Send email to approver
Example:
In notification page, add a new subscription An approval for a deployment is pending, the detail settings as below:
Just add the email address(es) who need to receive this kind of email, for multiple email addresses, separate with comma (,).

Re-activated users not receiving Google group emails

I'm an administrator of a Google apps domain and we recently reactivated an account which was suspended for around 6 months. Regular emails to this user are working well but emails to a group to which this user belongs does not seem to reach the user.
I tried deleting the user from the group and adding him again, but to no avail.
What might be the problem? And what is the solution to this?
You may refer with this thread. It suggested to check the email delivery setting and the spam folder. Here's another reference which might also help: Not getting a group’s emails
If you’re not getting emails from your group, check your email delivery setting:
Sign in to Google Groups.
Click My Groups.
Choose a group.
At the top right, click My settings.
Select Membership and email settings.
Check "Email delivery preference." Make sure that you haven’t selected "Don’t send email updates."
After making changes, click Save.

Display an avator of a GitHub account in SourceTree

I want to display a Gravatar image in SourceTree. My github commits use this e-mail adress: mboom#users.noreply.github.com. I already set a gravator for the primary e-mail, but SourceTree does not display the right avatar. How can I set the avatar for this e-mail adress in SourceTree?
At this moment it is impossible to configure an email using #users.noreply.github.com on gravatar.com
This is due to security and technical limitations. Gravatar will allow you to register only email addresses that you own and that you can verify.
Due to this noreply addresses cannot be added on Gravatar.
Current alternative is to use GitHub avatar service in your client.
You need to delete the avatar cache of SourceTree:
Go to http://en.gravatar.com/ create your account and upload the avatar image files that map to your emails.
Close Source Tree
Delete the cache file (or delete all files) inside path C:\Users\[USERNAME]\AppData\Local\Atlassian\SourceTree\cache\img
Open Source Tree. Now you got what you want!