Spondyr
Spondyr is a correspondence template management and distribution platform that enables developers to quickly integrate template-driven content delivery via API, supporting email, SMS, fax, and postal mail.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Spondyr authenticates with an API key. Generate the credential in your Spondyr account, then paste it into FlyMyAI the first time an agent uses a Spondyr action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Your Spondyr API Key. Get it from your Spondyr dashboard. (required) |
Application Token | Your Spondyr Application Token. Get it from your Spondyr dashboard. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SPONDYR_CONDITIONS_LIST | Tool to list all conditions for a transaction type. use when you need to retrieve all condition rules defined for a specific transaction type. | TransactionType |
SPONDYR_CREATE_CONDITION | Tool to create a new condition. use when defining detailed rules for template selection based on transaction data. | TransactionType, Name, FieldName |
SPONDYR_CREATE_TRANSACTION_TYPE | Tool to create a new transaction type. use after defining the json schema for your data to register it in spondyr. | Name, TemplateJSON |
SPONDYR_DELIVER_SPONDYR | Tool to trigger delivery of a previously generated correspondence. use after calling the generate api. | ReferenceID |
SPONDYR_EVENT_TYPE_UPDATE | Tool to update an existing event type. use when you need to modify the name or associated transaction type of an event type. example: rename the 'ordershipped' event to 'orderdelivered'. | TransactionType, EventType, Name |
SPONDYR_GET_EVENT_TYPES | Tool to list all event types for a given transaction type. use when you need to discover available events after retrieving transaction types. | TransactionType |
SPONDYR_GET_SPONDYR_STATUS | Tool to retrieve the status of a previously generated correspondence. use after generating correspondence to check its processing and delivery status. | ReferenceID |
SPONDYR_GET_TRANSACTION_TYPES | Tool to retrieve a list of available transaction types. use after authentication to discover data schemas. | - |
SPONDYR_RECIPIENTS_LIST | Tool to list all recipients for a transaction type. use when you need to discover or verify all configured recipients before sending or managing correspondence. | TransactionType |
SPONDYR_RECIPIENT_DELETE | Tool to delete or deactivate a specific recipient. use when you need to remove an existing recipient mapping in spondyr. | TransactionType, Recipient |
SPONDYR_RECIPIENT_GET | Tool to retrieve details of a specific recipient. use when you need to fetch recipient configuration for a given transaction type. example: "retrieve recipient 'customer' for transaction type 'orderplaced'." | TransactionType, Recipient |
SPONDYR_SEARCH_FILTERS_LIST | Tool to list all search filters for a transaction type. use when you need to discover available filters before searching correspondence. | TransactionType |
SPONDYR_SEARCH_FILTER_CREATE | Tool to create a new search filter. use when you need to define a reusable filter for a specific transaction type. | TransactionType, Name, Tag |
SPONDYR_SEARCH_FILTER_DELETE | Tool to delete or deactivate a specific search filter. use when you need to remove an existing search filter by name. call after confirming the filter exists. | Search, TransactionType |
SPONDYR_SEARCH_FILTER_GET | Tool to retrieve details of a specific search filter. use when you need to fetch the tag and transaction type of an existing filter by name. | Search, TransactionType |
SPONDYR_SEARCH_SPONDYRS | Tool to search generated correspondence by multiple criteria. use after correspondence generation to retrieve historical records with filters, paging, and sorting. | - |
SPONDYR_SSO_STUB | Tool to create a one-time sso user stub in spondyr. use after application authentication to generate a temporary sso token for embedding or redirecting users. | Role, ApplicationUserID, FirstName, LastName |
SPONDYR_TEMPLATES_LIST | Tool to list all templates for a transaction type. use when you need to discover available templates before generating correspondence. | TransactionType |
SPONDYR_TEMPLATE_GET | Tool to retrieve a specific template’s configuration and content reference. use when you need to inspect a template's settings for a transaction type. example: "fetch template 'mytemplate' for transaction type 'orderplaced'." | TransactionType, Template |
SPONDYR_TRANSACTION_TYPE_GET | Tool to retrieve details of a specific transaction type. use when inspecting a transaction type schema. example: "get transaction type 'orderplaced' to view its json schema." | TransactionType |
SPONDYR_TRANSACTION_TYPE_UPDATE | Tool to update an existing transaction type. use after retrieving a transaction type to apply changes. example: "update transaction type 'order' with new json schema." | TransactionType, Name, TemplateJSON |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Spondyr!