You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This Outbound Message Webhook is an envelope containing status information regarding a message sent (MT)
6513
6515
from your message-enabled Bandwidth telephone number.
6514
-
<p>The payload type will be one of <code>message-sending</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
6516
+
<p>The payload type will be one of <code>message-sending</code>, <code>message-sent</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
6515
6517
<p>Note that <code>message-read</code> callbacks are pertinent only for RBM messages sent from the <code>/messages/multiChannel</code> endpoint.
summary: An example of a sms message-delivered callback body.
8717
8783
value:
8718
8784
type: message-delivered
8719
8785
time: '2024-09-14T18:20:11.160744Z'
8720
-
description: Message delivered to carrier.
8786
+
description: Message delivered to handset.
8721
8787
to: '+12345678902'
8722
8788
message:
8723
8789
id: 14762070468292kw2fuqty55yp2b2
@@ -8735,7 +8801,7 @@ components:
8735
8801
value:
8736
8802
type: message-delivered
8737
8803
time: '2024-09-14T18:20:24.160544Z'
8738
-
description: Message delivered to carrier.
8804
+
description: Message delivered to handset.
8739
8805
to: '+12345678902'
8740
8806
message:
8741
8807
id: 14762070468292kw2fuqty55yp2b2
@@ -8755,7 +8821,7 @@ components:
8755
8821
value:
8756
8822
type: message-delivered
8757
8823
time: '2024-09-14T18:20:17.160544Z'
8758
-
description: Message delivered to carrier.
8824
+
description: Message delivered to handset.
8759
8825
to: '+12345678902'
8760
8826
message:
8761
8827
id: 14762070468292kw2fuqty55yp2b2
@@ -9787,7 +9853,7 @@ components:
9787
9853
information regarding a message sent (MT)
9788
9854
9789
9855
from your message-enabled Bandwidth telephone number.
9790
-
<p>The payload type will be one of <code>message-sending</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
9856
+
<p>The payload type will be one of <code>message-sending</code>, <code>message-sent</code>, <code>message-delivered</code>, <code>message-failed</code> or <code>message-read</code>.
9791
9857
<p>Note that <code>message-read</code> callbacks are pertinent only for RBM messages sent from the <code>/messages/multiChannel</code> endpoint.
Copy file name to clipboardExpand all lines: docs/AnswerCallback.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ The Answer event is sent to the answerUrl specified in the createCall request wh
22
22
|**answerTime**|**OffsetDateTime**| Time the call was answered, in ISO 8601 format. |[optional]|
23
23
|**tag**|**String**| (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present. |[optional]|
|**sipCallId**|**String**| (optional) The SIP Call-ID of the call's current SIP dialog with Bandwidth's SBC. Used to correlate dialogs and trace calls. Present on any call, inbound or outbound, once that dialog has been established; may be absent very early in a call before the dialog exists. |[optional]|
Copy file name to clipboardExpand all lines: docs/DisconnectCallback.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ The Disconnect event is fired when a call ends, for any reason.
25
25
|**errorMessage**|**String**| Text explaining the reason that caused the call to fail in case of errors. |[optional]|
26
26
|**errorId**|**String**| Bandwidth's internal id that references the error event. |[optional]|
27
27
|**tag**|**String**| (optional) The tag specified on call creation. If no tag was specified or it was previously cleared, this field will not be present. |[optional]|
28
+
|**sipCallId**|**String**| (optional) The SIP Call-ID of the call's current SIP dialog with Bandwidth's SBC. Used to correlate dialogs and trace calls. Present on any call, inbound or outbound, once that dialog has been established; may be absent very early in a call before the dialog exists. |[optional]|
29
+
|**sipResponseCode**|**Integer**| (optional) The SIP status code returned by Bandwidth's SBC when it rejected an outbound call's INVITE (e.g. 486 for busy, 603 for decline). Present only when an outbound call was rejected by the SBC. |[optional]|
0 commit comments