Event publishing to Amazon SNS destination - amazon-sns

I am getting account level notifications from Amazon SNS. But I am not getting event publishing notifications.
I set up configuration set and gave sns destinations as endpoints. In account level notifications we get bounces, complaints and delivery notifications. But I want open and click tracking for emails. So I created event publishing events. I am giving configuration set name while I am sending email.
Do we need to set sender email as AWS account email or we can any verified email?
Is there any way troubleshoot that configuration set is passing or not?

Related

How to check the successfully received rate of firebase cloud message notification?

I am using firebase api call to send the notification to the users and I want to check how many users got the notifications. I read the documentation of firebase but was unable find how to check send rate, if there is any api call for that. When I send notification to all the users from firebase admin panel after some time firebase start showing send rate and open rate.
I want to know how to get this data if I send the notification through the api call?

How to Test FCM Data Push Notifications Delivery?

I have an Azure Web Service which is using an Azure Notification Hub to push data notifications using FCM via Firebase to a Xamarin Android App. Initially the app is getting a token which is posted to the web service. The web service then sends it with the data to the notification hub which is sending it to Firebase. The response back from the hub is indicating a successful transfer it seems from the notification properties and the ReqID property. But the notification is not reaching the app. Is there a way to see individual notifications' status on the Firebase site? Currently I don't see anything under the "Cloud" report for Data.
[
Thanks for asking question! One of the notification failure point could be when sending it from FCM to user device. To confirm this, you may try getting a delivery receipt from FCM.
You may refer to this article Receive delivery receipts. It says for Android and Chrome client apps, you can get delivery receipts which can be sent from FCM to your app server. To enable this feature, the message your app server sends to FCM must include the field delivery_receipt_requested. When this field is set to true, FCM sends a delivery receipt when a device confirms that it received a particular message. Also check for firewall on the user's network.

How to send email notifications to a email group using AWS SNS?

I am working on a task to send email notifications to a group of users from AWS SNS. I have created a topic and tested the notifications by sending it to my email. But now I want to send these email notifications to a group which contains at least 10 15 email IDs.
How to send email notifications to a group or email alias using AWS SNS ?
Amazon SNS sends notifications to Email alias by configuring it in the SNS Topic Subscription. I found out the problem with the Email alias of my org which was not allowing the push notifications from AWS.
I verified it by creating a email group in googlegroups.com and then allow anyone to push emails to this group and there I go. All the recipients in my googlegroup started receiving notifications from AWS SNS topic.
Make sure to check the filters/restrictions in your organization's email alias. If the email alias does not allow the push notifications/emails from AWS then you will not receive the email notifications even after configuring the topic subscription.

Integrate Firebase Cloud Messaging with custom authentication in Browser

I have a use case where I need to have FCM messages sent only if the user is logged in to my website. There is an issue where if Google delays the sending of the message and a different user logs into the same machine, then they may be shown the notification meant for the first user. Is there any support to attach custom authentication by Google when the message is actually received by Chrome.

Can I specify a different email for the StackDriver Error Reporting Notification

We tried to use the StackDriver Error Reporting notification features, but it seems that for any Project, when we turn on the notification, it always sent to the email associated with the developer account that we logged in. How can we change it to a different email account. (we use PageDuty, and we want this notification to send to a pagerduty sink email account)
Today, email notifications on new errors for a given project are enabled per user and can only be delivered to the email associated with his user's account.
As a workaround, and if possible, you could setup an email filter that would forward these emails.
I am the Stackdriver Error Reporting product manager.
It is not the first time we hear this feedback and we are working on improving the situation.

Resources