Retentar uma entrega
curl --request POST \
--url https://api.jurichat.com/webhooks/deliveries/{deliveryId}/retry \
--header 'x-jurichat-api-key: <api-key>'{
"deliveryId": "<string>",
"message": "<string>"
}Webhooks
Retentar uma entrega
Reenfileira manualmente uma entrega com status FAILED ou RETRYING. Somente entregas nesses status podem ser reprocessadas. O status volta para PENDING e uma nova tentativa é agendada imediatamente.
POST
/
webhooks
/
deliveries
/
{deliveryId}
/
retry
Retentar uma entrega
curl --request POST \
--url https://api.jurichat.com/webhooks/deliveries/{deliveryId}/retry \
--header 'x-jurichat-api-key: <api-key>'{
"deliveryId": "<string>",
"message": "<string>"
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Path Parameters
ID único da tentativa de entrega a ser retentada.
⌘I