v1
latestOpenAPI 3.1.02026-08-063776831.4 MBFacility Credentialing Outreach Resource
Send a new facility credentialing outreach email
Sends a credentialing outreach email for a facility credentialing workflow. For multi-tenant outreach, supply workflowIds (>1 entry) and initiatingWorkflowId.
post/facility-credentialing-outreaches
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"workflowId": "workflow-123",
"workflowIds": [
"workflow-123",
"workflow-456"
],
"initiatingWorkflowId": "workflow-123",
"toEmails": [
"recipient@example.com"
],
"body": "Please complete your credentialing application.",
"ccEmails": [
"cc@example.com"
],
"bccEmails": [
"bcc@example.com"
],
"outreachReasons": [
"Missing documentation",
"Expired license"
],
"subject": "Action Required: Complete Your Credentialing"
}Response
Outreach email sent successfully