@makehq/sdk
    Preparing search index...

    Type Alias CreateHookBody

    Parameters for creating a new hook.

    type CreateHookBody = {
        data?: Record<string, JSONValue>;
        name: string;
        teamId: number;
        typeName: string;
    }
    Index

    Properties

    data?: Record<string, JSONValue>

    Additional data specific to the hook type

    name: string

    Name of the hook (max 128 characters)

    teamId: number

    ID of the team where the hook will be created

    typeName: string

    The hook type related to the app for which it will be created