Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { SyllableSDK } from "syllable-sdk"; const syllableSDK = new SyllableSDK({ apiKeyHeader: process.env["SYLLABLESDK_API_KEY_HEADER"] ?? "", }); async function run() { const result = await syllableSDK.outbound.batches.add({ batchId: "<id>", communicationRequest: { referenceId: "12345", target: "512-555-1234", requestVariables: { }, }, }); console.log(result); } run();
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
ID for target outreach (unique within batch)
"12345"
Target phone number
"512-555-1234"
"+15125551234"
Variables for request
Show child attributes
Successful Response