v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

Update emails in a credentialing workflow

Updates the emails for a credentialing workflow. This is a complete replacement operation. Send an empty array to clear all emails.

put/credentialing-workflows/{workflowId}/emails

Path parameters

workflowIdstring required

Credentialing workflow ID

Headers

tenant-idstring required

Tenant ID

Request body

emailstring required

Email address

emailTypestring required

Type of email

sourcestring

Source of the email

createdAtstring date
createdBystring

The user who created the record

updatedAtstring date
updatedBystring

The user who last updated the record

Example request

[
  {
    "email": "doctor@example.com",
    "emailType": "credentialing",
    "source": "Manual Entry",
    "createdBy": "user@example.com",
    "updatedBy": "admin@example.com"
  }
]

Response

Emails updated successfully

object required