A guide for creating, managing, and deleting custom endpoints to integrate external services or APIs into Genesis workflows.
Add Endpoints
Organize Endpoints
Delete Groups
"jira"
with the endpoint "https://yourcompany.atlassian.net"
for ticket management.
"weather"
) then incorporating the results into daily updates.
"customerAPI"
, "analytics"
) to easily manage multiple external connections.
"jira"
) and the endpoint_url (e.g., "https://yourcompany.atlassian.net"
).
https://
for secure requests; incomplete or invalid URLs can fail."slack"
with an endpoint of "https://slack.com/api/"
allows your bots to easily form requests (https://slack.com/api/chat.postMessage
) without repeatedly specifying the entire base path.
Example
"jira"
"https://yourcompany.atlassian.net"
"jira"
to construct GET /rest/api/3/search?jql=...
, appending it to the stored base URL.