Skip to main content
All CollectionsIntegrationsWebhooks(New)
Email Reply Notification Webhook! ๐ŸŽ‰
Email Reply Notification Webhook! ๐ŸŽ‰

Get Notified Instantly: Discover Our Email Reply Notification Webhook!

Yashal Vagadia avatar
Written by Yashal Vagadia
Updated over a week ago

Hello there! ๐Ÿ˜Š

Are you tired of refreshing your inbox to see if there's a new reply? We've got just the solution for you! Our new Email Reply Notification webhook will keep you updated in real time, so you can stay focused on what matters most.

Easy Setup

Here's how to get started in just a few steps:

  1. Name Your Webhook: Pick a name that's easy to remember.

  2. Webhook URL: Where should we send the alerts? Simply enter the URL.

  3. Choose the Event: Select "When an email reply is received." You'll be notified as soon as a reply is received or marked as replied.

Cool Features!

  • Toggle On/Off: Turn notifications on or off with a simple switch.

  • Consistent Data: Receive notifications exactly as you see in our test data.

  • Admin Control: If you're an admin, decide if you want notifications for the whole Saleshandy account or just your sequences. This will be applicable if you have a team and multiple teammates added to your saleshandy account. This can be toggled on or off from admin settings.

Why Youโ€™ll Love It

Never miss an important message again. Whether you're busy or away from your desk, our notifications ensure you're always in the know.

Sample Result

Curious about what the notification looks like? Hereโ€™s a sneak peek:

{
"event": "reply-received",
"replyReceiveAt": "2024-04-23T07:34:45.575Z",
"conversationId": "Rxh247rdgp",
"isManuallyMarked": false,
"receivedReplyMessage": "Thank you for cotacting with me, I am Interested in this.",
"prospect": {
"prospectCreatedAt": "2024-04-23T07:34:45.575Z",
"firstName": "Piyush",
"lastName": "Patel",
"email": "[email protected]",
"phoneNumber": "8323049",
"jobTitle": "Founder",
"department": "Tech",
"industry": "Saas",
"experience": "15 Years",
"linkedIn": "www.linkedin.com/in/piyushnp/",
"twitter": "www.twitter.com/piyushnp",
"facebook": "www.facebook.com/1039Xs312",
"website": "www.saleshandy.com",
"city": "Ahmedabad",
"state": "Gujarat",
"country": "India",
"company": "Acme",
"companyDomain": "acme.com",
"companyWebsite": "www.acme.com",
"companyIndustry": "IT & Saas",
"companySize": "55",
"companyRevenue": "$231M",
"companyFoundedYear": "2019",
"companyLinkedIn": "www.linkedin.com/in/accme",
"companyPhone": "20392402",
"plan_name": "Outreach Pro",
"offer": "I have a $30 discount coupon for you.",
"opening_line": "We met at the Webinar",
"latestoffer": "It is the prospect who got interested in the $1200 per month plan.",
"welcome_line": "I saw and used your tool, and as much as I liked it, I felt some of the important features are missing.",
"tag": [
"Saas agency",
"Nearly Closed"
],
"latestStatus": "Unsubscribed"
},
"sequence": {
"id": "139223",
"sequenceName": "Outreach to the Agency Owner",
"stepID": "FUWcw22do",
"stepNumber": "3",
"variant": "C",
"isSentAsNewThread": false,
"emailSubject": "Save cost & achieve more!",
"emailBody": "Hi Mitesh, I need to do these things on urgent basis",
"containsLink": true,
"containsAttachment": false,
"senderEmail": "[email protected]",
"latestOutcome": "Interested",
"dealValue": "90",
"importedAt": "2024-04-23T07:34:45.575Z"
},
"user": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"jobRole": "Sales Manager",
"userRole": "Admin",
"shAccountId": "12345678"
}
}
Did this answer your question?