Start syncing your Gmail Conversations into Ragie by following the steps below:

Creating a Connection

  1. Connect your Gmail account from the dashboard.

  2. Label your emails with "Ragie," here's how to add labels for those unfamiliar: https://support.google.com/mail/answer/118708 (Ragie won't sync emails that aren't labeled).

  3. Select an API key from the dropdown at the top. All documents created by the connection will be attributed to the selected API key.

  4. Fill out any metadata you want to associate with the emails in Gmail. You can use this to filter the data later. This is in JSON format. You can leave it blank, or you could set it to something like

  5. {
      "company": "acme"
    }
    
  6. The Gmail connector will automatically provide set a labels metadata that match the labels in Gmail. It will also set object_type to be a list of ["email"] or ["email", "email.attachment"]

  7. Select an Import mode. This is only applicable to PDFs. Fast only extracts text, but Hi-res also extracts images and tables. Fast can be up to 20x fast than Hi-res

  8. Click "Create Connection" at the top right.

You will be taken back to the connectors page, and the system will schedule a sync process for you as soon as possible.

What is synced?

  • Email
    • Textual content
    • Metadata - see Gmail message for more information on available fields
    • Attachments - see api reference to see the full list of supported types.
      • Note: as of this writing, calendar invites are NOT supported and do not sync.