Create or update contact
documentedCreate a new contact or update an existing contact's information for a given store. Request body should include either email or sms_phone_number (E.164) and may include firstName, lastName, tags, marketingAllowed, smsMarketingAllowed, doubleOptin, and a properties object with address, city, country, etc. Inputs and example payloads are shown in Remarkety's API documentation. ([support.remarkety.com](https://support.remarkety.com/hc/en-us/articles/115000520263-Sending-contact-information-via-API))
POST /api/v1/stores/{store_id}/contactsContactsno implementation yet0 runsInput
store_id*
Store ID
Store ID
email*
Email address
Email address
sms_phone_number
SMS phone number (E.164 or with country code)
+15551234567
sms_country_code
SMS country code (ISO-3166-1 alpha-2) if not using E.164
US
firstName
First name
John
lastName
Last name
Doe
tags
Tags array
["VIP","Newsletter"]
marketingAllowed
Marketing allowed (true/false)
true
smsMarketingAllowed
SMS marketing allowed (true/false)
false
doubleOptin
Double opt-in (true/false)
true
properties
Contact properties object
{...}
Calls Remarkety as you (your API key is your account); keychains.dev holds the credentials.