planning-center-monorepo v1.0.0
planning-center-monorepo / planning-center-people-ts/src / createWorkflowCardWithNote
Function: createWorkflowCardWithNote()
createWorkflowCardWithNote(
client,workflowId,personId,noteData):Promise<{workflowCard:WorkflowCardResource;note:WorkflowCardNoteResource; }>
Defined in: packages/planning-center-people-ts/src/helpers.ts:792
Create a workflow card with a note
Parameters
client
workflowId
string
personId
string
noteData
Partial<WorkflowCardNoteAttributes>
Returns
Promise<{ workflowCard: WorkflowCardResource; note: WorkflowCardNoteResource; }>