Function to Update a note on pipedrive.
notes.update(id, content, deal_id = NULL, person_id = NULL,
org_id = NULL, add_time = NULL, pinned_to_deal_flag = NULL,
pinned_to_organization_flag = NULL, pinned_to_person_flag = NULL,
api_token = NULL, company_domain = "api",
return_type = c("complete", "boolean"))
ID of the note
Content of the note in HTML format. Subject to sanitization on the back-end.
ID of the deal the note will be attached to.
ID of the person this note will be attached to.
ID of the organization this note will be attached to.
Optional creation date & time of the Note in UTC. Can be set in the past or in the future. Requires admin user API token. Format: YYYY-MM-DD HH:MM:SS
If set, then results are filtered by note to deal pinning state. This field has the following domains: (0; 1)
If set, then results are filtered by note to organization pinning state. This field has the following domains: (0; 1)
If set, then results are filtered by note to person pinning state. This field has the following domains: (0; 1)
To validate your requests, you'll need your api_token - this means that our system will need to know who you are and be able to connect all actions you do with your chosen Pipedrive account. Have in mind that a user has a different api_token for each company. Please access the following link for more information: <https://pipedrive.readme.io/docs/how-to-find-the-api-token?utm_source=api_reference>
How to get the company domain: <https://pipedrive.readme.io/docs/how-to-get-the-company-domain>
the default return is an object List with all informations of process, or you can set boolean (TRUE = success, FALSE = error)
customizable return, the default is an object List
# NOT RUN {
notes.update(id='e.g.',content='e.g.',api_token='token',company_domain='exp')
# }
Run the code above in your browser using DataLab