JobAdder API: add a Partner Action button to the JobAdder UI
domain: jobadder.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Confirm your developer account has been granted the partner_ui_action scope, and include it in your OAuth2 authorization URL.
Call the AddPartnerAction operation documented at https://api.jobadder.com/v2/docs#operation/AddPartnerAction to register the button, specifying the target section (e.g. Candidate).
Configure the button as either a modal (supplying a popup URL and URL type to load a view) or a standard action button by omitting the URL fields.
Subscribe to the matching *_partner_action webhook event (e.g. candidate_partner_action) so your integration is notified when a user clicks the button.
Handle the resulting webhook payload in your application to complete whatever workflow the button triggers.
Known gotchas
Without the partner_ui_action scope explicitly requested during OAuth authorization, AddPartnerAction calls will fail even if other scopes are granted.
Partner action buttons are tied to a specific entity section — placing the wrong section value means the button never appears where you expect.
The button click itself only fires the *_partner_action webhook event; you still need a working webhook subscription and endpoint to actually receive the click.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?