Learn Sparrow
Learn Sparrow
  • 🏠Home
  • ⭐Quick Start
    • Building an Event
    • Editing an Event
    • Using Automations
    • Managing Tasks
  • 💡Features
    • Events
      • List Pages
      • Detail Pages
      • Building an Event
    • Tasks
      • List Pages
      • Detail Pages
      • Creating a Task
      • Task Groups
    • CRM (Contacts/Companies)
    • Automations
      • Do Some Research
      • Create Graphics
      • Create Adpack
      • Email Templates
      • Create Marketing Plan
      • Add Task Group
  • đŸ’ģProduct
    • Updates
    • Sparrow Roadmap
  • â„šī¸More Info
    • Supported Merge Tags
  • âœī¸Tutorials
    • Integrations
      • Map Ticket Counts to an Event
      • Confirm an Event from Prism
      • Import Facebook Ad Spends to an Event
      • Automatic Receipts/Invoice Reader
      • Connecting Meta to Sparrow
      • Meta Event Feed
      • Connecting Prism
      • Chrome Extension: Event Finder
      • Ticketing Integrations
        • Ticketmaster
        • Ticketweb
      • Additional Integrations
        • Asana Integration
    • Automations
      • Automate with Task Groups
      • Create an Adpack
    • Tasks
      • See Everyone's Tasks
Powered by GitBook
On this page
  • Step 1 - Log into Prism
  • Step 2 - Open up your browsers "Inspect" tools
  • Step 3 - Click on "Console"
  • Step 4 - Copy your API key
  • Step 5 - Paste your API Key to your Account Manager

Was this helpful?

  1. Tutorials
  2. Integrations

Connecting Prism

PreviousMeta Event FeedNextChrome Extension: Event Finder

Last updated 9 months ago

Was this helpful?

Step 1 - Log into Prism

From your browser, log into your Prism account.

Since Sparrow uses your accounts credentials to integrate, please make sure you have access to view and edit all events, venues, and settings.


Step 2 - Open up your browsers "Inspect" tools

Left-click with your mouse and click on "Inspect" or "Inspect Element" in the menu.


Step 3 - Click on "Console"

In the panel that appears, click "Console" along the top menu bar.


Step 4 - Copy your API key

In the console, copy and paste the following and hit Enter to copy your API Key to your clipboard.

clear();let apiKey="Here's the Prism API Key: " + localStorage.getItem('token');copy(apiKey);console.log("Copied to your clipboard! Paste this in an email to your Sparrow rep. \n\n" + apiKey);

Step 5 - Paste your API Key to your Account Manager

Your API key is now copied to your clipboard. Paste that into an email to your account manager.

Your API Key should look like a very long string of characters.

âœī¸