
Pinnacle
Docs
Get Early Access

Pinnacle
Docs
Get Early Access

Docs
Get Early Access
Backed By
Combinator
The Rich Communication Services API for
The Rich Communication Services API for
</Developers>
</Developers>
The easiest way to send & receive next generation SMS messages, create interactive, app — like messages natively on iOS and Android.
The easiest way to send & receive next generation SMS messages, create interactive, app — like messages natively on iOS and Android.
Python
Typescript
Ruby
$ pip install rcs
SMS v. RCS Messaging
We provide a simple, elegant interface so you can start sending SMS/MMS, & RCS in minutes.
SMS
RCS
SMS
RCS
SMS
RCS
cURL
Python
Typescript
1
curl -X POST "https://trypinnacle.dev/api/send"
2
-H "PINNACLE-API-Key: YOUR-API-KEY"
3
-H "Content-Type: application/json"
4
"message_type": "card",
5
"message_type": "card",
6
"message": {
7
"message": {7 "cards": [
8
{
9
"title": "Founder Mode T-shirt",
10
"image_url": "https://imgproxy.fourthwall.com/WJ9gup_kEe9z3C6BrRCsUX-ehR1HnskAKqBB3ES0_zw/
11
"subtitle": "$32, Available in S, M, L",
12
"buttons": [
13
{
14
"action_type": "postback",
15
"payload": "buy_shirt"
16
}
17
]
18
},
19
{
20
"title": "Founder Mode Hat",
21
"image_url": "https://imgproxy.fourthwall.com/xRtFyKSoddPa5v2UkjCLEt
22
},
23
{
24
"title": "Founder Mode Sticker",
25
"image_url": "https://imgproxy.fourthwall.com/oCrDqOZnqyFLe7YaeU4Uyyxit0Ja85lowbrTQdfcTdg/
26
"subtitle": "$9-9.50, 3 sizes"
27
}
28
],
4
"message_type": "card",

