API3
chriskirk at February 13th, 2025 04:27 — #1
When adding a note to a contact in the web interface a notification of the note can be sent to another user(s) by tagging them with a @tag or by selecting them in the notification drop down.
When adding a note to a contact via the API, I don't see any options for sending a notification to other users. Am I missing something?
Thanks.
Edit; answered my own question, should have read the documentation properly!
{
"contact_id": "5ae06ef9d55673108fe8877f",
"text": "I met Jane Doe at the ABC conference. She's interested in hearing about XYZ.",
"date": "2018-05-16",
"linked_deal_id": "",
"user_ids_to_notify": [
5aba31e99007ba0f570c12f7
]
}
vladimir at February 13th, 2025 08:13 — #2
Hi ChrisKirk!
Thanks for getting in touch. You're right, you can enumerate users to notify in the user_ids_to_notify
list as you showed it above.
Please contact us if you have any further questions on the OnePageCRM or the OnePageCRM API.
Thank you,
Vladimir
Powered by Discourse, best viewed with JavaScript enabled