Skip to main content
Retrieve a list of your company’s communication preferences.
External DocumentationTo learn more, visit the Alertmedia documentation.

Example Output

[
	{
		"id": 1,
		"is_default": true,
		"name": "Default Communication Preference",
		"respect_user_communication": true,
		"customer": 12345
	},
	{
		"id": 2,
		"is_default": false,
		"name": "Emergency Broadcast",
		"respect_user_communication": false,
		"customer": 12345
	}
]

Workflow Library Example

List Communication Preferences with Alertmedia and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop