Structs§
Constants§
- MAX_
MAILCHIMP_ BATCH_ SIZE - Mailchimp API limit for batch operations and batch subscribe (500 items/members per request).
Functions§
- extract_
batch_ 🔒results_ from_ value - parse_
batch_ results_ from_ tar_ gz - parse_
operation_ response_ value - poll_
batch_ until_ finished_ with_ response_ url - Polls GET /batches/{batch_id} until status is “finished”, or timeout. Returns response_body_url and error counts.
- submit_
batch - Submits operations to Mailchimp POST /batches. Chunks at MAX_MAILCHIMP_BATCH_SIZE. Returns batch IDs.