mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
feat: adiciona headers no cadastro de webhook da instância
This commit is contained in:
@@ -94,6 +94,7 @@ export declare namespace wa {
|
||||
|
||||
export type LocalWebHook = LocalEvent & {
|
||||
url?: string;
|
||||
headers?: JsonValue;
|
||||
webhookByEvents?: boolean;
|
||||
webhookBase64?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user