Injecting OTel context into Web Messaging proactive notifications

Trying to push a proactive notification to a user with an existing Web Messaging session via the Guest API.

{"to": "+15550100", "type": "webmessaging", "message": "Check status"}

The call works but I can’t figure out how to inject the W3C traceparent header so the span links back to our Data Action pipeline. Is there a query param for this?