{{ define "title" }}Invite People to {{ .Data.event.Title }}{{ end }} {{ define "content" }} {{ $e := .Data.event }} {{ $cl := .Data.contacts }}

Invite {{ $e.Title }}

Back to Event Page

Contact List

First, choose who you want to invite to your event. Adding them to the "Invited" list does not immediately send them an e-mail; the not notified badge means they have yet to receive an e-mail or SMS message.

To invite a new contact, scroll down to Invite New People.

Invited

    {{ range $index, $rsvp := .Data.invited }}
  • {{ if $rsvp.Contact }} {{ $rsvp.Contact.Name }} {{ else }} {{ $rsvp.Name }} {{ end }}
      {{ if .Contact }} {{ if .Contact.Email }}
    • {{ .Contact.Email }}
    • {{ end }} {{ if .Contact.SMS }}
    • {{ .Contact.SMS }}
    • {{ end }} {{ else }} {{ if .Email }}
    • {{ .Email }}
    • {{ end }} {{ if .SMS }}
    • {{ .SMS }}
    • {{ end }} {{ end }}
    {{ if not .Notified }}
    not notified
    {{ end }}
  • {{ end }}

Available

    {{ range $cl }} {{ if not (index $.Data.invitedMap .ID) }}
  • {{ end }} {{ end }}
Manage Contacts
Invite New People

Fill in this form to create a new Contact and add them to the Invited list above.

Send Notifications

To send out notifications (e-mail and/or SMS) to all of the invited contacts, click the button below.

This will only notify contacts who have not yet received a notification. That is, those with the not notified badge above.

Invited

To Do {{ end }}