EULER
Manage EULER partner programs, Partner Data Lake records, referrals, commissions, flows, content, and communications through the official EULER MCP server
Actions
| Name | Description |
|---|---|
list_accountsList customer and partner accounts approved during the official EULER MCP consent screen | List customer and partner accounts approved during the official EULER MCP consent screen |
partnersList partners, pending partners, or company-wide partner status summary from EULER | List partners, pending partners, or company-wide partner status summary from EULER |
partner_directory_searchSearch the EULER Partner Directory by partner profile fields, saved filters, or history | Search the EULER Partner Directory by partner profile fields, saved filters, or history |
partner_artifactsRead agreements, tracking links, deals, charges, or invoices linked to an EULER partner | Read agreements, tracking links, deals, charges, or invoices linked to an EULER partner |
referralsSearch referrals, list partner referrals, fetch referral forms, or inspect referral answers | Search referrals, list partner referrals, fetch referral forms, or inspect referral answers |
submit_referralSubmit a referral or deal registration through the official EULER MCP flow after form validation | Submit a referral or deal registration through the official EULER MCP flow after form validation |
get_search_dealsSearch EULER partner or company deals by deal name | Search EULER partner or company deals by deal name |
list_partner_contactsList contacts associated with an EULER partner | List contacts associated with an EULER partner |
create_partner_contactCreate an idempotent partner contact for an EULER partner | Create an idempotent partner contact for an EULER partner |
invite_partners_to_portalInvite existing EULER partner contacts to the partner portal | Invite existing EULER partner contacts to the partner portal |
company_invoicesList or summarize company-level EULER invoices | List or summarize company-level EULER invoices |
charges_lookupInspect EULER charges by deal ID or charge ID | Inspect EULER charges by deal ID or charge ID |
flow_lifecycleCreate or edit EULER onboarding, training, or certification flows | Create or edit EULER onboarding, training, or certification flows |
flow_detailsGet EULER flow or flow-step details | Get EULER flow or flow-step details |
partner_flow_detailsGet assigned EULER flow details for a partner account | Get assigned EULER flow details for a partner account |
partner_flow_progressGet completion progress for an assigned EULER partner flow | Get completion progress for an assigned EULER partner flow |
flow_stepsCreate, edit, deactivate, or reactivate EULER flow steps | Create, edit, deactivate, or reactivate EULER flow steps |
flow_attachable_resourcesList content, agreement, or quiz resources that can be attached to EULER flow steps | List content, agreement, or quiz resources that can be attached to EULER flow steps |
flow_assignmentAssign or unassign EULER flows to partners or users | Assign or unassign EULER flows to partners or users |
flow_assignment_candidatesList partners and users eligible for an EULER flow assignment | List partners and users eligible for an EULER flow assignment |
incentives_summarySummarize EULER incentive programs and participant counts | Summarize EULER incentive programs and participant counts |
content_searchSemantically search inside EULER partner-shared content | Semantically search inside EULER partner-shared content |
euler_helpSearch official EULER product help and support articles | Search official EULER product help and support articles |
content_listList EULER partner-shared files, links, and content library entries | List EULER partner-shared files, links, and content library entries |
commissionsCalculate EULER partner or company commission payouts over a date range | Calculate EULER partner or company commission payouts over a date range |
performanceQuery EULER partner, company, or overall partner-ranking performance metrics | Query EULER partner, company, or overall partner-ranking performance metrics |
influenced_sourced_dealsQuery EULER sourced vs influenced deal attribution over a date range | Query EULER sourced vs influenced deal attribution over a date range |
submit_feedbackSend EULER MCP feedback to the EULER engineering team | Send EULER MCP feedback to the EULER engineering team |
communicationsRead EULER Communications Hub audiences, templates, emails, and previews | Read EULER Communications Hub audiences, templates, emails, and previews |
communications_manageCreate EULER communication audiences/templates, add contacts, or send broadcasts | Create EULER communication audiences/templates, add contacts, or send broadcasts |
si_service_projectsRead EULER SI partner service projects, scope forms, and service catalogs | Read EULER SI partner service projects, scope forms, and service catalogs |
si_manage_service_projectCreate, update, delete, answer, or update progress for EULER SI service projects | Create, update, delete, answer, or update progress for EULER SI service projects |
initialize_mcp_sessionSend an MCP initialize request to the official EULER MCP server | Send an MCP initialize request to the official EULER MCP server |
list_mcp_toolsList tools exposed by the official EULER MCP server | List tools exposed by the official EULER MCP server |
search_mcp_toolsSearch EULER MCP tools by name, title, or description | Search EULER MCP tools by name, title, or description |
call_mcp_toolCall any official EULER MCP tool with JSON arguments | Call any official EULER MCP tool with JSON arguments |
custom_mcp_requestSend a custom JSON-RPC request to the official EULER MCP server | Send a custom JSON-RPC request to the official EULER MCP server |
get_connector_manifestFetch the official public EULER MCP connector JSON manifest for tool coverage discovery | Fetch the official public EULER MCP connector JSON manifest for tool coverage discovery |
Triggers
| Name | Description |
|---|---|
partner_changedPoll EULER partner list results and emit partners whose marker changed after the initial baseline | Poll EULER partner list results and emit partners whose marker changed after the initial baseline |
referral_changedPoll EULER referrals or deal registrations and emit changed records after the initial baseline | Poll EULER referrals or deal registrations and emit changed records after the initial baseline |
partner_artifact_changedPoll EULER partner artifacts such as deals, charges, invoices, agreements, or tracking links | Poll EULER partner artifacts such as deals, charges, invoices, agreements, or tracking links |
content_changedPoll EULER partner-shared content library entries and emit new or changed content after the initial baseline | Poll EULER partner-shared content library entries and emit new or changed content after the initial baseline |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('euler', 'list_accounts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'euler',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect EULER to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does EULER support?
EULER supports 38 actions including List Authorized Accounts, Query Partners, Search Partner Directory, Get Partner Artifacts, Query Referrals, and more.
Can I use EULER with AI agents?
Yes. Add EULER to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can EULER be used in stateful agent workflows?
Yes. Agents can combine EULER actions with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does EULER use?
EULER uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the EULER integration cost?
The EULER integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does EULER support?
EULER supports 4 triggers including Partner Changed, Referral Changed, Partner Artifact Changed, Partner Content Changed.
Connect EULER in minutes
Get 20,000 free actions every month. No credit card required.