Documentation Index
Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Integration overview
Check out the integration page for an overview of the implementation process.
Workflow configured for transaction and activity monitoring
Confirm your workflow setup
Confirm your workflow setup
Before you can start verifying customers, your account needs to be configured with at least one workflow and one service profile. Your Customer Success Manager typically sets these up for you.You can confirm your setup by calling the GET /v2/workflows endpoint. This will list all the executable monitoring workflows available to you. For Transaction and Activity Monitoring, it is critical to have only one workflow with a lifecyclePhase: MONITORING and monitoringTypes: [“ACTIVITY”]You should receive a 200 OK response with a workflows array. If the array is empty, please contact your Customer Success Manager to get your workflows published.
Request - Get workflows
Response - Get workflows
Implementation steps
Once your prerequisites are complete, follow these steps in order.Evaluate an activity
Send a transaction or event to FrankieOne for evaluation using the Evaluate an activity endpoint. This is where you structure your request payload and submit it to the API. Go to Evaluate an activity
Interpret activity results
Read the
workflowResult response to understand the outcome, identify any alerts that were generated, and determine whether manual review is required. Go to Interpret activity resultsResolve alerts and re-evaluate
Update the status of any alerts via the API and trigger a workflow re-evaluation to close out the activity. Go to Resolve alerts and re-evaluate
Error handling
For a full list of error codes and response structures returned at any step, see Error handling.Related pages
- Key terms and definitions — reference for all TM terminology
- Workflows and standard bundle — understand the Basic-Monitoring-TxAM bundle
- Understanding activity results — how to review results in the Portal