1, 'title' => 'Mailing Job ID', 'type' => CRM_Utils_Type::T_INT, ); $params['hash'] = array( 'api.required' => 1, 'title' => 'Mailing Hash', 'type' => CRM_Utils_Type::T_STRING, ); $params['event_queue_id'] = array( 'api.required' => 1, 'title' => 'Mailing Queue ID', 'type' => CRM_Utils_Type::T_INT, ); }