evolution-api icon indicating copy to clipboard operation
evolution-api copied to clipboard

Error saving webhook config

Open myposty opened this issue 2 months ago • 0 comments

Welcome!

  • [ ] Yes, I have searched for similar issues on GitHub and found none.

What did you do?

Is anyone else having this problem in version 2.3.6? Error: webhook.events[7] is not one of enum values: APPLICATION_STARTUP,QRCODE_UPDATED,MESSAGES_SET,MESSAGES_UPSERT,MESSAGES_EDITED,MESSAGES_UPDATE,MESSAGES_DELETE,SEND_MESSAGE,SEND_MESSAGE_UPDATE,CONTACTS_SET,CONTACTS_UPSERT,CONTACTS_UPDATE,PRESENCE_UPDATE,CHATS_SET,CHATS_UPSERT,CHATS_UPDATE,CHATS_DELETE,GROUPS_UPSERT,GROUP_UPDATE,GROUP_PARTICIPANTS_UPDATE,CONNECTION_UPDATE,LABELS_EDIT,LABELS_ASSOCIATION,CALL,TYPEBOT_START,TYPEBOT_CHANGE_STATUS,REMOVE_INSTANCE,LOGOUT_INSTANCE,INSTANCE_CREATE,INSTANCE_DELETE,STATUS_INSTANCE payload { "webhook": { "enabled": true, "url": "http://webhook-dispatcher:3001/webhook/1", "events": [ "APPLICATION_STARTUP", "QRCODE_UPDATED", "MESSAGES_UPSERT", "MESSAGES_UPDATE", "MESSAGES_DELETE", "SEND_MESSAGE", "CONNECTION_UPDATE", "CALLBACK_QUERY", "TYPEBOT_START", "TYPEBOT_CHANGE_STATUS" ], "base64": false, "byEvents": false } }

What did you expect?

that the function has no errors

What did you observe instead of what you expected?

From what I can see, the option doesn't appear in the list and doesn't allow saving the configuration that one requires.

Screenshots/Videos

Image

Which version of the API are you using?

2.3.6

What is your environment?

Docker

Other environment specifications

No response

If applicable, paste the log output

No response

Additional Notes

No response

myposty avatar Nov 19 '25 16:11 myposty