post https://api.fundraisingbox.com/v1/communications.json
Creates a new communication entry.
Field | Description | Type | Mandatory |
---|---|---|---|
html_message | Message (content) of the communication. Can be html (will be escaped) | string | yes |
fb_person_id | ID of the contact (fb_person) the communication should be associated with | integer | yes |
type | Type of the communication, defaults to note | Enum("note", "email", "phone", "talk", "letter") | no |
subject | Subject of the communication - must only be given for type "email" | string | no |
visible_to | Visibility of communication (person takes visibility settings of associated contact / fb_person_id) | Enum("person", "everyone", "onlyme", "group") | no |
fb_customer_user_group_id | ID of the group which can view / access the communication - may only be given for visibility "group" | integer | no |
direction | Direction of the communication | Enum("in", "out") | no |
created_at | Date / time of the communication - defaults to "now" | datetime | no |
sticky | Whether communication should be shown on top of list | boolean | no |