Api-Key: ********************{
"file_id": 1,
"recipients": [
"09120000000"
],
"selectedPhoneBooks": [
{
"id": 1,
"offset": 0,
"limit": 10
}
],
"schedule": "2025-08-20 15:30:00" // nullable(chosen time to send)
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/sms/voice/send' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_id": 1,
"recipients": [
"09120000000"
],
"selectedPhoneBooks": [
{
"id": 1,
"offset": 0,
"limit": 10
}
],
"schedule": "2025-08-20 15:30:00" // nullable(chosen time to send)
}'{
"status": "success",
"data": 0,
"messages": "string"
}