Audience
Topics
Configure granular subscription topics and preference centers for contacts.
Related topics
Why use Topics?Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure granular subscription topics and preference centers for contacts.
curl -X PATCH "https://api.mailofly.com/api/contacts/con_01J8G52XYZ" \
-H "Authorization: Bearer mf_live_..." \
-d '{
"topics": ["product_updates", "weekly_digest"]
}'
Related topics
Why use Topics?