Skip to main content

Base URL

https://app.endgame.io/threads/new

Query Parameters

ParameterDescriptionExample
firstMessageThe prompt you want Endgame to answer (URL-encoded)firstMessage=what's+the+latest+in+my+book
accountIdThe Salesforce Account ID you want the thread scoped toaccountId=0015f00000ABC123

Examples

Free-form prompt:

https://app.endgame.io/threads/new?firstMessage=summarize+my+recent+action+items

Using a skill:

You can use a skill by specifying that skill by name in the first message along with any variables that the skill needs to run. Run a book level skill
https://app.endgame.io/threads/new?firstMessage=Use+the+pipeline+risk+skill+to+evaluate+the+deals+in+my+pipe
Run a skill that is scoped to a specific account using accountId
https://app.endgame.io/threads/new?firstMessage=Use+the+deal+inspection+skill&accountId=001Ui00000GJAn1IAH
Run a skill that requires additional variable inputs other than account by including them in firstMessage
https://app.endgame.io/threads/new?firstMessage=use+the+rep+evaluation+skill+for+sarah+smith

A note on URL encoding

Prompts need to be URL-encoded (e.g., spaces become + or %20). This is standard web behavior, not Endgame-specific. See MDN’s guide to URL encoding for more detail.