Skip to main content
PATCH
/
webhook
/
update
/
  curl --request PATCH \
  --url http://api.local.mailrado.com/api/webhook/update/ \
  --header 'X-COCOONMAIL-API-KEY: <API Key>' \
  --header 'Content-Type: application/json' \
  -- data '{
  "email": "<string>",
  "first_name": "<string>",
  "middle_name":  "<string>",
  "last_name":  "<string>",
  "attributes":  "[{}]",
  "list_uuids":  "[]",
  "tags":  "[]",
 }
  curl --request PATCH \
  --url http://api.local.mailrado.com/api/webhook/update/ \
  --header 'X-COCOONMAIL-API-KEY: <API Key>' \
  --header 'Content-Type: application/json' \
  -- data '{
  "email": "<string>",
  "first_name": "<string>",
  "middle_name":  "<string>",
  "last_name":  "<string>",
  "attributes":  "[{}]",
  "list_uuids":  "[]",
  "tags":  "[]",
 }

Authorizations

X-COCOONMAIL-API-KEY
string
header
required

Body

application/json
email
string<email>
required

Email address of the user.

first_name
string

First name of the user.

middle_name
string

Middle name of the user.

last_name
string

Last name of the user.

list_uuids
string[]

List of UUIDs associated with the user.

tags
string[]

Tags associated with the user.

attributes
object[]

Custom attributes associated with the user.

Response

User created successfully.