Subscribe to these events to receive real-time notifications from Replyify.
Available Events
Event Payloads
reply.received
Triggered when a new reply arrives from your email sequencer.
reply.categorized
Triggered after AI categorizes a reply (usually within seconds of receiving).
reply.sent
Triggered when a response is sent to a lead.
reply.forwarded
Triggered when a reply is forwarded to another email address.
reply.archived
Triggered when a reply is archived.
Triggered when a new contact is created (first reply from a new email address).
Subscribing to Events
When creating or editing a webhook, select which events to receive:
- Go to Settings → Webhooks
- Create or edit a webhook
- Check the events you want to receive
- Save the webhook
Subscribe only to events you need. This reduces unnecessary traffic and processing on your server.
Event Ordering
Events are delivered in the order they occur, but delivery is not guaranteed to be in order. Use the timestamp field to establish event sequence.
Events may be delivered out of order due to network conditions or retries. Design your system to handle this.
Idempotency
Each webhook delivery includes a unique X-Replyify-Delivery-ID header. Use this to detect and handle duplicate deliveries: