API for Bulk Printing,
Closed this issue · 1 comments
ronakjain90 commented
Hi,
I understand that Lob tries to make the developers work easy, by providing an API that effortlessly sends out documents/postcards. But my question is how is that bulk printing service, wherin no where in the API it's mentioned that i can send an Array of "TO:" Addresses.
I wouldn't want to run a loop, and that would take forever. Instead, It should be accepting an Array of "TO:" Addresses, for a specified "Document"/"Object_ID"
So There should have been a call, This would have really made it a complete Bulk Mailing Service.
@lob.jobs.create(
name: "New Cool Posters",
from: "from-address-id",
to: ["to-address-id-1","to-address-id-2",......"to-address-id-1000"]
objects: "object-id"
)
Thanks,
pon commented
Thanks for the feedback @ronakjain90. This is a feature we are still investigating adding to the API.