Skip to main content
POST
Add an action to a recall
Actions are added asynchronously: a valid request returns immediately, and a recall_action.created or recall_action.failed webhook is sent when processing completes. Adding recall actions is only supported for ModMed EMA.

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Body

application/json
action_taken
string
required

Exact activity type label to log (e.g. "Phone Call", "Closed - Other"). A "Closed - *" type closes the recall.

Example:

"Phone Call"

note
string

Optional activity note (max 255 characters).

callback_urls
string[]

URLs to receive the completion webhook for this action.

Response

Recall action queued for processing

success
boolean
required
message
string
required
recall_id
string
required
job_id
integer
required