BulkEnvelopes

Number of APIs: 9

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

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

  3. 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}}

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

  5. 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

  6. 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

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

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

  9. 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}}