Documentation Index
Fetch the complete documentation index at: https://developers.vfbulk.ie/llms.txt
Use this file to discover all available pages before exploring further.
Send a campaign
UsePOST /api/v2/Campaign to send a message to one or more recipients.
Campaign response
Multiple recipients
Multiple recipients payload
notifyId field is echoed back in webhooks and DLRs, letting you match every callback to the right record in your system. See notifyId for use cases and full flow examples.
Partial delivery
If a campaign contains a mix of valid and invalid numbers, the valid numbers will still be sent to — the request is not rejected as a whole. Invalid numbers are skipped and reported in theerrors array of the response. Always check the response payload to identify any numbers that failed validation.
Recipient limit
A single campaign request supports up to approximately 400,000 recipients. For very large sends, split your audience into batches below this limit.Schedule for later
Add asendAt timestamp (UTC) to schedule the campaign:
Scheduled campaign payload
Phone number format
| Format | Accepted |
|---|---|
| Irish with prefix | 353871234567 ✓ |
| Irish with leading zero | 0871234567 ✓ |
| UK | 447911123456 ✓ |
| Other international | Must include country code ✓ |
Message length & credits
SMS messages are billed per message part. Understanding how parts work helps avoid unexpected credit usage.Standard GSM characters (recommended)
| Length | Parts |
|---|---|
| 1–160 chars | 1 part |
| 161–306 chars | 2 parts |
| 307–459 chars | 3 parts |
| 460–612 chars | 4 parts |
Long messages are delivered as a single seamless message on the recipient’s device — they will not see separate parts.
Unicode characters
The API supports Unicode, which includes characters outside the standard GSM alphabet — accented characters (é, ü, ñ), non-Latin scripts, and emojis.Sending hours
There are no system-enforced sending hour restrictions. However, you are responsible for adhering to Irish marketing regulations — see Compliance for details.Limits & billing
There are no rate limits on API calls themselves. Throughput is governed by:- Payload size — very large batches may take longer to process
- Account credits — messages will not be sent if your account has insufficient credit
- Billing tier — contact bulktext.ie@vodafone.com for details on your account limits