Skip to content

Instantly share code, notes, and snippets.

@mauriziocarioli
Last active March 1, 2020 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauriziocarioli/016cf21fee2a58f0c189d098c28d29cb to your computer and use it in GitHub Desktop.
Save mauriziocarioli/016cf21fee2a58f0c189d098c28d29cb to your computer and use it in GitHub Desktop.
Charlie's Task data for the Reminder scenario.
{
task: {
id: 58,
origId: 'B143',
suppressed: false,
suppressionPeriod: '',
expirationDate: '2020-12-31T12:00:00.000Z',
close: 'HARD',
reminderInitiation: 'PT60S',
reminderFrequency: 'R/PT60S',
escalationTimer: 'P90D',
description: 'Getting Community Info'
},
assignment: {
actor: 'Charlie',
channel: 'CCN',
escalationActor: 'Marc',
escalationChannel: 'CCN'
},
reminder: {
address: 'charlie@healthinsurance.com',
body: 'XYZ',
from: 'PHM@healthinsurance.com',
subject: 'Reminder'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment