BulkEnvelopes

Number of APIs: 9

  1. Returns a list of bulk send batch satuses initiated by account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch?batch_ids={{batch_ids}}&count={{count}}&start_position={{start_position}}&status={{status}}

  2. Gets a specific bulk send batch status GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}

  3. Lists top-level details for all bulk send lists visible to the current user GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists

  4. Creates a new bulk send list POST {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists

  5. Gets a specific bulk send list GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}

  6. Updates an existing bulk send list. If send_envelope query string value is provided, will accept an empty payload and try to send the specified envelope PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}

  7. Deletes an existing bulk send list DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}

  8. Uses the specified bulk send list to send the envelope specified in the payload POST {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}/send

  9. Tests whether the specified bulk sending list can be used to send an envelope POST {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}/test