Discussions
attachment webhook not accepted?
about 5 years ago by Craig Foley
When loading a Manifest that includes a webhook for attachments, I get the error "Invalid Addon Manifest. object 'attachment' does not support webhooks " This is with a Lambda Addon type.
I've also tried attachments and Attachments.
"webhooks": [
{
"object": "job", "fields": [ "uuid", "edit_date"]
},
{
"object": "company", "fields": [ "uuid", "edit_date"]
},
{
"object": "jobactivity", "fields": [ "uuid", "edit_date"]
},
{
"object": "jobpayment", "fields": [ "uuid", "edit_date"]
},
{
"object": "attachment", "fields": [ "uuid", "edit_date"]
}
]