Tekil veya Toplu SMS Gönderme
Bu API komutu ile "Tekil veya Toplu SMS Gönderme" işlemi sağlanır.
METHOD |
POST |
URL |
< API URL >submit |
Content-Type |
application/json |
Parametreler
İsim |
Zorunlu |
Açıklama |
secret_key |
Evet |
Elde ettiğiniz "Secret Key" bilgisi |
origin |
İsteğe Bağlı |
Gönderici başlığı veya numarası |
message |
Evet |
SMS ileti gövdesi |
numbers |
Evet |
Telefon numaraları (Uluslarası formatta ve dizi şeklinde olmalıdır.) |
Örnek İstek
{
"secret_key": "< Secret Key >",
"origin": "SAMPLE",
"message": "something write here...",
"numbers": [
"+905050000000",
"+905050000001"
]
}
Örnek Çıktı
{
"status":"successful",
"report_id":12345
}