Some features in Salsa aren't configured in the Salsa interface, but rather through manual editing of a URL - for example, "View this email as a webpage", or embedding a signup page.
To do this editing, you'll need to know your node URL. The easiest way to find your node URL is to load up a Salsa page (action page, donation page, signup page, etc.) to get the page's URL.
For example, here's a registration page URL for Salsa's Community Conference:https://action.salsalabs.com/o/8001/p/salsa/event/common/public/?event_KEY=71436
Now we'll trim some of the fat to get the node URL:
https://action.salsalabs.com/o/8001/p/salsa/
This URL is comprised of several parts:
http://node/o/-OrgKey-/c/-ChapterKey-/p/salsa/
http:// - required to properly resolve as an HTML page.
node/ - this is the domain section. There are many domains used by Salsa (even more if you count branded subdomains), such as action.salsalabs.com, org2.salsalabs.com, salsa4.salsalabs.com, and more.
o/-OrgKey-/ - this section designates your Salsa account through the organization key.
c/-ChapterKey-/ - this section should only be used by organizations using the Chapters feature of Salsa; otherwise, it should be cut. Similar to the above section, this designates your chapter's identifying key number.
p/salsa/ - required part of the URL before additional sections which designate the type of Salsa page.
Comments
Please sign in to leave a comment.