Skip to main content
Retrieve a specific communication preference by its ID.
External DocumentationTo learn more, visit the Alertmedia documentation.

Parameters

ParameterDescription
Communication PreferenceThe ID of the communication preference.

Example Output

{
	"id": 1,
	"is_default": true,
	"name": "Default Communication Preference",
	"respect_user_communication": true,
	"customer": 12345
}

Workflow Library Example

Get Communication Preference with Alertmedia and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop