SNS: Sending SMS to Philippines with sender id

0

My company has applied for dedicated sender id in Philippines through AWS (it was a long process as it requires approval from the local telco) and it got approved.

However, when I try to send sms to philippines user with the sender id attributes (see below snippet) it always fail.

# Aws Ruby SDK

message_attributes = {}
message_attributes['AWS.SNS.SMS.SenderID'] = {
  "data_type": 'String',
  "string_value": "Gawin"
}
message_attributes['AWS.SNS.SMS.SMSType'] = {
  "data_type": 'String',
  "string_value": "Transactional"
}
$sns.publish(phone_number: "+639608272360", message: "Testing from daniel with sender id", message_attributes: message_attributes)

The error that I observed from SNS console is as follow.

{"notification":{"messageId":"215adedb-1bf8-55cd-a3c6-841ee158ad3e","timestamp":"2022-04-05 08:05:52.516"},"delivery":{"mnc":3,"numberOfMessageParts":1,"destination":"+639219346405","priceInUSD":0.01625,"smsType":"Transactional","mcc":515,"providerResponse":"Unknown error attempting to reach phone","dwellTimeMs":114,"dwellTimeMsUntilDeviceAck":2312},"status":"FAILURE"}

Does anyone has similar experience and can share with me what went wrong on my end?

Daniel
질문됨 2년 전82회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠