BulkEnvelopes

Number of APIs: 12

  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. Put/Update a specific bulk send batch status PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}

  3. Initiate a specific bulk send batch action PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}/{{bulkAction}}

  4. Gets envelopes from a specific bulk send batch GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}/envelopes?count={{count}}&include={{include}}&order={{order}}&order_by={{order_by}}&search_text={{search_text}}&start_position={{start_position}}&status={{status}}

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

  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. Creates a new bulk send list POST {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists

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

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

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