Do not miss any Agent.sa API changes, ever again

Subscribe to the Agent.sa API changelog to be up to date on recent changes.

RSS

Nov 16, 2025

main
1.2.1
Compare
1.2.1

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /Integration/Agent
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /Integration/Agent/CsvFile
  • Response
  • 200 response Modified
    • text/csv content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /Integration/Agent/Values
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /Integration/Agent/Batch
  • Body
  • application/json content type Modified
    • channel_id, name, rows properties Modified
      • Properties are now required
        Breaking
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 202 response Added
POST /Integration/Agent/Dispatch
  • Body
  • application/json content type Modified
    • channel_id, phone properties Modified
      • Properties are now required
        Breaking
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 202 response Added