އާރުސީއެސް މެސެޖުތައް
އާރުސީއެސް (ރިޗް ކޮމިއުނިކޭޝަން ސާވިސަސް) އަކީ އެންޑްރޮއިޑް ޑިވައިސްތަކަށް އަންނަ ޖީލުގެ މެސެޖިން އެއް ކަމަށާއި، ރިޗް މީޑިއާ، އިންޓަރެކްޓިވިޓީ، އަދި ސަގާފީ އެސްއެމްއެސް އަށް ވުރެ މާ ކުރިއަރާފައިވާ ފީޗާސްތައް ފޯރުކޮށްދެ އެވެ.
އޯވަރވިއު
އާރުސީއެސް އިން މެސެޖިން ކެޕޭސިޓީތައް އިތުރުކޮށްދެއެވެ:
- ރިޗް މީޑިއާ (ތަސްވީރު، ވީޑިއޯ، ޖީއައިއެފް)
- އިންޓަރެކްޓިވް ބަޓަންތަކާއި ކެރޮސެލްތައް
- ރަސީދުތަކާއި ޓައިޕިންގ އިންޑިކޭޓަރސް ކިޔުން
- މަތީ އަކުރު ލިމިޓް (3072 އަކުރު އާއި ހަމައަށް)
- ޑެލިވަރީ ޓްރެކިންގ ރަނގަޅުކުރުން
- ބްރޭންޑް ކުރެވިފައިވާ ސެންޑަރ އައިޑެންޓިފިކޭޝަން
ލިބޭނެ ގޮތް
- ޕްލެޓްފޯމް: އެންޑްރޮއިޑް ޑިވައިސްތަކަށް އެކަނި
- ނެޓްވޯކް: ކެރިއަރ އާރްސީއެސް ސަޕޯޓް ބޭނުންވެއެވެ
- ފޯލްބެކް: އާރުސީއެސް ނުލިބިއްޖެނަމަ އޮޓޮމެޓިކުން އެސްއެމްއެސްއަށް އަނބުރާ ވެއްޓޭނެއެވެ
އަސާސީ އާރުސީއެސް މެސެޖް

ރިކުއެސްޓް
{
"from": "YourBrand",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Your RCS message text with rich formatting"
}
ޕެރެމިޓަރސް
| ޕެރެމިޓަރ | ވައްތަރު | ބޭނުންވާ | ތަފްސީލު |
|---|---|---|---|
އިން | ސްޓްރިންގް | އާދެ | އަލްފާނިއުމެރިކް ސެންޑަރ އައިޑީ |
އަށް | ސްޓްރިންގް | އާދެ | ލިބޭ ފަރާތުގެ ފޯނު ނަންބަރު (E.164) |
ވައްތަރު | ސްޓްރިންގް | އާދެ | "rcs" އަށް ސެޓްކުރުން |
ޓެކްސްޓް | ސްޓްރިންގް | އާދެ | މެސެޖް ކޮންޓެންޓް (3072 ޗާރސް އާއި ހަމައަށް) |
މެސެޖްޑޭޓާ | އެއްޗެއް | ނޫން | ރިޗް މީޑިއާ އާއި ބަޓަންސް |
މެސެޖް ވައްތަރުތައް
ޓެކްސްޓް އެކަނި
އަކުރު ލިމިޓް އިތުރުކޮށްފައިވާ ސާދާ ޓެކްސްޓް މެސެޖެއް:
{
"from": "YourBrand",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Welcome to our service! RCS allows us to send much longer messages with rich formatting and interactive elements."
}
ޓެކްސްޓް + އިމޭޖް
{
"from": "YourBrand",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Check out our new product!",
"messageData": {
"media": {
"url": "https://example.com/product.jpg",
"type": "image/jpeg",
"height": 600,
"width": 800
}
}
}
ޓެކްސްޓް + އިމޭޖް + ބަޓަން
{
"from": "YourStore",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Summer Sale - Up to 50% off!",
"messageData": {
"media": {
"url": "https://example.com/sale-banner.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Shop Now",
"action": {
"type": "openUrl",
"url": "https://example.com/sale"
}
}
]
}
}
ޓެކްސްޓް + ވީޑިއޯ
{
"from": "YourBrand",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Watch our product demo",
"messageData": {
"media": {
"url": "https://example.com/demo.mp4",
"type": "video/mp4",
"thumbnail": "https://example.com/thumbnail.jpg"
}
}
}
ޓެކްސްޓް + މަލްޓިޕަލް ބަޓަންސް
{
"from": "YourService",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Your order #12345 is ready for pickup",
"messageData": {
"buttons": [
{
"text": "Track Order",
"action": {
"type": "openUrl",
"url": "https://example.com/track/12345"
}
},
{
"text": "Contact Support",
"action": {
"type": "dial",
"phoneNumber": "+380XXXXXXXXX"
}
},
{
"text": "Cancel Order",
"action": {
"type": "openUrl",
"url": "https://example.com/cancel/12345"
}
}
]
}
}
އާރުސީއެސް ކެރޮސެލް
ސްކްރޯލް ކުރެވޭ ކެރޮސެލްއެއްގައި އެތައް އެއްޗެއް ދައްކާލުން:
{
"from": "YourStore",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Featured Products",
"messageData": {
"carousel": {
"cards": [
{
"title": "Product A",
"description": "Premium quality product",
"media": {
"url": "https://example.com/product-a.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Buy Now",
"action": {
"type": "openUrl",
"url": "https://example.com/product-a"
}
},
{
"text": "Details",
"action": {
"type": "openUrl",
"url": "https://example.com/product-a/details"
}
}
]
},
{
"title": "Product B",
"description": "Best seller",
"media": {
"url": "https://example.com/product-b.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Buy Now",
"action": {
"type": "openUrl",
"url": "https://example.com/product-b"
}
}
]
}
]
}
}
}
ބަޓަން އެކްޝަންސް
ޔޫއާރްއެލް ހުޅުވާލާށެވެ
{
"text": "Visit Website",
"action": {
"type": "openUrl",
"url": "https://example.com"
}
}
ފޯނު ނަންބަރަށް ގުޅާށެވެ
{
"text": "Call Us",
"action": {
"type": "dial",
"phoneNumber": "+380XXXXXXXXX"
}
}
ފޮނުވާ ލޮކޭޝަން
{
"text": "Share Location",
"action": {
"type": "shareLocation"
}
}
ކެލެންޑަރ އިވެންޓް
{
"text": "Add to Calendar",
"action": {
"type": "createCalendarEvent",
"title": "Appointment",
"startTime": "2025-01-25T14:00:00Z",
"endTime": "2025-01-25T15:00:00Z"
}
}
މީޑިއާ ސްޕެސިފިކޭޝަންސް
ތަސްވީރުތައް
- ފޯމެޓްސް: ޖޭޕީއީޖީ، ޕީއެންޖީ، ޖީއައިއެފް
- މެކްސް ސައިޒް: 2އެމްބީ
- ރަނގަޅު ރިޒޮލިއުޝަން: 800x600 ނުވަތަ 1200x800
- އެސްޕެކްޓް ރޭޝިއޯ: 16 ނުވަތަ 4
ވީޑިއޯތަކެވެ
- ފޯމެޓްސް: އެމްޕީ4، 3ޖީޕީ
- މެކްސް ސައިޒް: 10އެމްބީ
- މެކްސް ޑޫރޭޝަން: 2 މިނެޓް
- ރަނގަޅު ރިޒޮލިއުޝަން: 1280x720
އޯޑިއޯ
- ފޯމެޓްސް: އެމްޕީ3، އޭއޭސީ
- މެކްސް ސައިޒް: 5އެމްބީ
- މެކްސް ޑޫރޭޝަން: 5 މިނެޓް
އެސްއެމްއެސް އަށް ފޯލްބެކް
އާރުސީއެސް އޮޓޮމެޓިކުން އަނބުރާ އެސްއެމްއެސްއަށް ވެއްޓޭނީ:
- ރިސީވަރ އަށް އާރުސީއެސް އެއް ނެތެވެ
- ރިސީވަރ ޑިވައިސްގައި އާރުސީއެސް ޑިސެބިލް ކުރެވިފައިވުން
- ނެޓްވޯކުން އާރުސީއެސް އަށް ސަޕޯޓް ނުކުރެއެވެ
{
"from": "YourBrand",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Check out our new product!",
"messageData": {
"media": {
"url": "https://example.com/product.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Shop Now",
"action": {
"type": "openUrl",
"url": "https://example.com/shop"
}
}
]
},
"fallback": {
"type": "sms",
"text": "Check out our new product! Visit: https://example.com/shop"
}
}
ޔޫސް ކޭސްސް
އީ-ކޮމާސް
{
"from": "YourStore",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Your order has been shipped!",
"messageData": {
"media": {
"url": "https://example.com/package.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Track Package",
"action": {
"type": "openUrl",
"url": "https://example.com/track/ABC123"
}
},
{
"text": "Contact Support",
"action": {
"type": "dial",
"phoneNumber": "+380XXXXXXXXX"
}
}
]
}
}
ބޭންކިންގ
{
"from": "YourBank",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Low balance alert: Your account balance is $50",
"messageData": {
"buttons": [
{
"text": "View Balance",
"action": {
"type": "openUrl",
"url": "https://bank.example.com/balance"
}
},
{
"text": "Transfer Money",
"action": {
"type": "openUrl",
"url": "https://bank.example.com/transfer"
}
}
]
}
}
ދަތުރުކުރުން
{
"from": "YourAirline",
"to": "+380XXXXXXXXX",
"type": "rcs",
"text": "Your flight is departing in 3 hours",
"messageData": {
"media": {
"url": "https://example.com/boarding-pass.jpg",
"type": "image/jpeg"
},
"buttons": [
{
"text": "Check-in",
"action": {
"type": "openUrl",
"url": "https://airline.example.com/checkin"
}
},
{
"text": "Add to Calendar",
"action": {
"type": "createCalendarEvent",
"title": "Flight Departure",
"startTime": "2025-01-25T10:00:00Z"
}
}
]
}
}
އެންމެ ރަނގަޅު އުސޫލުތައް
ކޮންޓެންޓް
- ✅ މަތީ ފެންވަރުގެ ތަސްވީރުތައް ބޭނުންކުރުން (މިނިމަމް 800x600)
- ✅ ބަޓަން ޓެކްސްޓް ކުރުކޮށް ބެހެއްޓުން (2-3 ބަސް)
- ✅ މުއްސަނދި ކޮންޓެންޓަށް އެސްއެމްއެސް ފޯލްބެކް ފޯރުކޮށްދިނުން
- ✅ އެންޑްރޮއިޑްގެ އެކި ޑިވައިސްތަކުގައި ޓެސްޓްކުރުން
- ❌ މެސެޖަކަށް 4-5 ބަޓަންއަށްވުރެ ގިނައިން ނުހުންނާށެވެ
- ❌ ބޮޑެތި ވީޑިއޯ ފައިލްތަކުން ދުރުހެލިވުން (>5MB)
މީޑިއާ
- ހުރިހާ މީޑިއާއަކަށް އެޗްޓީޓީޕީއެސް ޔޫއާރްއެލް ބޭނުންކުރުން
- މޯބައިލް އަށް ތަސްވީރުތައް އޮޕްޓިމައިޒް ކުރުން
- އެކްސެސިބިލިޓީއަށް އޮލްޓް ޓެކްސްޓް ހިމަނާށެވެ
- ފޮނުވުމުގެ ކުރިން މީޑިއާ ޔޫއާރްއެލްތައް ޓެސްޓްކުރުން
ބަޓަންތައް
- މެސެޖަކަށް ގިނަވެގެން 4 ބަޓަން
- ކޯލް ޓު އެކްޝަން ޓެކްސްޓް ސާފުކުރުން
- ބަޓަންގެ ހުރިހާ އަމަލުތަކެއް ޓެސްޓްކުރުން
- ނުލިބޭ ޢަމަލުތަކަށް ފޯލްބެކް އަށް ވިސްނާށެވެ
ބްރޭންޑިންގ
- ކޮންސިސްޓެންޓް ސެންޑަރ އައިޑީ ބޭނުންކުރުން
- އެކަށީގެންވާ ތަންތަނުގައި ބްރޭންޑް ލޯގޯ ހިމަނާށެވެ
- ބްރޭންޑްގެ އަޑާއި ރާގު ބެލެހެއްޓުން
- ވިޝުއަލް ކޮންސިސްޓެންސީ ކަށަވަރުކުރުން
ޑެލިވަރީ ސްޓޭޓަސް
އާރުސީއެސް އިން ފޯރުކޮށްދެނީ ޑެލިވަރީ ޓްރެކިން އިތުރުކޮށްފައި:
- ފޮނުވާފައިވަނީ: ކެރިއަރަށް ފޮނުވާ މެސެޖެކެވެ
- ޑެލިވަރޑް: ޑިވައިސްއަށް ޑެލިވަރީ ކުރެވޭ މެސެޖެކެވެ
- ކިޔެވުން: މެސެޖެއް ހުޅުވާފައިވަނީ ލިބޭ ފަރާތުންނެވެ
- ފޭލް: ޑެލިވަރީ ފެއިލްވެ، ފޯލްބެކް ޓްރިގަރ ވެއްޖެ
ސްޓޭޓަސް އެންޑްޕޮއިންޓް ބޭނުންކޮށްގެން ސްޓޭޓަސް ޗެކްކުރުން.
ދެން އަޅަންޖެހޭ ފިޔަވަޅުތައް
- ވައިބަރ މެސެޖްސް - ބަދަލު މުއްސަނދި މެސެޖިންގ
- އެސްއެމްއެސް މެސެޖްތައް - ފޯލްބެކް މެސެޖިންގ
- ޗެކް ސްޓޭޓަސް - ޑެލިވަރީ ޓްރެކްކުރުން
- ފޯލްބެކް ސްޓްރެޓެޖީސް - ފޯލްބެކްސް ކޮންފިގްރޭޓް ކުރުން