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