View Source Mailchimp.Batch (mailchimp v0.2.0)

Use batch operations to complete multiple operations with a single call.

Link to this section Summary

Functions

Get a summary of batch requests that have been made.

Begin processing a batch operations request.

Stops a batch request from running. Since only one batch request is run at a time, this can be used to cancel a long running request. The results of any completed operations will not be available after this call.

Get the status of a batch request.

Link to this section Functions

Link to this function

batches(query_params \\ %{})

View Source

Get a summary of batch requests that have been made.

Link to this function

create_batch(operations)

View Source

Begin processing a batch operations request.

Stops a batch request from running. Since only one batch request is run at a time, this can be used to cancel a long running request. The results of any completed operations will not be available after this call.

Get the status of a batch request.