Skip to main content
Retrieve a list of contact preferences for a user by its ID.
External DocumentationTo learn more, visit the Alertmedia documentation.

Parameters

ParameterDescription
User IDThe ID of the user.

Example Output

{
	"id": 234567,
	"fields": [
		"email",
		"email2"
	],
	"created": "2022-08-18T20:13:16.255113Z",
	"updated": "2022-09-12T21:31:17.246486Z",
	"channel": "email",
	"user": 123456
}

Workflow Library Example

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