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
**actionUrl** | **String** | URL to which FreeClimb sends an HTTP POST request. |
12
12
**callConnectUrl** | **String** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. |
13
-
**callingNumber** | **BigDecimal** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. |
14
-
**destination** | **BigDecimal** | E.164 representation of the phone number to Call. |
13
+
**callingNumber** | **String** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. |
14
+
**destination** | **String** | E.164 representation of the phone number to Call. |
15
15
**ifMachine** | **IfMachine** | | [optional]
16
16
**ifMachineUrl** | **String** | When the `ifMachine` flag is set to `redirect`, this attribute specifies a URL to which FreeClimb makes a POST request when an answering machine or a fax machine is detected. This URL is required if the `ifMachine` flag is set to `redirect`. Otherwise, it should not be included. | [optional]
17
17
**sendDigits** | **String** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional]
**actionUrl** | **String** | URL to which FreeClimb sends an HTTP POST request. |
11
11
**callConnectUrl** | **String** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. |
12
-
**callingNumber** | **BigDecimal** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. |
13
-
**destination** | **BigDecimal** | E.164 representation of the phone number to Call. |
12
+
**callingNumber** | **String** | he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb. |
13
+
**destination** | **String** | E.164 representation of the phone number to Call. |
14
14
**ifMachine** | **IfMachine** | | [optional]
15
15
**ifMachineUrl** | **String** | When the `ifMachine` flag is set to `redirect`, this attribute specifies a URL to which FreeClimb makes a POST request when an answering machine or a fax machine is detected. This URL is required if the `ifMachine` flag is set to `redirect`. Otherwise, it should not be included. | [optional]
16
16
**sendDigits** | **String** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional]
Copy file name to clipboardExpand all lines: openapi.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -751,11 +751,11 @@
751
751
},
752
752
"callingNumber": {
753
753
"description": "he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb.",
754
-
"type": "number"
754
+
"type": "string"
755
755
},
756
756
"destination": {
757
757
"description": "E.164 representation of the phone number to Call. ",
@@ -143,17 +143,17 @@ public OutDial callingNumber(BigDecimal callingNumber) {
143
143
@javax.annotation.Nonnull
144
144
@ApiModelProperty(required = true, value = "he caller ID to show to the called party when FreeClimb calls. This can be one of the following: The To or From number provided in the first Webhook to your webserver. Any phone number you have purchased from FreeClimb.")
0 commit comments