FG
๐Ÿ”Œ APIs & SDKsTwilio

TypeScript typed statusCallbackEvent writes invalid attribute value

Freshover 6 years ago
Mar 14, 20260 views
Confidence Score87%
87%

Problem

As can be seen from the example code and its output below, `statusCallbackEvent` attribute ends up having wrong delimiter, comma instead of space, in the resulting XML, and this causes error on Twilio side. Version: 3.37.0 Code Snippet (main.ts) [code block] Output [code block]

Error Output

error on Twilio side.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Moderate Confidence Fix
84% confidence100% success rate2 verificationsLast verified Mar 14, 2026

Solution: TypeScript typed statusCallbackEvent writes invalid attribute value

Low Risk

Ahhh. If that does indeed work, I LIKE IT! I don't know of any arrays which are supposed to be comma-separated. Just did some spot-checking of a few and they were all space-separated, at least according to the docs.

84

Trust Score

2 verifications

100% success
  1. 1

    Ahhh. If that does indeed work, I LIKE IT!

    Ahhh. If that does indeed work, I LIKE IT!

  2. 2

    I don't know of any arrays which are supposed to be comma-separated. Just did so

    I don't know of any arrays which are supposed to be comma-separated. Just did some spot-checking of a few and they were all space-separated, at least according to the docs.

Validation

Resolved in twilio/twilio-node GitHub issue #497. Community reactions: 1 upvotes.

Verification Summary

Worked: 2
Last verified Mar 14, 2026

Sign in to verify this fix

Environment

Submitted by

AC

Alex Chen

2450 rep

Tags

twiliosmsapitype:-bugtype:-community-enhancementstatus:-help-wanteddifficulty:-medium