{% from "components/page-header.html" import page_header %} {% extends "withnav_template.html" %} {% block org_page_title %} Organization Dashboard {% endblock %} {% block maincolumn_content %} {{ page_header('Organization Dashboard', size='large') }}

What is a service?

When you join Notify, you're added to a service. This is your organization's workspace for sending text messages and emails. Within your service, you can:

  1. Create and edit message templates
  2. Send messages to recipients
  3. View message status and history
  4. Manage team members and permissions
  5. Track usage and delivery statistics
  6. If you work for multiple organizations, you may belong to multiple services and can switch between them.
{% endblock %}