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
{{ message }}
This repository was archived by the owner on May 27, 2020. It is now read-only.
Only calls with requested STATUS will be present in the response.
872
+
</td>
873
+
</tr>
874
+
</tbody>
875
+
</table>
876
+
835
877
**Updating the status of calls to a callback**
836
878
837
879
As every call to a callback endpoint is now stored within the `calls` endpoint, it's possible that when failed calls are successfully processed through a manual exercise, that these calls will then need to be updated to reflect the current status.
@@ -852,7 +894,7 @@ This process can be facilitated with the use of a `PUT` request to the `/calls`
852
894
> > The following API Methods allow you to update callback attempts via the API
853
895
854
896
```
855
-
HTTP 1.1 PUT https://api.whispir.com/callbacks/BCD374DABC73649B/calls?apikey=[YOUR_API_KEY]&id[]=YOUR_CALL_ID
897
+
HTTP 1.1 PUT https://api.whispir.com/callbacks/BCD374DABC73649B/calls?apikey=[YOUR_API_KEY]&id=YOUR_CALL_ID
*Note:* Message Attributes are not enabled by default for Whispir Customers. These can be configured in your account with some cost - by contacting your Whispir Representative or <ahref="mailto:[email protected]">[email protected]</a>
1434
+
*Note:*
1435
+
1436
+
* User-defined attributes available through the API are configured at the account level and require Whispir administrative assistance to enable.
1437
+
* You can start using user-defined attributes through the api by contacting your Whispir Customer Success Representative or <ahref="mailto:[email protected]">[email protected]</a>
0 commit comments