Skip to main content
PUT
/
v3
/
profiles
/
{profile}
/
attributes
/
comms
Edit Profile Attributes (Comms)
curl --request PUT \
  --url http://localhost/api/v3/profiles/{profile}/attributes/comms \
  --header 'Content-Type: application/json' \
  --data '
{
  "email_optout": true,
  "push_optout": true,
  "sms_optout": true,
  "post_optout": true,
  "phone_optout": true,
  "email_bounced": true,
  "push_bounced": true,
  "sms_bounced": true,
  "post_bounced": true,
  "phone_bounced": true,
  "sms_promo": true,
  "push_promo": true,
  "email_promo": true,
  "post_promo": true,
  "phone_promo": true,
  "email_discover": true,
  "email_benefits": true,
  "email_reminders": true,
  "email_account": true,
  "email_bookings": true,
  "email_feedback": true,
  "email_location": true,
  "email_service": true,
  "sms_discover": true,
  "sms_benefits": true,
  "sms_reminders": true,
  "sms_account": true,
  "sms_bookings": true,
  "sms_feedback": true,
  "sms_location": true,
  "sms_service": true,
  "push_discover": true,
  "push_benefits": true,
  "push_reminders": true,
  "push_account": true,
  "push_bookings": true,
  "push_feedback": true,
  "push_location": true,
  "push_service": true,
  "phone_discover": true,
  "phone_benefits": true,
  "phone_reminders": true,
  "phone_account": true,
  "phone_bookings": true,
  "phone_feedback": true,
  "phone_location": true,
  "phone_service": true,
  "post_discover": true,
  "post_benefits": true,
  "post_reminders": true,
  "post_account": true,
  "post_bookings": true,
  "post_feedback": true,
  "post_location": true,
  "post_service": true,
  "email_verification": "not_sent",
  "sms_verification": "not_sent",
  "post_verification": "not_sent",
  "phone_verification": "not_sent",
  "email_consent_updated_at": "2023-11-07T05:31:56Z",
  "sms_consent_updated_at": "2023-11-07T05:31:56Z",
  "terms_accepted_at": "2023-11-07T05:31:56Z",
  "terms_accepted_version": "<string>"
}
'
{
  "data": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

profile
string<uuid>
required

The profile ID

Body

application/json
email_optout
boolean | null
push_optout
boolean | null
sms_optout
boolean | null
post_optout
boolean | null
phone_optout
boolean | null
email_bounced
boolean
push_bounced
boolean
sms_bounced
boolean
post_bounced
boolean
phone_bounced
boolean
sms_promo
boolean
push_promo
boolean
email_promo
boolean
post_promo
boolean
phone_promo
boolean
email_discover
boolean
email_benefits
boolean
email_reminders
boolean
email_account
boolean
email_bookings
boolean
email_feedback
boolean
email_location
boolean
email_service
boolean
sms_discover
boolean
sms_benefits
boolean
sms_reminders
boolean
sms_account
boolean
sms_bookings
boolean
sms_feedback
boolean
sms_location
boolean
sms_service
boolean
push_discover
boolean
push_benefits
boolean
push_reminders
boolean
push_account
boolean
push_bookings
boolean
push_feedback
boolean
push_location
boolean
push_service
boolean
phone_discover
boolean
phone_benefits
boolean
phone_reminders
boolean
phone_account
boolean
phone_bookings
boolean
phone_feedback
boolean
phone_location
boolean
phone_service
boolean
post_discover
boolean
post_benefits
boolean
post_reminders
boolean
post_account
boolean
post_bookings
boolean
post_feedback
boolean
post_location
boolean
post_service
boolean
email_verification
enum<string>
Available options:
not_sent,
sent,
delivered,
undelivered,
failed,
verified
sms_verification
enum<string>
Available options:
not_sent,
sent,
delivered,
undelivered,
failed,
verified
post_verification
enum<string>
Available options:
not_sent,
sent,
delivered,
undelivered,
failed,
verified
phone_verification
enum<string>
Available options:
not_sent,
sent,
delivered,
undelivered,
failed,
verified
terms_accepted_at
string<date-time> | null
terms_accepted_version
string | null

Response

ProfileCommsAttribute

data
any[]
required