RapidReviews
  • Getting started
  • Contacts
    • Adding Contacts
      • Adding a Contact
      • Importing Contacts
      • External Contact Forms
      • Email reader
      • API
    • Managing Contacts
      • Editing a contact
      • Sending to existing contacts
      • Unsubscribing contacts
      • Tagging contacts
      • Add Contact Notes
      • Finding Contacts
      • How to use custom metadata?
    • Audiences & Segments
      • Audience VS Segment
      • Audiences
      • Segments
    • Tags
  • Inbox
    • Getting Started with Inbox
      • Connecting a Phone Number
      • Sending Messages
      • Web Chat Widget
        • Installing Web Chat Widgets on WordPress
        • Installing Web Chat Widget on Shopify
        • Installing Web Chat Widget on Wix
    • Navigating the Inbox
      • Switching Between Business Locations
      • Opening or Closing a Chat Conversation
      • Finding a Conversation
      • Understanding Inbox Notifications
      • Inbound Settings
  • REVIEWS
    • Getting Started with Reviews
      • Connecting to Google
      • Connecting to review sites
      • Creating review forms
      • Create review automation
    • Review Forms Overview
      • Review form sharing
      • Review form analytics
    • Reviews
    • Feedback
    • Reply templates
  • Campaigns
    • Campaigns vs Automations
    • Automations Overview
      • Create automations
      • Automation Analytics
    • Campaigns Overview
      • Create SMS campaign
      • Create text email campaign
      • Create email campaign
    • Templates
      • SMS template
      • Email template
    • Queue
  • Other
    • Widgets
      • Installing Widgets on WordPress
      • Installing Widgets on Shopify
      • Installing Widgets on Wix
    • Video testimonials
    • AI feature - Atlas
    • Surveys,Quizzes & Polls
    • Referrals
    • No Google Account
  • Reports
    • Competitors
    • Charts
    • Insights
    • Usage
  • Settings & Setup
    • Settings
      • Users
      • Business
      • Invitations
        • DKIM - AWS
      • Integrations
      • Reviews
      • Contacts Settings
      • Inbox Settings
    • Account
      • Profile
      • Notifications
      • Billing
Powered by GitBook
On this page
  • Sending emails
  • Contact extract

Was this helpful?

  1. Contacts
  2. Adding Contacts

Email reader

Our email reader has two options:

  • Contact extract

  • Attached file (coming soon)

Sending emails

To send an email to us for extraction, you can include the provided email address in the following fields:

  • To

  • Cc

  • Bcc

Contact extract

Contact extract will read contact information from the body content of the email.

All key-value pairs must be stored in square brackets separated by a colon.

Example usage:

[first_name: John]

[last_name: Smith]

[email: johnsmith@example.com]

Key
Value

REQUIRED

first_name

The contact's first name.

OPTIONAL

last_name

The contact's last name.

REQUIRED (optional when phone is present)

email

The contact's email address.

REQUIRED (optional when email is present)

phone

The contact's mobile phone number.

Aliases

Aliases allow you to replace the keys used by the platform with more visibly friendly alternatives.

When using a key whose value is 2 or more keys, the platform will break on the space character.

For example:

  • [Name: John Smith] = (first_name = John) + (last_name = Smith)

  • [Name: John Roger Smith] = (first_name = John) + (last_name = Roger Smith)

Example usage:

[Name: John Smith]

[Email: johnsmith@example.com]

Key
Parent key

First name, Business

first_name

Last name, Surname

last_name

Email

email

Phone, Mobile

phone

Name

first_name last_name

Considerations

  • If you have the same key and/or a corresponding alias key, then only the first value will be taken. To avoid unwanted outcomes, please ensure each key is included only once.

PreviousExternal Contact FormsNextAPI

Last updated 1 year ago

Was this helpful?