Complete message:
https://official.sendapp.cloud/apiv3/send/text?access_token=abc123&number=+1234567890&message=Your order is ready&header=ABC Store&footer=Thank you for choosing us
Send image:
https://official.sendapp.cloud/apiv3/send/media?access_token=abc123&number=+1234567890&type=image&media_url=https://example.com/photo.jpg&message=Here's the photo!&filename=photo.jpg
Template with media:
https://official.sendapp.cloud/apiv3/send/template?access_token=abc123&number=+1234567890&template_id=promo_summer&language_code=en¶m1=John&header_media=https://shop.com/banner.jpg&button1=DISCOUNT25
Order template:
https://official.sendapp.cloud/apiv3/send/template?access_token=abc123&number=+1234567890&template_id=order_confirmation&language_code=en¶m1=John¶m2=ORD-12345¶m3=$49.99&button1=TRACK_ORDER
âť“ Frequently Asked Questions
🔑 How do I get the token?
Go to SendApp Official API → Developer Tools → Access Token
📱 What format should the number have?
Use international format: +393451234567 (with + prefix)
đź”— Can I test directly in the browser?
Yes! All endpoints are GET, copy the URL and paste it in the browser!
đź“‹ How do I see my templates?
Use the /templates endpoint with your token to see all available templates
🎯 What are param1, param2, etc.?
They are dynamic template values. If the template says "Hello {{1}}, your order {{2}} is ready", then param1="John" and param2="12345"