| @@ -19,14 +19,14 @@ | ||
| 19 | 19 | <div class="dashboard-box-head"> |
| 20 | 20 | <h3>Let's get started 🚀</h3> |
| 21 | 21 | </div> |
| 22 | 22 | <div class="dashboard-box-body"> |
| 23 | - <p><a href="https://wanotifier.com/" target="_blank">WANotifier</a> is a free SaaS tool that allows you to send bulk WhatsApp marketing and transactional messages to your customers using the <b>WhatsApp's official Cloud API</b>.</p> | |
| 23 | + <p><a href="https://wanotifier.com/" target="_blank">WANotifier</a> is a free SaaS tool that allows you to send bulk WhatsApp marketing and transactional messages to your customers using the <b>WhatsApp's official Cloud APIs</b>.</p> | |
| 24 | 24 | <p>This plugin is an <b>extension to our SaaS platform</b> that allows you to <b>trigger WhatsApp message notifications</b> from your WordPress website. To use this plugin you'll need to <b>create an account with us</b> and connect it with this plugin.</p> |
| 25 | 25 | <p>Following are the instructions to do the setup.</p> |
| 26 | 26 | <ol> |
| 27 | 27 | <li>Create a <b>FREE</b> <a href="https://app.wanotifier.com/create-account/" target="_blank">WANotifier</a> account.</li> |
| 28 | - <li>Go through the on-boarding steps to setup your phone number with our tool and <b>WhatsApp API</b>.</li> | |
| 28 | + <li>Go through the on-boarding steps to setup your phone number with our tool and <b>WhatsApp Cloud APIs</b>.</li> | |
| 29 | 29 | <li>After setup is done, you'll land on the <b>Dashboard</b> page. From there, go to the <a href="https://app.wanotifier.com/settings/api/" target="_blank">Settings > API</a> page and scroll to the bottom to get your <b>WANotifier.com API Key</b>.</li> |
| 30 | 30 | <li>Copy and paste that key in the text box below and click on <b>Save and Validate</b> to continue.</li> |
| 31 | 31 | </ol> |
| 32 | 32 | <hr> |
| @@ -32,9 +32,9 @@ | ||
| 32 | 32 | <hr> |
| 33 | 33 | <p><b>Need help?</b> Just <a href="https://wanotifier.com/support/" target="_blank">get in touch</a> with us and we'll help you setup your account and this plugin for FREE.</p> |
| 34 | 34 | <hr style="margin-bottom: 20px;"> |
| 35 | 35 | <form method="POST" action="" enctype="multipart/form-data"> |
| 36 | - <input type="text" name="notifier_api_key" id="wa-notifier-api-key" placeholder="Enter your API key here" value="<?php echo esc_attr($api_key); ?>" /> | |
| 36 | + <input type="text" name="notifier_api_key" id="wa-notifier-api-key" placeholder="Enter your API key here" value="<?php echo $api_key; ?>" /> | |
| 37 | 37 | <button name="webhook_validation" class="button-primary" type="submit" value="">Submit and validate</button> |
| 38 | 38 | <?php wp_nonce_field( NOTIFIER_NAME . '-webhook-validation' ); ?> |
| 39 | 39 | </form> |
| 40 | 40 | </div> |