Home › Send SMS
Create New LBS Request — FarazSMS SMS web service
POST https://api.iranpayamak.com/ws/v1/lbs
Purpose: Create a location-based campaign; messages people who are within a chosen area and time window.
Auth: header Api-Key (key from the panel, case-sensitive).
Example body
{
"text": "test text",
"start_time": 1742773823,
"end_time": 1742774823,
"receiver_count": 6000,
"latitude": 45,
"longitude": 90,
"radius": 1000,
"address": "some address",
"dispatch_moment": "حضور",
"receiver_gender": "آقا",
"receiver_age_from": 12,
"receiver_age_to": 90,
"device": "Android"
}