We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://{domain}.agilecrm.com/dev/api/contacts/bulk/tags doesn't work? It's giving me
https://{domain}.agilecrm.com/dev/api/contacts/bulk/tags
404 Could not find resource
Same as #3
The text was updated successfully, but these errors were encountered:
Hi @nozpheratu,
It looks like wrong request used for adding tags to contact. You can use the below request for adding tags to contacts:
Request : https://{domain}.agilecrm.com/dev/api/contacts Method: PUT Content-Type: application/json Body: { "id": 5759084401786880, "tags": ["Lead1","LikelyBuyer1"] }
Using CURL: https://{domain}.agilecrm.com/dev/api/contacts -H "Content-Type: application/json" -d { "id": 5662005255995392,"tags": ["Lead1","LikelyBuyer1"]} " -v -u test@example.com:4uet78u6atfn38m9dounnq9g4u -X PUT
In addition to this, i need to mention here is that you can also add tags to a contact based on email. For more details please go through the below link : https://github.com/agilecrm/rest-api#112-adding-tags-to-a-contact-based-on-email
Please get in touch with me in case you need further information
Sorry, something went wrong.
No branches or pull requests
https://{domain}.agilecrm.com/dev/api/contacts/bulk/tags
doesn't work? It's giving meSame as #3
The text was updated successfully, but these errors were encountered: