question

jonathan avatar image
jonathan asked Mike M answered

Can an App Send a Notification to another App

The app notification API url looks like the following:

"/v3/apps/{aId}/merchants/{mId}/notifications";

The body of the post message is an AppNotification, which contains a Reference app, which appears to be "The app the notification will be sent to. This will be autopopulated by the server." Thus, it would appear that the one app could send a notification to another app. However, in trying to verify this, my receiver is not receiving the notification.

Can you confirm that one app should be able to send to another app?

Thank you.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mike M avatar image
Mike M answered

Sorry, app notifications may only be sent to the app that is sending them. The access token that you use to send a notification is scoped to the developer's app, so it does not allow access/communication to an app outside its scope.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community