External DocumentationTo learn more, visit the Alertmedia documentation.
Actions
Get Communication Preference
Retrieve a specific communication preference by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Communication Preference | The ID of the communication preference. |
{
"id": 1,
"is_default": true,
"name": "Default Communication Preference",
"respect_user_communication": true,
"customer": 12345
}
Was this page helpful?