Sign in

Batch tracking

documented

Retrieve tracking information for the batch (if available).

GET /batches/{batchId}/trackingBatchingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://batch.click2mail.com/v1/batches/{{$batch_id}}/tracking" \
  -X GET \
  -u "{{$CLICK2MAIL_USERNAME}}:{{$CLICK2MAIL_SECRET}}" \
  -H "Accept: application/xml" \
  -H "Content-Type: application/xml"
Batch tracking · Click2Mail · OpenIntegrations