ActiveTrail MCP integration for AI agents.
Connect AI agents to ActiveTrail through 14 structured actions, including get account balance, add group member, and delete contact. Review authentication, i…
- ACTION CONTRACTS
- 14
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the ActiveTrail integration exposes
The ActiveTrail Agent App exposes 14 provider-backed actions for marketing and communication work. Its current contract lets an authorized agent fetch the current activetrail email, sms, and coupon account balances, add or update a contact inside an activetrail group, and delete one activetrail contact by id. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected ActiveTrail account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real ActiveTrail capabilities.
Showing 12 of 14 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_account_balanceREADFetch the current ActiveTrail email, SMS, and coupon account balances.
add_group_memberWRITEAdd or update a contact inside an ActiveTrail group.
INPUTS: group_id / subscribe_ip / status / sms_status / email
delete_contactHIGH IMPACTDelete one ActiveTrail contact by ID.
INPUTS: id
create_contactWRITECreate an ActiveTrail contact.
INPUTS: subscribe_ip / status / sms_status / email / sms
create_groupWRITECreate an ActiveTrail group.
INPUTS: name
delete_groupHIGH IMPACTDelete one ActiveTrail group by ID.
INPUTS: id
get_contactREADFetch one ActiveTrail contact by ID.
INPUTS: id
get_groupREADFetch one ActiveTrail group by ID.
INPUTS: id
list_contactsREADList ActiveTrail contacts with optional state, search, date, and pagination filters.
INPUTS: customer_state / search_term / from_date / to_date / page
list_group_membersREADList members in an ActiveTrail group with optional filters.
INPUTS: group_id / customer_state / search_term / from_date / to_date
list_groupsREADList ActiveTrail groups with optional search and pagination filters.
INPUTS: search_term / page / limit
remove_group_memberHIGH IMPACTRemove one contact from an ActiveTrail group.
INPUTS: group_id / member_id
INPUT CONTRACTS
Know what the action needs before it runs.
add_group_member
group_idREQUIRED- The ActiveTrail group ID.
subscribe_ipOPTIONAL- The subscribe IP address recorded for the contact.
statusOPTIONAL- The ActiveTrail contact status value.
sms_statusOPTIONAL- The ActiveTrail contact status value.
emailOPTIONAL- The contact email address.
delete_contact
idREQUIRED- The ActiveTrail contact ID.
create_contact
subscribe_ipOPTIONAL- The subscribe IP address recorded for the contact.
statusOPTIONAL- The ActiveTrail contact status value.
sms_statusOPTIONAL- The ActiveTrail contact status value.
emailOPTIONAL- The contact email address.
smsOPTIONAL- The contact SMS value.
create_group
nameREQUIRED- The group name.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Account Balance
Fetch the current ActiveTrail email, SMS, and coupon account balances. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_account_balanceControl Add Group Member
Add or update a contact inside an ActiveTrail group. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
add_group_memberVerify with Get Contact
Fetch one ActiveTrail contact by ID. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_contactSAFETY BOUNDARY
Operate ActiveTrail with explicit limits
- Authorize ActiveTrail with API key and grant only the provider access required by the selected actions.
- 8 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `delete_contact`, `delete_group`, and `remove_group_member` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in ActiveTrail rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the ActiveTrail task completed successfully.
CONNECTION MODEL
API key
ActiveTrail API token used as the Authorization request header. Create a token in the ActiveTrail web interface under Settings > API Apps, as described in the official API guide: https://webapi.mymarketing.co.il/api/docs/Guides
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 6
- WRITE SIGNALS
- 5
- HIGH IMPACT
- 3
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by ActiveTrail.