ETASCOM CRM V3 - Documentation API
    Preparing search index...
    • POST(
          _request: NextRequest,
          context: { params: Promise<{ id: string }> },
      ): Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  success: boolean;
                  message: string;
                  recipients: { name: string
                  | null; email: string }[];
                  hasPDF: boolean;
                  pdfSize: number | undefined;
              },
          >,
      >

      Parameters

      • _request: NextRequest
      • context: { params: Promise<{ id: string }> }

      Returns Promise<
          | NextResponse<{ error: string }>
          | NextResponse<
              {
                  success: boolean;
                  message: string;
                  recipients: { name: string
                  | null; email: string }[];
                  hasPDF: boolean;
                  pdfSize: number | undefined;
              },
          >,
      >