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
**action_url** | **str** | URL to which FreeClimb sends an HTTP POST request. |
8
8
**call_connect_url** | **str** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. |
9
-
**calling_number** | **float** | 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. |
10
-
**destination** | **float** | E.164 representation of the phone number to Call. |
9
+
**calling_number** | **str** | 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. |
10
+
**destination** | **str** | E.164 representation of the phone number to Call. |
**if_machine_url** | **str** | 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]
13
13
**send_digits** | **str** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional]
**action_url** | **str** | URL to which FreeClimb sends an HTTP POST request. |
7
7
**call_connect_url** | **str** | URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial. |
8
-
**calling_number** | **float** | 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. |
9
-
**destination** | **float** | E.164 representation of the phone number to Call. |
8
+
**calling_number** | **str** | 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. |
9
+
**destination** | **str** | E.164 representation of the phone number to Call. |
**if_machine_url** | **str** | 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]
12
12
**send_digits** | **str** | DTMF tones to play to the outdialed Call. This is typically used to dial a number and then dial an extension. | [optional]
action_url (str): URL to which FreeClimb sends an HTTP POST request.
185
185
call_connect_url (str): URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial.
186
-
calling_number (float): 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.
187
-
destination (float): E.164 representation of the phone number to Call.
186
+
calling_number (str): 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.
187
+
destination (str): E.164 representation of the phone number to Call.
188
188
_check_type (bool): if True, values for parameters in openapi_types
action_url (str): URL to which FreeClimb sends an HTTP POST request.
295
295
call_connect_url (str): URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial.
296
-
calling_number (float): 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.
297
-
destination (float): E.164 representation of the phone number to Call.
296
+
calling_number (str): 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.
297
+
destination (str): E.164 representation of the phone number to Call.
298
298
_check_type (bool): if True, values for parameters in openapi_types
action_url (str): URL to which FreeClimb sends an HTTP POST request.
134
134
call_connect_url (str): URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial.
135
-
calling_number (float): 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.
136
-
destination (float): E.164 representation of the phone number to Call.
135
+
calling_number (str): 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.
136
+
destination (str): E.164 representation of the phone number to Call.
137
137
138
138
Keyword Args:
139
139
_check_type (bool): if True, values for parameters in openapi_types
action_url (str): URL to which FreeClimb sends an HTTP POST request.
231
231
call_connect_url (str): URL to which FreeClimb makes an HTTP POST request informing the result of the OutDial.
232
-
calling_number (float): 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.
233
-
destination (float): E.164 representation of the phone number to Call.
232
+
calling_number (str): 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.
233
+
destination (str): E.164 representation of the phone number to Call.
234
234
235
235
Keyword Args:
236
236
_check_type (bool): if True, values for parameters in openapi_types
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. ",
0 commit comments