Retry webhook delivery
1import { Reloop } from "reloop-email";2
3const reloop = new Reloop({ apiKey: "rl_123456789" });4
5const { webhook, webhookError } = await reloop.webhook.retryDelivery("del_123456789");6if (webhookError) throw webhookError;1{2 "success": true,3 "message": "Contact already exists"4}Path Parameters
delivery_idstringRequired
Webhook Delivery ID
- Minimum length:
1
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.