BulkEnvelopes
Number of APIs: 12
-
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}}
-
Put/Update a specific bulk send batch status PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}
-
Initiate a specific bulk send batch action PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}/{{bulkAction}}
-
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}}
-
Gets a specific bulk send batch status GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_batch/{{bulkSendBatchId}}
-
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
-
Creates a new bulk send list POST {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists
-
Lists top-level details for all bulk send lists visible to the current user GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists
-
Gets a specific bulk send list GET {{baseUrl}}/v2.1/accounts/{{accountId}}/bulk_send_lists/{{bulkSendListId}}
-
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}}