Discussions

Ask a Question
Back to All

attachment webhook not accepted?

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"]
}
]