curl -X POST https://app.tracklysms.com/api/v2/send-raw/bulk \
-H "X-Api-Key: trk_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{
"to": "+14155551234",
"list_number": "+18005551000",
"body": "Verification code: 482901. Ref: {{messageId}}",
"skip_duplicate_check": true,
"skip_rate_limit": true
},
{
"to": "+14155559876",
"list_number": "+18005551000",
"body": "Verification code: 739204. Ref: {{messageId}}",
"skip_duplicate_check": true,
"skip_rate_limit": true,
"skip_contact_validation": true
}
]
}'