Sign in

Create or update contact

documented

Create a new contact or update an existing contact by email.

POST /customers.jsonContactsno implementation yet0 runs
No 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://simplero.com/api/v1/customers.json\" \
  -u \"{{SIMPLERO_API_KEY}}:\" \
  -H \"User-Agent: Keychains-Simplero/1.0\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{ \"email\": \"{{$email}}\", \"first_name\": \"{{$first_name}}\", \"last_name\": \"{{$last_name}}\", \"ip_address\": \"{{$ip_address}}\", \"referrer\": \"{{$referrer}}\", \"ref\": {{$ref}}, \"track\": \"{{$track}}\", \"first_activated_at\": \"{{$first_activated_at}}\", \"auto_responder_start_at\": \"{{$auto_responder_start_at}}\", \"landing_page_id\": {{$landing_page_id}}, \"tags\": \"{{$tags}}\", \"note\": \"{{$note}}\", \"phone\": \"{{$phone}}\", \"field_123_value\": \"{{$field_123_value}}\", \"gdpr_consent\": {{$gdpr_consent}}, \"gdpr_consent_text\": \"{{$gdpr_consent_text}}\" }'"
Create or update contact · Simplero · OpenIntegrations