Task Management System

Create Payload Template

Existing Payload Templates

Template ID Description Template Data
1 Suspend Provider Payload Template
{
  "context": "{{ context }}",
  "description": "Suspend Provider {{ provider_id }}",
  "reason": "{{ reason }}. Confidence in this action is {{ confidence_percentage }}%.",
  "status": "suspended",
  "sub_status": "investigation"
}
2 Suspend Driver Payload Template
{
  "context": "{{ context }}",
  "description": "Suspend Driver {{ driver_id }}",
  "reason": "{{ reason }}. Confidence in this action is {{ confidence_percentage }}%.",
  "status": "suspended",
  "sub_status": "investigation"
}
3 Track Expense Payload Template
{
  "amount": "{{ amount }}",
  "context": "{{ context }}",
  "currency_type": "{{ currency_type }}",
  "date_paid": "{{ date_paid }}",
  "description": "Track expense with TN# {{ transaction_number }} for {{ vendor_name }} (https://admin.zennya.com/#/admin/vendors/{{ vendor_id }}) with amount of {{ amount }}{{ currency_type }} and paid on {{ date_paid }}.",
  "payment_type": "{{ payment_type }}",
  "reason": "{{ reason }}",
  "transaction_number": "{{ transaction_number }}",
  "vendor": "{{ vendor_id }}"
}
4 Pay Vendor Payload Template
{
  "amount": "{{ amount }}",
  "context": "{{ context }}",
  "currency_type": "{{ currency_type }}",
  "date_paid": "{{ date_paid }}",
  "description": "Pay vendor {{ vendor_name }} (https://admin.zennya.com/#/admin/vendors/{{ vendor_id }}) with amount of {{ amount }}{{ currency_type }} for invoice/bill number: {{ transaction_number }}.",
  "payment_type": "{{ payment_type }}",
  "reason": "{{ reason }}",
  "transaction_number": "{{ transaction_number }}",
  "vendor_id": "{{ vendor_id }}"
}
5 Lab Test Result Transcription
{
  "context": "{{ context }}",
  "description": "Lab result: {{ result_id }}",
  "lab_id": null,
  "lab_source_identifier": null,
  "patient_name": null,
  "raw_results": null,
  "reason": "{{ reason }}",
  "ref_id": null,
  "result_id": null
}
6 Call Record Transcription
{
  "call_record_id": null,
  "context": "{{ context }}",
  "data": null,
  "description": "{{ description }}",
  "reason": "{{ reason }}"
}
7 Consult Record Transcription
{
  "context": "{{ context }}",
  "data": null,
  "description": "{{ description }}",
  "reason": "{{ reason }}",
  "room_record_id": null
}
8 Medical Consult Evaluation
{
  "consultation": null,
  "context": "{{ context }}",
  "data": null,
  "description": "{{ description }}",
  "reason": "{{ reason }}"
}
10 Medical Doc Evaluation
{
  "context": "{{ context }}",
  "data": null,
  "description": "{{ description }}",
  "document": null,
  "reason": "{{ reason }}"
}