-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33be388
commit c65392e
Showing
10 changed files
with
268 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
docs-src/blog/how-to-set-up-automatic-message-replies-on-instagram.pug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
extends _blog | ||
|
||
prepend titleDeterminer | ||
- var pageDesc = 'Learn how you can automate direct message replies for your Instagram account. Auto-replies can step in during your off hours to respond to your prospects while you are away.' | ||
- var pageTitle = 'How To Set Up Automatic Message Replies on Instagram' | ||
|
||
block blogContent | ||
:markdown-it() | ||
# How To Set Up Automatic Message Replies on Instagram | ||
|
||
There are many good cases where an auto-reply to your Instagram DMs would come in super handy. | ||
Some common examples are: | ||
|
||
- *Sending instant acknowledgement of receipt* to your customers while they await a real human to take over the chat. This can help with assuring the customer of your presence and promptness. | ||
- *Responding to common business inquiries* such as the price of your products or your rate. | ||
- *Office Hours Information* informing a prospect that you are currently away and will be back to respond at a specific time. | ||
|
||
As valuable as an auto-reply feature may sound, such feature does not exist on the Instagram app itself. However, it | ||
can be achieved with the [IGdm Pro](https://pro.igdm.me) app. This article will be walking through how you can set-up Instagram auto-replies using the IGdm Pro app. | ||
|
||
| ||
#### Installing IGdm Pro | ||
|
||
[IGdm Pro](https://pro.igdm.me) is a third-party Instagram application that has been designed to improve the effeciency of Instagram users who run businesses | ||
with their accounts. The IGdm Pro app offers **[message scheduling](https://igdm.me/blog/how-to-schedule-instagram-messages)**, **quick replies**, **message reminders**, **conversation labelling** | ||
and a host of other productivity boosting features. | ||
|
||
To install the [IGdm Pro](https://pro.igdm.me) app, simply visit the website ([https://pro.igdm.me](https://pro.igdm.me)), and click | ||
the download link that is applicable to your operating system. Once downloaded to your computer, | ||
launch the application and complete the installation process. | ||
|
||
| ||
#### Log In to Your Instagram Account | ||
|
||
- Launch the IGdm Pro App | ||
- Click on the button that says "Click to login with Browser". This will open instagram.com on the Chromium Browser | ||
|
||
![IGdm Pro Login Screenshot](../img/blog/igdm-login.png) | ||
|
||
- Log into your desired Instagram Account via the Instagram page opened on the Chromium Browser. | ||
- Once login is complete, the browser will be automatically closed and you can switch back to the IGdm Pro app as it loads up your account. | ||
|
||
| ||
#### Configure and Enable Message Auto-Reply | ||
|
||
- Move your mouse to hover on your profile picture located on the top left corner of the application (see screenshot below) | ||
- A dropdown menu will appear with a list of actions that you can perform. Click on the "Auto-Messaging Tools" option. | ||
|
||
![IGdm Pro avatar dropdown menu](../img/blog/follower-auto-message-drop-down.png) | ||
|
||
- This will switch the App to the "Auto Message Tools" view and you can start configuring your Automatic Replies. | ||
- As seen in the screenshot below, the Automatic Reply view requires to you select a condition under which IGdm Pro should automatic reply to a message. | ||
|
||
![IGdm Pro auto reply view](../img/blog/auto-reply-view.png) | ||
|
||
- The options available are: | ||
1. Auto-Reply When the Incoming message contains a specific phrase | ||
2. Auto-Reply When the Incoming message begins with a specific phrase | ||
3. Auto-Reply When the Incoming message was sent from a specific user | ||
4. Auto-Reply All Incoming messages regardless of any conditions | ||
|
||
Each of the above options can be valuable for different cases. For example, you can select the 4th option (Auto-Reply to all incoming message) during your Off-hours or Lunch break so anyone who sends you a message will immediately get a response telling them you'll be back in a couple of hours. | ||
|
||
![IGdm Pro auto reply condition](../img/blog/auto-reply-condition.png) | ||
|
||
- For the purpose of the guide, we will select the condition to auto-reply when the message is sent from a specific user | ||
- Once the condition is selected, you're required to type the Instagram username of the said user into the input box on the right. So if hypothetically the persons username is "mickeymouse", then you input it as in the screenshot below. | ||
|
||
![IGdm Pro auto reply recipient](../img/blog/auto-reply-recipient.png) | ||
|
||
- Now that we've selected the condition, we can go ahead the compose the message which we'd want to auto-reply with. | ||
- Once you're done composing your message, click the "Save Auto Reply" button. | ||
- Note that your auto-reply has not been enabled yet, it has only been saved at this point. | ||
- To enable the auto-reply which you composed in the previous steps, simply click the toggle switch as seen in the screenshot below. Your auto-reply will be enabled for as long as the toggle switch is enabled. If you'd like to temporarily disable the auto-reply, you can simply turn off the toggle switch and it will be disabled for that period. | ||
|
||
![IGdm Pro auto reply recipient](../img/blog/auto-reply-toggled.png) | ||
|
||
| ||
|
||
Now that your auto-reply is enabled, IGdm Pro will automatically respond if a message is received from the provided user (in our case, "mickeymouse"). | ||
|
||
**NOTE:** The auto-reply feature will not work if your IGdm Pro app is not running. However, once you re-start the app, it will begin to work again. | ||
|
||
| ||
#### What If The Same Person Messages You Multiple Times? | ||
|
||
[IGdm Pro's](https://pro.igdm.me) Auto-Reply feature is intelligently implemented to not auto-reply an account more than once even if they send subsequent messages to you. | ||
However, if the person sends you a subsequent message over an hour after, the auto-reply will kick in to respond again. | ||
|
||
| ||
#### Conclusion | ||
|
||
Thank you for taking the time to read this, and we hope you found this article useful. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
166 changes: 166 additions & 0 deletions
166
docs/blog/how-to-set-up-automatic-message-replies-on-instagram.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>IGdm - How To Set Up Automatic Message Replies on Instagram</title> | ||
<meta property="og:title" content="IGdm - How To Set Up Automatic Message Replies on Instagram"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="http://igdm.me/"> | ||
<meta property="og:image" content="/img/icon.png"> | ||
<meta property="og:description" content="Learn how you can automate direct message replies for your Instagram account. Auto-replies can step in during your off hours to respond to your prospects while you are away."> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:site_name" content="IGdm - How To Set Up Automatic Message Replies on Instagram"> | ||
<meta name="author" content="IGdm Contributors"> | ||
<meta name="google-site-verification" content="GrOnvnDKAG67pwq793EKdH_X5ewQFj6uyegGjzVrkb8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
<meta name="description" content="Learn how you can automate direct message replies for your Instagram account. Auto-replies can step in during your off hours to respond to your prospects while you are away."> | ||
<meta name="theme-color" content="#EFEFEF"> | ||
<meta name="application-name" content="IGdm"> | ||
<link rel="icon" href="/img/icon.png"> | ||
<link rel="icon" href="/img/icon.png" type="image/x-icon"> | ||
<link rel="icon" href="/img/icon.png" type="shortcut icon"> | ||
<link rel="apple-touch-icon" href="/img/icon.png"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha256-LA89z+k9fjgMKQ/kq4OO2Mrf8VltYml/VES+Rg0fh20=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/2.1.19/css/materialdesignicons.min.css"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Muli:400,700,900"> | ||
<link rel="stylesheet" href="/css/global.css"> | ||
<link rel="stylesheet" href="/css/blog.css"> | ||
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | ||
<script> | ||
(adsbygoogle = window.adsbygoogle || []).push({ | ||
google_ad_client: "ca-pub-6350923924096600", | ||
enable_page_level_ads: true | ||
}); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="psa lykdat"><span>Check out this document conveter app to </span><a href="https://docconverter.app/" target="_blank"><b>Convert PDF to Word (docx)</b></a></div><a class="forkus" href="https://github.com/igdmapps/igdm" target="_blank"><img src="/img/github-fork-us.svg" alt="Fork us on GitHub"></a> | ||
<div class="promoBanner still"> | ||
<div class="backgroundSkew"></div> | ||
<nav class="navbar navbar-expand-md container navbar-dark"><a class="navbar-brand" href="/"><img class="d-inline-block align-top" src="/img/icon.png" width="32" height="32" alt="PrismarineJS"></a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> | ||
<div class="collapse navbar-collapse" id="navbarContent"> | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"><a class="nav-link" href="/changelog">Changelog</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/blog">Blog</a></li> | ||
<li class="nav-item"><a class="nav-link" href="https://www.producthunt.com/posts/igdm" target="_blank">ProductHunt</a></li> | ||
<li class="nav-item"><a class="nav-link" href="/igstories">Try IGStories</a></li> | ||
<li class="nav-item"><a class="nav-link prominent-link" href="https://pro.igdm.me" target="_blank">Try IGdm Pro</a></li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</div> | ||
<div class="container"> | ||
<div class="mt-5 col-md-8"><h1>How To Set Up Automatic Message Replies on Instagram</h1> | ||
<p>There are many good cases where an auto-reply to your Instagram DMs would come in super handy. | ||
Some common examples are:</p> | ||
<ul> | ||
<li><em>Sending instant acknowledgement of receipt</em> to your customers while they await a real human to take over the chat. This can help with assuring the customer of your presence and promptness.</li> | ||
<li><em>Responding to common business inquiries</em> such as the price of your products or your rate.</li> | ||
<li><em>Office Hours Information</em> informing a prospect that you are currently away and will be back to respond at a specific time.</li> | ||
</ul> | ||
<p>As valuable as an auto-reply feature may sound, such feature does not exist on the Instagram app itself. However, it | ||
can be achieved with the <a href="https://pro.igdm.me">IGdm Pro</a> app. This article will be walking through how you can set-up Instagram auto-replies using the IGdm Pro app.</p> | ||
<p> </p> | ||
<h4>Installing IGdm Pro</h4> | ||
<p><a href="https://pro.igdm.me">IGdm Pro</a> is a third-party Instagram application that has been designed to improve the effeciency of Instagram users who run businesses | ||
with their accounts. The IGdm Pro app offers <strong><a href="https://igdm.me/blog/how-to-schedule-instagram-messages">message scheduling</a></strong>, <strong>quick replies</strong>, <strong>message reminders</strong>, <strong>conversation labelling</strong> | ||
and a host of other productivity boosting features.</p> | ||
<p>To install the <a href="https://pro.igdm.me">IGdm Pro</a> app, simply visit the website (<a href="https://pro.igdm.me">https://pro.igdm.me</a>), and click | ||
the download link that is applicable to your operating system. Once downloaded to your computer, | ||
launch the application and complete the installation process.</p> | ||
<p> </p> | ||
<h4>Log In to Your Instagram Account</h4> | ||
<ul> | ||
<li>Launch the IGdm Pro App</li> | ||
<li>Click on the button that says "Click to login with Browser". This will open instagram.com on the Chromium Browser</li> | ||
</ul> | ||
<p><img src="../img/blog/igdm-login.png" alt="IGdm Pro Login Screenshot"></p> | ||
<ul> | ||
<li>Log into your desired Instagram Account via the Instagram page opened on the Chromium Browser.</li> | ||
<li>Once login is complete, the browser will be automatically closed and you can switch back to the IGdm Pro app as it loads up your account.</li> | ||
</ul> | ||
<p> </p> | ||
<h4>Configure and Enable Message Auto-Reply</h4> | ||
<ul> | ||
<li>Move your mouse to hover on your profile picture located on the top left corner of the application (see screenshot below)</li> | ||
<li>A dropdown menu will appear with a list of actions that you can perform. Click on the "Auto-Messaging Tools" option.</li> | ||
</ul> | ||
<p><img src="../img/blog/follower-auto-message-drop-down.png" alt="IGdm Pro avatar dropdown menu"></p> | ||
<ul> | ||
<li>This will switch the App to the "Auto Message Tools" view and you can start configuring your Automatic Replies.</li> | ||
<li>As seen in the screenshot below, the Automatic Reply view requires to you select a condition under which IGdm Pro should automatic reply to a message.</li> | ||
</ul> | ||
<p><img src="../img/blog/auto-reply-view.png" alt="IGdm Pro auto reply view"></p> | ||
<ul> | ||
<li> | ||
<p>The options available are:</p> | ||
<ol> | ||
<li>Auto-Reply When the Incoming message contains a specific phrase</li> | ||
<li>Auto-Reply When the Incoming message begins with a specific phrase</li> | ||
<li>Auto-Reply When the Incoming message was sent from a specific user</li> | ||
<li>Auto-Reply All Incoming messages regardless of any conditions</li> | ||
</ol> | ||
<p>Each of the above options can be valuable for different cases. For example, you can select the 4th option (Auto-Reply to all incoming message) during your Off-hours or Lunch break so anyone who sends you a message will immediately get a response telling them you'll be back in a couple of hours.</p> | ||
</li> | ||
</ul> | ||
<p><img src="../img/blog/auto-reply-condition.png" alt="IGdm Pro auto reply condition"></p> | ||
<ul> | ||
<li>For the purpose of the guide, we will select the condition to auto-reply when the message is sent from a specific user</li> | ||
<li>Once the condition is selected, you're required to type the Instagram username of the said user into the input box on the right. So if hypothetically the persons username is "mickeymouse", then you input it as in the screenshot below.</li> | ||
</ul> | ||
<p><img src="../img/blog/auto-reply-recipient.png" alt="IGdm Pro auto reply recipient"></p> | ||
<ul> | ||
<li>Now that we've selected the condition, we can go ahead the compose the message which we'd want to auto-reply with.</li> | ||
<li>Once you're done composing your message, click the "Save Auto Reply" button.</li> | ||
<li>Note that your auto-reply has not been enabled yet, it has only been saved at this point.</li> | ||
<li>To enable the auto-reply which you composed in the previous steps, simply click the toggle switch as seen in the screenshot below. Your auto-reply will be enabled for as long as the toggle switch is enabled. If you'd like to temporarily disable the auto-reply, you can simply turn off the toggle switch and it will be disabled for that period.</li> | ||
</ul> | ||
<p><img src="../img/blog/auto-reply-toggled.png" alt="IGdm Pro auto reply recipient"></p> | ||
<p> </p> | ||
<p>Now that your auto-reply is enabled, IGdm Pro will automatically respond if a message is received from the provided user (in our case, "mickeymouse").</p> | ||
<p><strong>NOTE:</strong> The auto-reply feature will not work if your IGdm Pro app is not running. However, once you re-start the app, it will begin to work again.</p> | ||
<p> </p> | ||
<h4>What If The Same Person Messages You Multiple Times?</h4> | ||
<p><a href="https://pro.igdm.me">IGdm Pro's</a> Auto-Reply feature is intelligently implemented to not auto-reply an account more than once even if they send subsequent messages to you. | ||
However, if the person sends you a subsequent message over an hour after, the auto-reply will kick in to respond again.</p> | ||
<p> </p> | ||
<h4>Conclusion</h4> | ||
<p>Thank you for taking the time to read this, and we hope you found this article useful.</p> | ||
|
||
</div> | ||
</div> | ||
<footer class="pb-5 pt-5 mt-5"> | ||
<div class="footerBackground"></div> | ||
<div class="footerWrapper container text-center"> | ||
<p class="col-md-8 mx-auto">Please note that this is an open source project and is not affiliated with Instagram.</p> | ||
<p class="mb-0">Copyright © 2024 IGdm contributors.</p> | ||
</div> | ||
</footer> | ||
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> | ||
<script> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-96853108-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
document.querySelectorAll('.psa.lykdat a').forEach(function (el){ | ||
el.addEventListener('click', function(event) { | ||
event.preventDefault() | ||
ga('send', 'event', { | ||
eventCategory: 'Lykdat Sponsored', | ||
eventAction: 'click', | ||
eventLabel: el.href, | ||
transport: 'beacon' | ||
}); | ||
window.open(el.href , '_blank'); | ||
}) | ||
}) | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.