Loading
Salesforce から送信されるメールは、承認済ドメインからのみとなります続きを読む

SNS Publish to Push Notifications to Mobile Device

公開日: Jul 15, 2025
解決策

SYMPTOM

The customer is not able to send push notifications using Mule4 Amazon  SNS connector
 

CAUSE

Configuration issue

SOLUTION

Connector Amazon_SNS_configuration needs a minimum of 3 values in the General connection tab.
Session Taken: FwoGZXIvYXdzEEEaDFA1vm2JiZTWST***
Access. Key: ASIAZALBXAQ***
Secret Key: obt5QGcOAJ0v***
Region Endpoint: us-west-1

The above values can be obtained from AWS topic IAM user that has following permissions policy configured to allow publishers to a SNS topic
{
  “Statement”:[{
    “Sid”:“AllowPublishToMyTopic”,
    “Effect”:“Allow”,
    “Action”:“sns:Publish”,
    “Resource”:“arn: arn:aws:sns:us-west-1:619217093675:mulesoft3608_demo”
  }]
}
For local temporary testing, you can also use your profile id access credentials from
aws-keycloak -p power-wws-sandbox  -r us-west-1 -- env

Publish node General tab 
Topic arn: arn:aws:sns:us-west-1:619217093675:mulesoft3608_demo
Message: testmessage
Subject: testmessage

Attachments

Mule4 Amazon SNS publish demo application

ナレッジ記事番号

001121555

 
読み込み中
Salesforce Help | Article