Send SMS via Etisalat SMS service with dynamic link generation (POST method)
Etisalat
Send SMS via Etisalat SMS service with dynamic link generation (POST method)
POST
Send SMS via Etisalat SMS service with dynamic link generation (POST method)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
SMS request with phone number, message content, and project ID
Phone number to send SMS to. Accepts UAE local format (05XXXXXXXX) or international format with country code 971 (971XXXXXXXXX).
Example:
"971566955223"
SMS message content. Use {{project_link}} placeholder for dynamic link insertion.
Example:
"Hello! Check out this project: {{project_link}}"
Project ID to generate dynamic links for phone number hashing
Example:
"P1234567"