Create contact category tag
documentedCreates a category tag for contacts.
POST /contacts/categories/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://secure.solve360.com/contacts/categories/" \
-X POST \
-u '{{SOLVE360_EMAIL}}:{{SOLVE360_API_TOKEN}}' \
-H \"Content-Type: application/xml\" \
-H \"Accept: application/xml\" \
-d '<request><name>{{$category_name}}</name></request>'