Skip to content

Instantly share code, notes, and snippets.

@NiKiZe
Created June 25, 2023 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NiKiZe/add4612a073036e0b3963a60ed42d087 to your computer and use it in GitHub Desktop.
Save NiKiZe/add4612a073036e0b3963a60ed42d087 to your computer and use it in GitHub Desktop.
Upsales widget documentation

Following the documentation at https://support.upsales.com/hc/en-us/articles/360001686068 isnt the easiest.

Available Hotspots

  • Company view should have the following:
    • accountCardTop
    • sidebarTop
    • sidebar

But there is no clear information on properties or examples how to use.

Known working:

	"uiElements": {
		"account": {
			"accountCardTop": [
				{
					"name": "accountCardTopWidget",
					"type": "widget"
				}
			]
		},
		"contact": {
			"sidebar": [
				{
					"name": "contactSideWidget",
					"type": "widget"
				}
			]
		}
	}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment