-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1160 from GSA/449-one-pager-content-updates
449 one pager content updates
- Loading branch information
Showing
6 changed files
with
296 additions
and
191 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,43 +1,21 @@ | ||
# Get started | ||
|
||
|
||
1. ## Check if Notify.gov is right for you | ||
<p>Read about our <a class="usa-link" href="{{ url_for('main.features') }}">features</a>, <a class="usa-link" href="{{ url_for('.pricing') }}">pricing</a> and <a class="usa-link" href="{{ url_for('main.roadmap') }}">roadmap</a>.</p> | ||
1. ## Everyone starts in [Trial Mode](/using-notify/trial-mode) | ||
Explore Notify, add team members, and practice [sending messages to teammates](/using-notify/trial-mode). | ||
|
||
2. ## Personalize content | ||
Learn how to [personalize messages](/using-notify/guidance) to increase response. | ||
|
||
2. ## Create an account | ||
{% if not current_user.is_authenticated %} | ||
<p><a class="usa-link" href="{{ url_for('.register') }}">Create an account</a> for free and add your first Notify service. When you add a new service it will start in <a class="usa-link" href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p> | ||
{% else %} | ||
<p>Create an account for free and add your first Notify service. When you add a new service, it will start in <a class="usa-link" href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p> | ||
{% endif %} | ||
|
||
3. ## Write some messages | ||
{% if True %} | ||
<p>Add message templates with examples of the content you plan to send. You can use our <a class="usa-link" href="{{ url_for('main.guidance_index') }}">guidance</a> to help you.</p> | ||
{% endif %} | ||
|
||
4. ## Set up your service | ||
{% if not current_user.is_authenticated or not current_service %} | ||
<p>Review your settings to add message branding and sender information.</p> | ||
<p>Add team members and check their permissions.</p> | ||
{% else %} | ||
<p>Review your <a class="usa-link" href="{{ url_for('.service_settings', service_id=current_service.id) }}">settings</a> to add message branding and sender information.</p> | ||
<p>Add <a class="usa-link" href="{{ url_for('.manage_users', service_id=current_service.id) }}">team members</a> and check their permissions.</p> | ||
{% endif %} | ||
3. ## Check delivery status | ||
[Analyze the delivery](/using-notify/delivery-status) of your messages and download reports | ||
|
||
4. ## View messaging limits | ||
Learn about message _parts_ and [how limits are calculated](/using-notify/pricing). | ||
|
||
5. ## Start sending messages | ||
{% if not current_user.is_authenticated or not current_service %} | ||
<p>When you’re ready to send messages to people outside your team, go to the <b class="bold">Settings</b> page and select <b class="bold">Request to go live</b>. We’ll approve your request within one working day.</p> | ||
{% else %} | ||
<p>You should <a class="usa-link" href="{{ url_for('.support') }}">request to go live</a> when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.</p> | ||
{% endif %} | ||
|
||
<!-- <li class="get-started-list__item"> | ||
<h2 class="usa-process-list__heading line-height-sans-1">Set up an API integration (optional)</h2> | ||
<p>You can use the Notify API to send messages automatically.</p> | ||
<p>Our <a class="usa-link" href="{{ url_for('main.documentation') }}">documentation</a> explains how to integrate the API with a web application or back office system.</p> | ||
</li> --> | ||
To remove the restrictions of Trial Mode and begin sending messages to clients complete the [Live Campaign Form](https://airtable.com/appe4n7jYOALPLcyU/shrIPWnLTw9U1fclL). | ||
We’ll respond within one business day. | ||
|
||
<!-- <p>Check <a class="usa-link" href="{{ url_for('main.how_to_pay') }}">how to pay</a> if you’re planning to exceed the <a class="usa-link" href="{{ url_for('.pricing', _anchor='text-messages') }}">free text message allowance</a>.</p> --> | ||
### Questions? | ||
[Contact the Notify team](/support) |
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
Oops, something went wrong.