Add tag to contact
documentedAdd a tag to the contact identified by email.
POST /customers/add_tag.jsonContactsno 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://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}}"}'