JSON schema
{
"outcome": "Donation pledge follow-up outcome",
"fields": [
{
"description": "donor name captured during the call.",
"name": "donor_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "campaign captured during the call.",
"name": "campaign",
"required": true,
"type": "text"
},
{
"description": "pledge amount or range captured during the call.",
"name": "pledge_amount_or_range",
"required": true,
"type": "number"
},
{
"description": "restriction captured during the call.",
"name": "restriction",
"required": true,
"type": "text"
},
{
"description": "follow up preference captured during the call.",
"name": "follow_up_preference",
"required": false,
"type": "text"
},
{
"description": "notes captured during the call.",
"name": "notes",
"required": false,
"type": "text"
}
]
}
CSV headers
donor_name,phone_number_from_caller_id,campaign,pledge_amount_or_range,restriction,follow_up_preference,notes