TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface NotificationTriggerHTTP

    interface NotificationTriggerHTTP {
        body: { [key: string]: any };
        method: "POST" | "GET" | "PUT" | "DELETE" | "REDIRECT";
        url: string;
    }
    Index

    Properties

    Properties

    body: { [key: string]: any }
    method: "POST" | "GET" | "PUT" | "DELETE" | "REDIRECT"
    url: string