Batches
Send Batch Now
Override a scheduled wallet messaging batch’s scheduledAt time and start sending immediately. Only valid for batches currently in scheduled status.
POST
Send batch now
Best practices
After creating a wallet messaging batch, it sits invalidating while we verify the recipients and payload.
Poll GET /api/v1/batches/{id} until the status leaves validating before calling send-now.Previous
Create Wallet Messaging BatchCreate a new wallet messaging batch using segments, recipients, or a CSV file (via multipart/form-data).
For more details, see the [Wallet Messaging](/documentation/bulk-operations/batch-notifications/guide) documentation.
Next
Send batch now