Job Notes can now be sent back to the client by initiating the send_notes event. Note MUST be wrapped in a note object. View the Request Payload below for an example.
The details of the JSON object are described below.
curl -X POST \
--data 'payload={
"username": "demo",
"password": "da39a3ee5e6b4b0d3255bfef95601890afd80709",
"site_id": "dcc363d0-8ed1-48a2-ba2e-f638275db4f",
"event_name": "send_notes",
"event_data": "{\"dst_report_id\":\"12345\",\"org_name\":\"Sample Org Name\",\"module_type\":\"job_notes\",\"notes\":[{\"note_id\":\"67890\",\"note_rev\":\"56789\",\"note_type\":\"wo\",\"note_text\":\"This is a sample note text.\",\"insert_date\":\"2025-01-06T12:00:00Z\",\"has_attachments\":true},{\"note_id\":\"67891\",\"note_rev\":\"56790\",\"note_type\":\"wo\",\"note_text\":\"This is a second sample note for testing.\",\"insert_date\":\"2025-01-07T15:30:00Z\",\"has_attachments\":false}]}"
}' \
https://www.propertypreswizard.com/api/link/receiver.php