S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Conversation Management

Configuration

Create Webhook EndpointGet Webhook EndpointGet Webhook LogsGet Webhook StatsList Webhook EndpointsRegenerate Webhook SecretRemove Webhook EndpointRetry Webhook DeliveryTest Webhook EndpointUpdate Webhook Endpoint

Analytics & Operations

OpenAPI Specification
API ReferenceWebhooks

Retry Webhook Delivery

POST
/webhook-endpoints/:webhookId/retry

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Request Body

application/json

webhookId*string

Webhook endpoint ID

Formatuuid
deliveryId*string

Delivery/execution ID to retry

Formatuuid

Response Body

application/json

curl -X POST "https://samva.app/api/v1/webhook-endpoints/:webhookId/retry" \  -H "Content-Type: application/json" \  -d '{    "webhookId": "ed71eef4-4c34-46dc-81fe-954e560454fd",    "deliveryId": "73dc828d-801d-4d29-b7e4-e046662a5901"  }'
{
  "success": true,
  "newExecutionId": "string"
}

Remove Webhook Endpoint

Previous Page

Test Webhook Endpoint

Next Page

curl -X POST "https://samva.app/api/v1/webhook-endpoints/:webhookId/retry" \
  -H "Content-Type: application/json" \
  -d '{
    "webhookId": "ed71eef4-4c34-46dc-81fe-954e560454fd",
    "deliveryId": "73dc828d-801d-4d29-b7e4-e046662a5901"
  }'