Update contact
documentedUpdate a contact by identifier (or /contacts/{identifier}?identifier_type=...)
PUT /contacts/{identifier}Contactsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://{{$brand_subdomain}}.reamaze.io/api/v1/contacts/{{$identifier}}\" \
-u \"{{$email}}:{{REAMAZE_API_TOKEN}}\" \
-H \"Accept: application/json\" \
-H \"Content-Type: application/json\" \
-X PUT \
-d '{\"contact\": {\"name\": \"{{$name}}\", \"notes\": [\"{{$note}}\"], \"data\": {\"custom_attribute\": \"{{$custom_attribute}}\"}}}'