-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into FRI-224_Build-Component-Library-and-Publish
- Loading branch information
Showing
40 changed files
with
2,113 additions
and
4,158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 16 additions & 15 deletions
31
docs/tutorials/quick-start/connecting-and-seeing-live-data.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
# Connecting and Seeing Live Data | ||
|
||
If you haven't already, select the "Create account (demo user)" option from the Login menu, a new user will be created for you with the pre-populated data you see on screen.\ | ||
After getting a successful confirmation, you're able to log in as the Demo User. | ||
If you haven't already, select the "Create account (demo user)" option from the Login menu. A new user will be created for you with the pre-populated data you see on screen.\ | ||
After receiving a successful confirmation message, you're now able to log in as the Demo User. | ||
|
||
You will see the Dashboard with HubSpot as an available connection. | ||
You will see a directory with HubSpot as an available connection. | ||
|
||
<figure><img src="../../.gitbook/assets/image (9).png" alt="" width="563"><figcaption><p>Your Dashboard in Frigg with your available integrations</p></figcaption></figure> | ||
|
||
Click on the Connect button next to it and follow HubSpot's authorization flow. | ||
|
||
You should now see a connected HubSpot card. Now it's time to see your app in action with live data from HubSpot! | ||
When finished, you should see a connected HubSpot card. Now it's time to see your app in action with live data from HubSpot! | ||
|
||
### Facing the No data available error | ||
### "No Data Available" error | ||
|
||
Select "Get Sample Data" from the HubSpot app dropdown menu to see live data fetched from your test account, you might see a "No data available" message. This is totally normal given that we didn't add any into your HubSpot account, so we have nothing there to fetch. | ||
Select "Get Sample Data" from the HubSpot app dropdown menu to see live data fetched from your test account. | ||
|
||
<figure><img src="../../.gitbook/assets/image (10).png" alt="" width="563"><figcaption><p>Oops! Looks like we forgot to add some test data</p></figcaption></figure> | ||
Note that you might receive a "No data available" message. This is totally normal, given that we didn't add any info to your HubSpot account. There's nothing for our integration to fetch (yet). | ||
|
||
### Adding Test Data | ||
<figure><img src="../../.gitbook/assets/image (10).png" alt="" width="563"><figcaption><p>Oops! Looks like we forgot to add some test data to HubSpot</p></figcaption></figure> | ||
|
||
To fix this, let's add some test data to your HubSpot account: | ||
### Adding Test Data to HubSpot | ||
|
||
From your HubSpot dashboard you should go to the "Deals" section in the CRM menu.\ | ||
Click "Create deal" to manually add details and save, or use the "Import" option to upload a CSV file with your test data. | ||
To fix this, let's add some test data to your HubSpot account. From your HubSpot dashboard, you should go to the "Deals" section in the CRM menu.\ | ||
|
||
|
||
Click "Create Deal" to manually add details and save, or use the "Import" option to upload a CSV file with test data. | ||
|
||
<figure><img src="../../.gitbook/assets/image (11).png" alt=""><figcaption><p>You can find the Deals section inside the CRM menu</p></figcaption></figure> | ||
|
||
{% hint style="info" %} | ||
For more detailed instructions on how to add data, you can visit the [HubSpot documentation](https://developers.hubspot.com/docs/api/crm/deals). | ||
For more detailed instructions on how to add test data, visit the [HubSpot documentation](https://developers.hubspot.com/docs/api/crm/deals). | ||
{% endhint %} | ||
|
||
Once you've added the test data, refresh the page and select "Get Sample Data" from the HubSpot app dropdown menu.\ | ||
Now you should see your created deals. Seeing the data you just entered confirms that everything is connected and working correctly! | ||
Once you've added test data, refresh the page and select "Get Sample Data" again. Now you should see Deals data displayed in your app. This confirms that everything is connected and working correctly! | ||
|
||
<figure><img src="../../.gitbook/assets/image (12).png" alt="" width="563"><figcaption><p>We see you, Antique Star Wars Droids collection!</p></figcaption></figure> | ||
|
||
*** | ||
|
||
And that’s it! You’ve successfully created and configured your Frigg app with HubSpot and are seeing the test data you added during the configuration process. Time to explore and have fun with your new setup! | ||
And that’s it! You’ve successfully created and configured your Frigg app with HubSpot. Time to explore and have fun with your new setup! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.