Phone Testing›
Phone Testing
Initiate calls for a suite by name
Initiate phone calls for every scenario in a named suite.
Send a JSON body with `project_id and suite_name`; the suite's
scenarios are dialed and results appear under the suite's call results.
POST
/api/initiatecall/project
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/jsonproject_idstringrequired
Project the suite belongs to
suite_namestringrequired
Name of the suite whose scenarios should be dialed
Response
application/jsonCalls initiated — data carries the per-scenario call_ids; suite triggers additionally include suite_run_id, total, started, and queued.
successbooleanrequired
messagestringrequired
dataobjectrequired