CTWA
Re-queue a failed CTWA CAPI event for delivery
POST
/
v1
/
ctwa
/
capi-event-logs
/
{logID}
/
retry
Re-queue a failed CTWA CAPI event for delivery
curl --request POST \
--url https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retryconst options = {method: 'POST'};
fetch('https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retry', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retry"
response = requests.post(url)
print(response.text){
"created_at": "<string>",
"dedupe_key": "<string>",
"event_id": "<string>",
"id": "<string>",
"meta_event_name": "<string>",
"signal_type": "<string>",
"status": "<string>",
"contact_id": "<string>",
"conversation_id": "<string>",
"ctwa_clid": "<string>",
"currency": "<string>",
"error_message": "<string>",
"rule_id": "<string>",
"value_amount": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}Path Parameters
Response
OK
⌘I
Re-queue a failed CTWA CAPI event for delivery
curl --request POST \
--url https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retryconst options = {method: 'POST'};
fetch('https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retry', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/ctwa/capi-event-logs/{logID}/retry"
response = requests.post(url)
print(response.text){
"created_at": "<string>",
"dedupe_key": "<string>",
"event_id": "<string>",
"id": "<string>",
"meta_event_name": "<string>",
"signal_type": "<string>",
"status": "<string>",
"contact_id": "<string>",
"conversation_id": "<string>",
"ctwa_clid": "<string>",
"currency": "<string>",
"error_message": "<string>",
"rule_id": "<string>",
"value_amount": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}