Documentation Index
Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
Hide parameters
Hide parameters
This field maps to the destination API
invoice_type field.ID
This field maps to the destination API recipient_id field.ID
This field maps to the destination API sender_id field.This field maps to the destination API
offering_id field.This field maps to the destination API
cms1500_id field.This field maps to the destination API
price field.This field maps to the destination API
notes field.This field maps to the destination API
service_date field.This field maps to the destination API
services_provided field.This field maps to the destination API
status field.This field maps to the destination API
is_preview field.This field maps to the destination API
user_package_selection_id field.{
"$result_object_key": {
"appointment_id": "12345",
"cms1500_id": "12345",
"details": "Follow-up Session",
"id": "12345",
"invoice_id": "12345",
"invoice_type": "appointment",
"is_preview": false,
"notes": "Please see attached the invoice for your session.",
"price": 123.456,
"recipient_id": "12345",
"sender_id": "12345",
"service_date": "2024-04-22T09:00:00-04:00",
"services_provided": "No-Show",
"status": "Not Yet Paid"
}
}
{
"$result_object_key": {
"appointment_id": "The ID of the appointment associated with this requested payment",
"cms1500_id": "The ID of the CMS1500 to pay for",
"details": "The details of the invoice (based off of associated item)",
"id": "The unique identifier of the payment",
"invoice_id": "The generated invoice ID",
"invoice_type": "The type of invoice",
"is_preview": "True if the invoice is still in preview mode",
"notes": "Extra details on the invoice",
"price": "Price of payment requested",
"recipient_id": "The ID of the recipient (client)",
"sender_id": "The ID of the sender (provider)",
"service_date": "The service date",
"services_provided": "The services provided",
"status": "The status of the request"
}
}
Result Object Field Details
You can use the result of the action’s data as inputs to downstream workflow actions. Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow. Here we demonstrate how to refer to this data using the prefix$result_object_key.
Hide fields
Hide fields
The unique identifier of the payment
CEL
$result_object_key.id
Example
"12345"
The ID of the appointment associated with this requested payment
CEL
$result_object_key.appointment_id
Example
"12345"
The ID of the CMS1500 to pay for
CEL
$result_object_key.cms1500_id
Example
"12345"
The generated invoice ID
CEL
$result_object_key.invoice_id
Example
"12345"
The ID of the sender (provider)
CEL
$result_object_key.sender_id
Example
"12345"
The ID of the recipient (client)
CEL
$result_object_key.recipient_id
Example
"12345"
The details of the invoice (based off of associated item)
CEL
$result_object_key.details
Example
"Follow-up Session"
The type of invoice
CEL
$result_object_key.invoice_type
Example
"appointment"
Extra details on the invoice
CEL
$result_object_key.notes
Example
"Please see attached the invoice for your session."
Price of payment requested
CEL
$result_object_key.price
Example
123.456
The service date
CEL
$result_object_key.service_date
Example
"2024-04-22T09:00:00-04:00"
The services provided
CEL
$result_object_key.services_provided
Example
"No-Show"
The status of the request
CEL
$result_object_key.status
Example
"Not Yet Paid"
True if the invoice is still in preview mode
CEL
$result_object_key.is_preview
Example
false
