Sign in

Add tag to contact

documented

Add a tag to the contact identified by email.

POST /customers/add_tag.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/add_tag.json" \
  -u "{{SIMPLERO_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "User-Agent: ExampleApp (contact@example.test)" \
  -d '{"email": "{{$email}}", "tag": "{{$tag}}"}'
Add tag to contact · Simplero · OpenIntegrations